diff --git a/api/pom.xml b/api/pom.xml index ea1a3da74..2d54f7cd9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.github.streamshub console - 0.6.2-SNAPSHOT + 0.6.2 console-api diff --git a/common/pom.xml b/common/pom.xml index 9d885fe61..2453e481d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ com.github.streamshub console - 0.6.2-SNAPSHOT + 0.6.2 console-common diff --git a/operator/pom.xml b/operator/pom.xml index 7e1ec9c88..eb2981972 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -6,7 +6,7 @@ com.github.streamshub console - 0.6.2-SNAPSHOT + 0.6.2 console-operator diff --git a/operator/src/main/olm/bundles/streamshub-console-operator.v0.6.2.yaml b/operator/src/main/olm/bundles/streamshub-console-operator.v0.6.2.yaml new file mode 100644 index 000000000..9a0460816 --- /dev/null +++ b/operator/src/main/olm/bundles/streamshub-console-operator.v0.6.2.yaml @@ -0,0 +1 @@ +image: quay.io/streamshub/console-operator-bundle:0.6.2 diff --git a/operator/src/main/olm/channel.0.6.x.yaml b/operator/src/main/olm/channel.0.6.x.yaml index 44a3c99be..0d921c762 100644 --- a/operator/src/main/olm/channel.0.6.x.yaml +++ b/operator/src/main/olm/channel.0.6.x.yaml @@ -8,5 +8,5 @@ entries: replaces: streamshub-console-operator.v0.5.0 - name: streamshub-console-operator.v0.6.1 replaces: streamshub-console-operator.v0.6.0 - - name: streamshub-console-operator.v0.6.2-snapshot + - name: streamshub-console-operator.v0.6.2 replaces: streamshub-console-operator.v0.6.1 diff --git a/operator/src/main/olm/channel.alpha.yaml b/operator/src/main/olm/channel.alpha.yaml index 36203d409..5b4ceef6f 100644 --- a/operator/src/main/olm/channel.alpha.yaml +++ b/operator/src/main/olm/channel.alpha.yaml @@ -9,5 +9,5 @@ entries: replaces: streamshub-console-operator.v0.5.0 - name: streamshub-console-operator.v0.6.1 replaces: streamshub-console-operator.v0.6.0 - - name: streamshub-console-operator.v0.6.2-snapshot + - name: streamshub-console-operator.v0.6.2 replaces: streamshub-console-operator.v0.6.1 diff --git a/pom.xml b/pom.xml index 9f3078653..08831e488 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.streamshub console pom - 0.6.2-SNAPSHOT + 0.6.2 UTF-8 @@ -61,7 +61,7 @@ scm:git:git://github.com/streamshub/console.git scm:git:git@github.com:streamshub/console.git - HEAD + 0.6.2 diff --git a/ui/package-lock.json b/ui/package-lock.json index f12f46009..6a49e5ed4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "console-ui", - "version": "0.6.2-SNAPSHOT", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "console-ui", - "version": "0.6.2-SNAPSHOT", + "version": "0.6.2", "license": "Apache-2.0", "dependencies": { "@patternfly/patternfly": "^5.4.2", diff --git a/ui/package.json b/ui/package.json index 1adfff8fc..36dea4217 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "console-ui", - "version": "0.6.2-SNAPSHOT", + "version": "0.6.2", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/ui/pom.xml b/ui/pom.xml index a6b833ef0..9b983e538 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ com.github.streamshub console - 0.6.2-SNAPSHOT + 0.6.2 ../pom.xml