Skip to content

Commit

Permalink
chore(release): fix versions and minor things and prepare for next re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
nicolaferraro committed Nov 13, 2019
1 parent 7f24272 commit aed5b16
Show file tree
Hide file tree
Showing 9 changed files with 157 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
name: camel-catalog-3.0.0-rc1-1.0.7-snapshot
name: camel-catalog-3.0.0-rc3-1.0.7
labels:
app: camel-k
camel.apache.org/catalog.version: 3.0.0-RC1
camel.apache.org/catalog.loader.version: 3.0.0-RC1
camel.apache.org/runtime.version: 1.0.7-SNAPSHOT
camel.apache.org/catalog.version: 3.0.0-RC3
camel.apache.org/catalog.loader.version: 3.0.0-RC3
camel.apache.org/runtime.version: 1.0.7
spec:
version: 3.0.0-RC1
runtimeVersion: 1.0.7-SNAPSHOT
version: 3.0.0-RC3
runtimeVersion: 1.0.7
artifacts:
camel-activemq:
groupId: org.apache.camel
Expand Down Expand Up @@ -267,6 +267,13 @@ spec:
- id: aws-swf
http: false
passive: false
camel-aws-translate:
groupId: org.apache.camel
artifactId: camel-aws-translate
schemes:
- id: aws-translate
http: false
passive: false
camel-azure:
groupId: org.apache.camel
artifactId: camel-azure
Expand Down Expand Up @@ -524,6 +531,13 @@ spec:
- id: dataset-test
http: false
passive: false
camel-debezium:
groupId: org.apache.camel
artifactId: camel-debezium
schemes:
- id: debezium
http: false
passive: false
camel-digitalocean:
groupId: org.apache.camel
artifactId: camel-digitalocean
Expand Down Expand Up @@ -807,6 +821,13 @@ spec:
- id: grape
http: false
passive: false
camel-graphql:
groupId: org.apache.camel
artifactId: camel-graphql
schemes:
- id: graphql
http: false
passive: false
camel-grok:
groupId: org.apache.camel
artifactId: camel-grok
Expand Down Expand Up @@ -1221,14 +1242,18 @@ spec:
artifactId: camel-core-engine
- groupId: org.apache.camel
artifactId: camel-main
- groupId: org.apache.camel
artifactId: camel-properties
camel-k-runtime-servlet:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-servlet
dependencies:
- groupId: org.apache.camel
artifactId: camel-servlet
camel-k-runtime-webhook:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-webhook
dependencies:
- groupId: org.apache.camel
artifactId: camel-webhook
camel-kafka:
groupId: org.apache.camel
artifactId: camel-kafka
Expand Down Expand Up @@ -1453,13 +1478,6 @@ spec:
- id: mongodb-gridfs
http: false
passive: false
camel-mqtt:
groupId: org.apache.camel
artifactId: camel-mqtt
schemes:
- id: mqtt
http: false
passive: false
camel-msv:
groupId: org.apache.camel
artifactId: camel-msv
Expand Down Expand Up @@ -1618,13 +1636,6 @@ spec:
- id: lpr
http: false
passive: false
camel-properties:
groupId: org.apache.camel
artifactId: camel-properties
schemes:
- id: properties
http: false
passive: true
camel-protobuf:
groupId: org.apache.camel
artifactId: camel-protobuf
Expand Down Expand Up @@ -1696,12 +1707,12 @@ spec:
- id: rest-swagger
http: false
passive: false
camel-restlet:
camel-robotframework:
groupId: org.apache.camel
artifactId: camel-restlet
artifactId: camel-robotframework
schemes:
- id: restlet
http: true
- id: robotframework
http: false
passive: false
camel-rss:
groupId: org.apache.camel
Expand Down Expand Up @@ -2138,6 +2149,13 @@ spec:
- id: xchange
http: false
passive: false
camel-xj:
groupId: org.apache.camel
artifactId: camel-xj
schemes:
- id: xj
http: false
passive: false
camel-xmlsecurity:
groupId: org.apache.camel
artifactId: camel-xmlsecurity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
apiVersion: camel.apache.org/v1alpha1
kind: CamelCatalog
metadata:
name: camel-catalog-quarkus-0.3.0-1.0.7-snapshot
name: camel-catalog-quarkus-0.3.1-1.0.7
labels:
app: camel-k
camel.apache.org/catalog.version: 3.0.0-RC3
camel.apache.org/catalog.loader.version: 3.0.0-RC3
camel.apache.org/runtime.version: 1.0.7-SNAPSHOT
camel.apache.org/runtime.version: 1.0.7
camel.apache.org/runtime.provider: quarkus
spec:
version: 3.0.0-RC3
runtimeVersion: 1.0.7-SNAPSHOT
runtimeVersion: 1.0.7
runtimeProvider:
quarkus:
camelQuarkusVersion: 0.3.0
quarkusVersion: 0.26.1
camelQuarkusVersion: 0.3.1
quarkusVersion: 0.27.0
artifacts:
camel-k-loader-groovy:
groupId: org.apache.camel.k
Expand Down Expand Up @@ -267,6 +267,13 @@ spec:
- id: paho
http: false
passive: false
camel-quarkus-pdf:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-pdf
schemes:
- id: pdf
http: false
passive: false
camel-quarkus-rest:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-rest
Expand Down
92 changes: 59 additions & 33 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aed5b16

Please sign in to comment.