You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/20 08:10:38 UTC

[camel-k] branch release-1.10.x updated (ba3912b75 -> 3ba9979ee)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from ba3912b75 Preparing for release 1.10.2 - Upgrade to Camel K Runtime 1.15.1 staging
     new 9f94eb437 Release 1.10.2
     new 3ba9979ee Release Helm Chart 1.10.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config/manager/operator-deployment.yaml            |   6 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 docs/charts/camel-k-0.11.2.tgz                     | Bin 0 -> 154966 bytes
 docs/charts/index.yaml                             |  77 ++++++++++++++-------
 go.mod                                             |   6 +-
 helm/camel-k/Chart.yaml                            |   4 +-
 helm/camel-k/values.yaml                           |   2 +-
 pkg/client/camel/go.mod                            |   2 +-
 pkg/kamelet/repository/go.mod                      |   4 +-
 pkg/resources/resources.go                         |   4 +-
 pkg/util/defaults/defaults.go                      |   2 +-
 script/Makefile                                    |   2 +-
 12 files changed, 69 insertions(+), 42 deletions(-)
 create mode 100644 docs/charts/camel-k-0.11.2.tgz


[camel-k] 02/02: Release Helm Chart 1.10.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3ba9979ee536a2cdf53790290bc0813f4d6025b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 20 10:03:22 2022 +0200

    Release Helm Chart 1.10.2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 config/manager/operator-deployment.yaml            |   6 +-
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 docs/charts/camel-k-0.11.2.tgz                     | Bin 0 -> 154966 bytes
 docs/charts/index.yaml                             |  77 ++++++++++++++-------
 helm/camel-k/Chart.yaml                            |   4 +-
 helm/camel-k/values.yaml                           |   2 +-
 6 files changed, 59 insertions(+), 32 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index 79e7aff22..4dbc30c00 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "1.10.2"
+    app.kubernetes.io/version: "1.10.3-SNAPSHOT"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "1.10.2"
+        app.kubernetes.io/version: "1.10.3-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.10.2
+          image: docker.io/apache/camel-k:1.10.3-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 7f37fdf11..60dd423cd 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.10.2
+    containerImage: docker.io/apache/camel-k:1.10.3-SNAPSHOT
     createdAt: 2022-10-13T09:04:01Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
diff --git a/docs/charts/camel-k-0.11.2.tgz b/docs/charts/camel-k-0.11.2.tgz
new file mode 100644
index 000000000..caefdd01a
Binary files /dev/null and b/docs/charts/camel-k-0.11.2.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index fb0c62b6a..3c60c3bc2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,9 +1,36 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+    appVersion: 1.10.2
+    created: "2022-10-20T10:01:48.988601613+02:00"
+    description: A lightweight integration platform, born on Kubernetes, with serverless
+      superpowers
+    digest: 99ef515d4bada0fa7eedaa00cd773228084d03617da587c7106c47ba89eca4fd
+    home: https://camel.apache.org/camel-k/latest/
+    icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+    keywords:
+    - serverless
+    - integration
+    - patterns
+    maintainers:
+    - email: nferraro@apache.org
+      name: nferraro
+    - email: acosentino@apache.org
+      name: acosentino
+    name: camel-k
+    sources:
+    - https://github.com/apache/camel-k
+    - https://github.com/apache/camel-k-runtime
+    - https://github.com/apache/camel-quarkus
+    - https://github.com/apache/camel
+    type: application
+    urls:
+    - https://apache.github.io/camel-k/charts/camel-k-0.11.2.tgz
+    version: 0.11.2
   - apiVersion: v2
     appVersion: 1.10.1
-    created: "2022-10-13T10:36:21.42309421+02:00"
+    created: "2022-10-20T10:01:48.97771856+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 7a691b01fd4d32e07334307d29c95dc9de438d99848d78461e0a251f33b2ecc1
@@ -30,7 +57,7 @@ entries:
     version: 0.11.1
   - apiVersion: v2
     appVersion: 1.10.0
-    created: "2022-10-13T10:36:21.416992229+02:00"
+    created: "2022-10-20T10:01:48.965504319+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: d8d0144916da14b85bbc0e54b7e966b90d189486f24c79c9ad6d05fc30e04a2b
@@ -57,7 +84,7 @@ entries:
     version: 0.11.0
   - apiVersion: v2
     appVersion: 1.9.2
-    created: "2022-10-13T10:36:21.410841812+02:00"
+    created: "2022-10-20T10:01:48.948850939+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 90ea439bb18596657e6e93b4b07a41a5da499f77d7233d661677a0463b8d5f52
@@ -82,7 +109,7 @@ entries:
     version: 0.10.3
   - apiVersion: v2
     appVersion: 1.9.2
-    created: "2022-10-13T10:36:21.406545623+02:00"
+    created: "2022-10-20T10:01:48.939879656+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: bbf1187380da9a5c9725e8c1a94ea49dd858d4dab7da7ea13345a04aa24911d3
@@ -107,7 +134,7 @@ entries:
     version: 0.10.2
   - apiVersion: v2
     appVersion: 1.9.1
-    created: "2022-10-13T10:36:21.40219644+02:00"
+    created: "2022-10-20T10:01:48.933942029+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 0cba3a300eed89997102d6e82a53b4b898cb20b2d89c0c9b75cff58886ac7ac8
@@ -132,7 +159,7 @@ entries:
     version: 0.10.1
   - apiVersion: v2
     appVersion: 1.9.0
-    created: "2022-10-13T10:36:21.397790534+02:00"
+    created: "2022-10-20T10:01:48.926337119+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 6e6cb47f1bbcaf2e0269ee92b8cf3c5d88255681633a53ef61a925536aa9b073
@@ -157,7 +184,7 @@ entries:
     version: 0.10.0
   - apiVersion: v2
     appVersion: 1.8.2
-    created: "2022-10-13T10:36:21.465757651+02:00"
+    created: "2022-10-20T10:01:49.070652239+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 4ada6d477897adb993d6e08e665cdf6eb94ebf71d2503b5cb0921016837021eb
@@ -182,7 +209,7 @@ entries:
     version: 0.9.2
   - apiVersion: v2
     appVersion: 1.8.1
-    created: "2022-10-13T10:36:21.460986906+02:00"
+    created: "2022-10-20T10:01:49.059678487+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: ec85e315b224177021660106e375de7990b1f4c9594a10d668ade5e998e40bff
@@ -207,7 +234,7 @@ entries:
     version: 0.9.1
   - apiVersion: v2
     appVersion: 1.8.0
-    created: "2022-10-13T10:36:21.455885582+02:00"
+    created: "2022-10-20T10:01:49.050344108+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 9c7ec4fceec32adbf281562a9a61aa612a4ac52df358a9a6f4903896ee7a7684
@@ -232,7 +259,7 @@ entries:
     version: 0.9.0
   - apiVersion: v2
     appVersion: 1.7.0
-    created: "2022-10-13T10:36:21.451174672+02:00"
+    created: "2022-10-20T10:01:49.03969089+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: efccc4fab8d7f8b4e5ad129d9117e8a8d8fb5f65c7c3141eb07a63481eb7a4a7
@@ -257,7 +284,7 @@ entries:
     version: 0.8.0
   - apiVersion: v2
     appVersion: 1.6.1
-    created: "2022-10-13T10:36:21.445992738+02:00"
+    created: "2022-10-20T10:01:49.031269971+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 949d4e2d12f3a7667ec5dcd924788ba38b955b75cdcf2b9c9fd8bda30d491b20
@@ -282,7 +309,7 @@ entries:
     version: 0.7.1
   - apiVersion: v2
     appVersion: 1.5.0
-    created: "2022-10-13T10:36:21.441533132+02:00"
+    created: "2022-10-20T10:01:49.021137658+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 226251d742edff0f1a71d0068de67de348e0be0a8b29a411cad073ceb7d48535
@@ -307,7 +334,7 @@ entries:
     version: 0.7.0
   - apiVersion: v2
     appVersion: 1.4.1
-    created: "2022-10-13T10:36:21.437172251+02:00"
+    created: "2022-10-20T10:01:49.012775628+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: a3f32e2e2d73361b9d4cda028c9c549ba5dfd5cbf1f0224a1badcff295292818
@@ -332,7 +359,7 @@ entries:
     version: 0.6.1
   - apiVersion: v2
     appVersion: 1.4.0
-    created: "2022-10-13T10:36:21.436208833+02:00"
+    created: "2022-10-20T10:01:49.010479067+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: a011dd36bbfb07a23ca18baabec945274d2ac1164e08414147ecf683cccf8a21
@@ -357,7 +384,7 @@ entries:
     version: 0.6.0
   - apiVersion: v2
     appVersion: 1.3.2-SNAPSHOT
-    created: "2022-10-13T10:36:21.435211417+02:00"
+    created: "2022-10-20T10:01:49.006875357+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 30d999fb1a24c741829cd3ad1c1ba3c8ac4d0571a9ad1258c327c426913312d7
@@ -382,7 +409,7 @@ entries:
     version: 0.5.2
   - apiVersion: v2
     appVersion: 1.3.1
-    created: "2022-10-13T10:36:21.43298408+02:00"
+    created: "2022-10-20T10:01:49.003936765+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 222b6b51ac7c836e1a7cfe44228de3666cb2b4c559c64bee35afaef9cbfe2449
@@ -407,7 +434,7 @@ entries:
     version: 0.5.1
   - apiVersion: v2
     appVersion: 1.2.1
-    created: "2022-10-13T10:36:21.430083148+02:00"
+    created: "2022-10-20T10:01:49.000884676+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 393f4e4b32119824442ee2abdfc34a34bc49ec0fc6e957057e955cb5dd63aece
@@ -432,7 +459,7 @@ entries:
     version: 0.4.1
   - apiVersion: v2
     appVersion: 1.2.0
-    created: "2022-10-13T10:36:21.428187622+02:00"
+    created: "2022-10-20T10:01:48.998011507+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: c47863e13644340b857acf5c688004927e0ad126a9c39e8c90fa6d84e2c445b9
@@ -457,7 +484,7 @@ entries:
     version: 0.4.0
   - apiVersion: v2
     appVersion: 1.1.1
-    created: "2022-10-13T10:36:21.426342716+02:00"
+    created: "2022-10-20T10:01:48.99359375+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 46771bd1c0e52097f07e9c17e657690872716ed845b196cd0c981c97b984b573
@@ -482,7 +509,7 @@ entries:
     version: 0.3.2
   - apiVersion: v2
     appVersion: 1.0.1
-    created: "2022-10-13T10:36:21.424790909+02:00"
+    created: "2022-10-20T10:01:48.991113429+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: d7453b9b6281355caad37896c6760be64735f69009bc312a54cbc17e8a1f6697
@@ -507,7 +534,7 @@ entries:
     version: 0.3.1
   - apiVersion: v2
     appVersion: 1.0.0
-    created: "2022-10-13T10:36:21.424259309+02:00"
+    created: "2022-10-20T10:01:48.990300606+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 610a2b024d539451ee278b72179f34c242a67b7949e2a4eae7b0fa2d8d3630e3
@@ -532,7 +559,7 @@ entries:
     version: 0.3.0
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2022-10-13T10:36:21.423706575+02:00"
+    created: "2022-10-20T10:01:48.989478424+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 3d5397e111004a8735849dcebd55c9827e687aa3ab28b5c28de8fe69595e1b8f
@@ -557,7 +584,7 @@ entries:
     version: 0.2.1
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2022-10-13T10:36:21.39213778+02:00"
+    created: "2022-10-20T10:01:48.920626944+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 43fa5d9563ce76d25695e4132c5870279541b26be2ac8023537b587483853260
@@ -582,7 +609,7 @@ entries:
     version: 0.1.1
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2022-10-13T10:36:21.391248289+02:00"
+    created: "2022-10-20T10:01:48.919615722+02:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
@@ -605,4 +632,4 @@ entries:
     urls:
     - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
     version: 0.1.0
-generated: "2022-10-13T10:36:21.390536527+02:00"
+generated: "2022-10-20T10:01:48.917316502+02:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b8c19994d..f4df30bd9 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -31,11 +31,11 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 0.11.1
+version: 0.11.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 1.10.2
+appVersion: 1.10.3-SNAPSHOT
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index c5b7bd5c9..7afe0b3e4 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:1.10.2
+  image: docker.io/apache/camel-k:1.10.3-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}


[camel-k] 01/02: Release 1.10.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9f94eb437795d7ffbb3abc624be78c906d9f633a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 18 18:12:30 2022 +0200

    Release 1.10.2
---
 config/manager/operator-deployment.yaml                   | 6 +++---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +-
 go.mod                                                    | 6 +++---
 helm/camel-k/Chart.yaml                                   | 2 +-
 helm/camel-k/values.yaml                                  | 2 +-
 pkg/client/camel/go.mod                                   | 2 +-
 pkg/kamelet/repository/go.mod                             | 4 ++--
 pkg/resources/resources.go                                | 4 ++--
 pkg/util/defaults/defaults.go                             | 2 +-
 script/Makefile                                           | 2 +-
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index 6834eeec8..79e7aff22 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "1.10.2-SNAPSHOT"
+    app.kubernetes.io/version: "1.10.2"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "1.10.2-SNAPSHOT"
+        app.kubernetes.io/version: "1.10.2"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.10.2-SNAPSHOT
+          image: docker.io/apache/camel-k:1.10.2
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 28a0f92ed..7f37fdf11 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.10.2-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.10.2
     createdAt: 2022-10-13T09:04:01Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
diff --git a/go.mod b/go.mod
index 98b65f867..76265cda4 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.17
 
 require (
 	github.com/Masterminds/semver v1.5.0
-	github.com/apache/camel-k/pkg/apis/camel v1.10.0
-	github.com/apache/camel-k/pkg/client/camel v1.10.0
-	github.com/apache/camel-k/pkg/kamelet/repository v1.10.0
+	github.com/apache/camel-k/pkg/apis/camel v1.10.2
+	github.com/apache/camel-k/pkg/client/camel v1.10.2
+	github.com/apache/camel-k/pkg/kamelet/repository v1.10.2
 	github.com/container-tools/spectrum v0.3.10
 	github.com/evanphx/json-patch v4.12.0+incompatible
 	github.com/fatih/camelcase v1.0.0
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5a216a808..b8c19994d 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.11.1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 1.10.2-SNAPSHOT
+appVersion: 1.10.2
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index dd6d33c7f..c5b7bd5c9 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:1.10.2-SNAPSHOT
+  image: docker.io/apache/camel-k:1.10.2
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/client/camel/go.mod b/pkg/client/camel/go.mod
index 6a6210d55..4012af6b9 100644
--- a/pkg/client/camel/go.mod
+++ b/pkg/client/camel/go.mod
@@ -3,7 +3,7 @@ module github.com/apache/camel-k/pkg/client/camel
 go 1.17
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.10.0
+	github.com/apache/camel-k/pkg/apis/camel v1.10.2
 	k8s.io/api v0.23.5
 	k8s.io/apimachinery v0.23.5
 	k8s.io/client-go v0.23.5
diff --git a/pkg/kamelet/repository/go.mod b/pkg/kamelet/repository/go.mod
index 7081a5074..f2d1ddbc3 100644
--- a/pkg/kamelet/repository/go.mod
+++ b/pkg/kamelet/repository/go.mod
@@ -3,8 +3,8 @@ module github.com/apache/camel-k/pkg/kamelet/repository
 go 1.17
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.10.0
-	github.com/apache/camel-k/pkg/client/camel v1.10.0
+	github.com/apache/camel-k/pkg/apis/camel v1.10.2
+	github.com/apache/camel-k/pkg/client/camel v1.10.2
 	github.com/google/go-github/v32 v32.1.0
 	github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
 	github.com/stretchr/testify v1.7.0
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index decbd31d3..fa12b1d04 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -170,9 +170,9 @@ var assets = func() http.FileSystem {
 		"/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-deployment.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2752,
+			uncompressedSize: 2725,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x98\x61\x4f\x2b\xe7\xe4\x0c\x4c\xd6\xca\xc6\x20\xcc\x66\xb4\xa7\xa8\x69\x17\x76\x8b\x76\xb7\xd3\xdd\x86\x25\xbf\x3e\x6a\x83\x19\x60\x3e\x92\x89\x46\x8a\x4f\xd8\x55\xf5\xea\xd5\x7b\xd5\x36\x21\x86\xef\x77\x05\x21\xbe\x0a\x4e\xca\x52\x01\xa7\xe1\x2a\x42\xd2\x30\x5e\x11\x72\xbd\x76\x3b\x66\x08\xf7\xba\x55\x05\x73\x42\x2b\x7c\x48\xf2\xfb\x8f\x68\x55\x41\x06\x5a\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x03\xc3\x9c\x56\xce\xc9\x19\x98\x2c\xca\x04\x10\x66\x33\xda\x53\xd4\xb4\x0b\xdc\xa2\xdd\xed\x74\x97\x61\xc9\xaf\x8f\xda\x60\x06\x98\x8f\xec\x46\x23\xad\x4f\xd8\x55\xf5\xea\xbd\x57\xd5\x36\x31\xae\xdf\xef\x8a\x62\x3c\x28\x49\xc6\x53\x0e\xb6\xe0\x82\x90\x56\x42\x16\x84\xcc\x2e\x79\x2b\x1c\xe1\xde\xd6\x26\x17\xac\xac\xc1\x87\x34\xbb\xff\x88\xda\xe4\xe4\x60\x0d\x [...]
 		},
 		"/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-service-account.yaml",
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 7bb40f4f3..a2a779c7c 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.10.2-SNAPSHOT"
+	Version = "1.10.2"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.15.1"
diff --git a/script/Makefile b/script/Makefile
index f6f22cb89..267c9c7ce 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.10.2-SNAPSHOT
+VERSION ?= 1.10.2
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
 LAST_RELEASED_VERSION ?= 1.10.1
 RUNTIME_VERSION := 1.15.1