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

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


The following commit(s) were added to refs/heads/release-1.9.x by this push:
     new f86a6c1db Preparing for next release 1.9.2
f86a6c1db is described below

commit f86a6c1dbdec748cb2bd07d8c39f7932a0c20132
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 17 09:30:12 2022 +0200

    Preparing for next release 1.9.2
---
 pkg/resources/resources.go    | 2 +-
 pkg/util/defaults/defaults.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 24c62610b..467c398d4 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -172,7 +172,7 @@ var assets = func() http.FileSystem {
                        modTime:          time.Time{},
                        uncompressedSize: 2686,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x5d\x6f\xe2\x46\x14\x7d\xf7\xaf\x38\xc2\x2f\xbb\x52\x80\xb0\x4f\x5b\xf7\xc9\x4d\x48\x83\x9a\x02\xc2\x6c\xa3\x7d\xaa\x86\xf1\x05\x8f\x18\xcf\xb8\x33\xd7\xb0\xf4\xd7\x57\x63\x30\x01\xf2\xd1\x46\x8a\x54\x3f\x05\xdf\x3b\xe7\x9e\x8f\x6b\x3b\x31\xba\x1f\x77\x45\x31\x1e\x94\x24\xe3\x29\x07\x5b\x70\x41\x48\x2b\x21\x0b\x42\x66\x97\xbc\x15\x8e\x70\x67\x6b\x93\x0b\x56\xd6\xe0\x53\x9a\xdd\x7d\x46\x6d\x72\x72\xb0\x86\x60\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x5d\x6f\xe2\x46\x14\x7d\xf7\xaf\x38\xc2\x2f\xbb\x52\x80\x64\x9f\xb6\xee\x93\x9b\x90\x2e\xea\x16\x10\x66\x1b\xed\x53\x35\x8c\x2f\xf6\x88\xf1\x8c\x3b\x73\x0d\x4b\x7f\x7d\x35\x06\x13\x20\x1f\x6d\xa4\x48\xf5\x53\xf0\xbd\x73\xee\xf9\xb8\xb6\x13\xa3\xff\x7e\x57\x14\xe3\xab\x92\x64\x3c\xe5\x60\x0b\x2e\x09\x69\x2d\x64\x49\xc8\xec\x8a\xb7\xc2\x11\xee\x6d\x63\x72\xc1\xca\x1a\x7c\x48\xb3\xfb\x8f\x68\x4c\x4e\x0e\xd6\x10\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 e36b214b4..74262052f 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "1.9.1-SNAPSHOT"
+       Version = "1.9.2-SNAPSHOT"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "1.13.0"

Reply via email to