This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/camel-k.gitThe following commit(s) were added to refs/heads/master by this push:
new fd01258 Bump version to 1.4.0-SNAPSHOT
fd01258 is described below
commit fd01258cc7a0e8251fb0eeb0510006f4502d9612
Author: nicolaferraro <
[hidden email]>
AuthorDate: Wed Jan 13 11:45:59 2021 +0100
Bump version to 1.4.0-SNAPSHOT
---
deploy/camel-catalog-1.6.0.yaml | 198 ++++++++++-----------
.../builds.camel.apache.org.crd.yaml | 0
.../camelcatalogs.camel.apache.org.crd.yaml | 0
.../integrationkits.camel.apache.org.crd.yaml | 0
.../integrationplatforms.camel.apache.org.crd.yaml | 0
.../integrations.camel.apache.org.crd.yaml | 0
.../kameletbindings.camel.apache.org.crd.yaml | 0
.../kamelets.camel.apache.org.crd.yaml | 0
.../builds.camel.apache.org.crd.yaml | 0
.../camelcatalogs.camel.apache.org.crd.yaml | 0
.../integrationkits.camel.apache.org.crd.yaml | 0
.../integrationplatforms.camel.apache.org.crd.yaml | 0
.../integrations.camel.apache.org.crd.yaml | 0
.../kameletbindings.camel.apache.org.crd.yaml | 0
.../kamelets.camel.apache.org.crd.yaml | 0
deploy/resources.go | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 4 +-
18 files changed, 103 insertions(+), 103 deletions(-)
diff --git a/deploy/camel-catalog-1.6.0.yaml b/deploy/camel-catalog-1.6.0.yaml
index c985aeb..837bcbe 100644
--- a/deploy/camel-catalog-1.6.0.yaml
+++ b/deploy/camel-catalog-1.6.0.yaml
@@ -30,9 +30,9 @@ spec:
provider: quarkus
applicationClass: io.quarkus.runner.GeneratedMain
metadata:
+ camel.version: 3.7.0
camel-quarkus.version: 1.5.0
quarkus.version: 1.10.3.Final
- camel.version: 3.7.0
dependencies:
- groupId: org.apache.camel.k
artifactId: camel-k-runtime
@@ -40,9 +40,9 @@ spec:
rest:
dependencies:
- groupId: org.apache.camel.quarkus
- artifactId: camel-quarkus-platform-http
- - groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-rest
+ - groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-platform-http
tracing:
dependencies:
- groupId: org.apache.camel.quarkus
@@ -68,15 +68,6 @@ spec:
- groupId: org.apache.camel.k
artifactId: camel-k-cron
artifacts:
- camel-quarkus-web3j:
- groupId: org.apache.camel.quarkus
- artifactId: camel-quarkus-web3j
- schemes:
- - id: web3j
- http: false
- passive: false
- javaTypes:
- - org.apache.camel.component.web3j.Web3jComponent
camel-quarkus-ignite:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-ignite
@@ -199,9 +190,9 @@ spec:
dataformats:
- secureXML
javaTypes:
+ - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat
- org.apache.camel.component.xmlsecurity.XmlSignerComponent
- org.apache.camel.component.xmlsecurity.XmlVerifierComponent
- - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat
camel-quarkus-groovy:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-groovy
@@ -437,13 +428,13 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-twitter
schemes:
- - id: twitter-directmessage
+ - id: twitter-timeline
http: false
passive: false
- - id: twitter-search
+ - id: twitter-directmessage
http: false
passive: false
- - id: twitter-timeline
+ - id: twitter-search
http: false
passive: false
javaTypes:
@@ -716,9 +707,9 @@ spec:
languages:
- bean
javaTypes:
+ - org.apache.camel.component.beanclass.ClassComponent
- org.apache.camel.component.bean.BeanComponent
- org.apache.camel.language.bean.BeanLanguage
- - org.apache.camel.component.beanclass.ClassComponent
camel-quarkus-aws-s3:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-aws-s3
@@ -988,9 +979,9 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-univocity-parsers
dataformats:
+ - univocity-tsv
- univocity-fixed
- univocity-csv
- - univocity-tsv
javaTypes:
- org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
- org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
@@ -1033,13 +1024,13 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-bindy
dataformats:
+ - bindy-kvp
- bindy-csv
- bindy-fixed
- - bindy-kvp
javaTypes:
+ - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
- org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
- org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
- - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
camel-quarkus-jslt:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-jslt
@@ -1205,13 +1196,13 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-etcd
schemes:
- - id: etcd-watch
+ - id: etcd-keys
http: false
passive: false
- - id: etcd-stats
+ - id: etcd-watch
http: false
passive: false
- - id: etcd-keys
+ - id: etcd-stats
http: false
passive: false
javaTypes:
@@ -1721,22 +1712,22 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-mail
schemes:
- - id: imap
+ - id: smtps
http: false
passive: false
- - id: imaps
+ - id: pop3s
http: false
passive: false
- - id: smtp
+ - id: imap
http: false
passive: false
- - id: pop3
+ - id: imaps
http: false
passive: false
- - id: smtps
+ - id: smtp
http: false
passive: false
- - id: pop3s
+ - id: pop3
http: false
passive: false
dataformats:
@@ -1875,12 +1866,6 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-openstack
schemes:
- - id: openstack-swift
- http: false
- passive: false
- - id: openstack-neutron
- http: false
- passive: false
- id: openstack-keystone
http: false
passive: false
@@ -1893,13 +1878,19 @@ spec:
- id: openstack-glance
http: false
passive: false
+ - id: openstack-swift
+ http: false
+ passive: false
+ - id: openstack-neutron
+ http: false
+ passive: false
javaTypes:
- - org.apache.camel.component.openstack.glance.GlanceComponent
- - org.apache.camel.component.openstack.neutron.NeutronComponent
- org.apache.camel.component.openstack.keystone.KeystoneComponent
- org.apache.camel.component.openstack.cinder.CinderComponent
- org.apache.camel.component.openstack.nova.NovaComponent
- org.apache.camel.component.openstack.swift.SwiftComponent
+ - org.apache.camel.component.openstack.glance.GlanceComponent
+ - org.apache.camel.component.openstack.neutron.NeutronComponent
camel-quarkus-barcode:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-barcode
@@ -1988,9 +1979,9 @@ spec:
- pgp
- crypto
javaTypes:
+ - org.apache.camel.converter.crypto.CryptoDataFormat
- org.apache.camel.converter.crypto.PGPDataFormat
- org.apache.camel.component.crypto.DigitalSignatureComponent
- - org.apache.camel.converter.crypto.CryptoDataFormat
camel-quarkus-cm-sms:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-cm-sms
@@ -2013,21 +2004,6 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-kubernetes
schemes:
- - id: kubernetes-custom-resources
- http: false
- passive: false
- - id: openshift-builds
- http: false
- passive: false
- - id: kubernetes-resources-quota
- http: false
- passive: false
- - id: kubernetes-replication-controllers
- http: false
- passive: false
- - id: kubernetes-job
- http: false
- passive: false
- id: openshift-build-configs
http: false
passive: false
@@ -2064,14 +2040,22 @@ spec:
- id: kubernetes-namespaces
http: false
passive: false
+ - id: kubernetes-custom-resources
+ http: false
+ passive: false
+ - id: openshift-builds
+ http: false
+ passive: false
+ - id: kubernetes-resources-quota
+ http: false
+ passive: false
+ - id: kubernetes-replication-controllers
+ http: false
+ passive: false
+ - id: kubernetes-job
+ http: false
+ passive: false
javaTypes:
- - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent
- - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent
- - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent
- - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent
- - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent
- - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent
- - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent
- org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent
- org.apache.camel.component.kubernetes.customresources.KubernetesCustomResourcesComponent
- org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent
@@ -2082,6 +2066,13 @@ spec:
- org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent
- org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent
- org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent
+ - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent
+ - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent
+ - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent
+ - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent
+ - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent
+ - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent
+ - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent
camel-quarkus-pdf:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-pdf
@@ -2142,13 +2133,13 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-ftp
schemes:
- - id: ftp
+ - id: ftps
http: false
passive: false
- - id: sftp
+ - id: ftp
http: false
passive: false
- - id: ftps
+ - id: sftp
http: false
passive: false
javaTypes:
@@ -2211,6 +2202,12 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-hazelcast
schemes:
+ - id: hazelcast-topic
+ http: false
+ passive: false
+ - id: hazelcast-multimap
+ http: false
+ passive: false
- id: hazelcast-seda
http: false
passive: false
@@ -2238,13 +2235,11 @@ spec:
- id: hazelcast-replicatedmap
http: false
passive: false
- - id: hazelcast-topic
- http: false
- passive: false
- - id: hazelcast-multimap
- http: false
- passive: false
javaTypes:
+ - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent
+ - org.apache.camel.component.hazelcast.set.HazelcastSetComponent
+ - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent
+ - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent
- org.apache.camel.component.hazelcast.map.HazelcastMapComponent
- org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent
- org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent
@@ -2252,10 +2247,6 @@ spec:
- org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent
- org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent
- org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent
- - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent
- - org.apache.camel.component.hazelcast.set.HazelcastSetComponent
- - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent
- - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent
camel-quarkus-box:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-box
@@ -2351,9 +2342,6 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-coap
schemes:
- - id: coaps+tcp
- http: false
- passive: false
- id: coap
http: false
passive: false
@@ -2363,6 +2351,9 @@ spec:
- id: coaps
http: false
passive: false
+ - id: coaps+tcp
+ http: false
+ passive: false
javaTypes:
- org.apache.camel.coap.CoAPComponent
camel-quarkus-tika:
@@ -2538,12 +2529,6 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-atomix
schemes:
- - id: atomix-value
- http: false
- passive: false
- - id: atomix-messaging
- http: false
- passive: false
- id: atomix-set
http: false
passive: false
@@ -2556,13 +2541,19 @@ spec:
- id: atomix-multimap
http: false
passive: false
+ - id: atomix-value
+ http: false
+ passive: false
+ - id: atomix-messaging
+ http: false
+ passive: false
javaTypes:
- - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent
- - org.apache.camel.component.atomix.client.set.AtomixSetComponent
- org.apache.camel.component.atomix.client.value.AtomixValueComponent
- org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent
- org.apache.camel.component.atomix.client.map.AtomixMapComponent
- org.apache.camel.component.atomix.client.queue.AtomixQueueComponent
+ - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent
+ - org.apache.camel.component.atomix.client.set.AtomixSetComponent
camel-quarkus-milo:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-milo
@@ -2682,7 +2673,6 @@ spec:
groupId: org.apache.camel.quarkus
artifactId: camel-quarkus-core
languages:
- - ref
- simple
- header
- file
@@ -2690,6 +2680,7 @@ spec:
- exchangeProperty
- csimple
- constant
+ - ref
javaTypes:
- org.apache.camel.language.tokenizer.TokenizeLanguage
- org.apache.camel.language.property.ExchangePropertyLanguage
@@ -2920,21 +2911,16 @@ spec:
passive: false
javaTypes:
- org.apache.camel.component.aws.ec2.EC2Component
+ camel-quarkus-web3j:
+ groupId: org.apache.camel.quarkus
+ artifactId: camel-quarkus-web3j
+ schemes:
+ - id: web3j
+ http: false
+ passive: false
+ javaTypes:
+ - org.apache.camel.component.web3j.Web3jComponent
loaders:
- yaml:
- groupId: org.apache.camel.k
- artifactId: camel-k-loader-yaml
- languages:
- - yaml
- metadata:
- native: "true"
- groovy:
- groupId: org.apache.camel.k
- artifactId: camel-k-loader-groovy
- languages:
- - groovy
- metadata:
- native: "false"
java:
groupId: org.apache.camel.k
artifactId: camel-k-loader-java
@@ -2963,3 +2949,17 @@ spec:
- kts
metadata:
native: "false"
+ yaml:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-loader-yaml
+ languages:
+ - yaml
+ metadata:
+ native: "true"
+ groovy:
+ groupId: org.apache.camel.k
+ artifactId: camel-k-loader-groovy
+ languages:
+ - groovy
+ metadata:
+ native: "false"
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/builds.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/builds.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/camelcatalogs.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/integrationkits.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/integrationplatforms.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/integrations.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/integrations.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/kameletbindings.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.0/kamelets.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.3.0/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/builds.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrationkits.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/integrations.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/resources.go b/deploy/resources.go
index 88af30f..8869cad 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -100,7 +100,7 @@ var assets = func() http.FileSystem {
modTime: time.Time{},
uncompressedSize: 89253,
- compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xcd\xda\xdd\xc9\xd9\xdd\x77\xf5\x1d\xd9\x4a\x9c\xd8\xb1\x1d\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x28\xdb\xf9\xf5\x77\xe1\xc1\x97\x2c\x17\x45\x1a\xf0\xf1\xc0\xa4\x88\xc2\x57\x40\xe1\x0d\x14\xaa\x5e\x47\xb1\xbf\xbf\x57\xaf\xa3\x73\x96\xd0\x42\xd2\x34\x52\x3c\x52\x6b\x1a\x1d\x95\x24\x59\xd3\x68\xce\x97\xea\x8e\x08\x1a\x9d\xf0\xaa\x48\x89\x [...]
+ compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xad\xda\xdd\xc9\xd9\xdd\x77\xf5\x1d\xd9\x4a\x9c\xd8\xb1\x1d\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x28\xdb\xf9\xf5\x77\xe1\xc1\xa7\xe5\xa2\x48\x03\x3e\x1e\x98\x14\x51\xf8\x0a\x28\xbc\x81\x42\xd5\xeb\x68\xe6\xef\xef\xd5\xeb\xe8\x9c\xc5\x34\x97\x34\x89\x14\x8f\xd4\x86\x46\x47\x05\x89\x37\x34\x5a\xf0\x95\xba\x23\x82\x46\x27\xbc\xcc\x13\xa2\x [...]
},
"/cr-example.yaml": &vfsgen۰CompressedFileInfo{
name: "cr-example.yaml",
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 0b75d08..c6ba8ce 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "1.3.0-SNAPSHOT"
+ Version = "1.4.0-SNAPSHOT"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.6.0"
diff --git a/script/Makefile b/script/Makefile
index 5b5ac74..d3b5c3a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,9 +14,9 @@
# limitations under the License.
VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.3.0-SNAPSHOT
+VERSION := 1.4.0-SNAPSHOT
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.2.1
+LAST_RELEASED_VERSION := 1.3.0
RUNTIME_VERSION := 1.6.0
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1