Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 7, 2019
1 parent a4d9bab commit c47fb2c
Show file tree
Hide file tree
Showing 18 changed files with 336 additions and 135 deletions.
17 changes: 0 additions & 17 deletions deploy/camel-catalog-2.23.0.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
Expand Down
17 changes: 0 additions & 17 deletions deploy/camel-catalog-2.23.1.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
Expand Down
17 changes: 0 additions & 17 deletions deploy/camel-catalog-2.23.2.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
Expand Down
17 changes: 0 additions & 17 deletions deploy/camel-catalog-2.24.0.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
Expand Down
17 changes: 0 additions & 17 deletions deploy/camel-catalog-3.0.0-M2.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
Expand Down
2 changes: 1 addition & 1 deletion deploy/olm-catalog/camel-k.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
packageName: camel-k
channels:
- name: alpha
currentCSV: camel-k-operator.v0.3.4-SNAPSHOT
currentCSV: camel-k-operator.v0.3.4
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
capabilities: Basic Install
categories: "Integration & Delivery"
repository: https://github.com/apache/camel-k
containerImage: docker.io/apache/camel-k:0.3.3
containerImage: docker.io/apache/camel-k:0.3.4
support: Camel
createdAt: 2019-05-06T16:45:00Z
certified: "false"
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/apache/camel-k:0.3.3
image: docker.io/apache/camel-k:0.3.4
imagePullPolicy: IfNotPresent
name: camel-k-operator
serviceAccountName: camel-k-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:0.3.4-SNAPSHOT
containerImage: docker.io/apache/camel-k:0.3.4
createdAt: "2019-05-06T16:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k-operator.v0.3.4-SNAPSHOT
name: camel-k-operator.v0.3.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -164,7 +164,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/apache/camel-k:0.3.4-SNAPSHOT
image: docker.io/apache/camel-k:0.3.4
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down Expand Up @@ -377,4 +377,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 0.3.4-SNAPSHOT
version: 0.3.4
2 changes: 1 addition & 1 deletion deploy/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.3.4-SNAPSHOT
image: docker.io/apache/camel-k:0.3.4
command:
- camel-k
imagePullPolicy: IfNotPresent
Expand Down
Loading

0 comments on commit c47fb2c

Please sign in to comment.