Skip to content

Commit 7022636

Browse files
Bump version to 19.0.0 for 18-stable release
1 parent 781c3f7 commit 7022636

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-openstack-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go_version: 1.26.x
1717
operator_sdk_version: 1.42.3
1818
bundle_dockerfile: ./bundle.Dockerfile
19-
operator_version: 0.7.0
19+
operator_version: 19.0.0
2020
secrets:
2121
IMAGENAMESPACE: ${{ secrets.IMAGENAMESPACE }}
2222
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}

.github/workflows/catalog-openstack-operator-upgrades.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
run: ./openstack-operator/hack/catalog-build-olm-upgrade.sh
6464
env:
6565
#FIXME: these should be pulled from a YAML config in the main operator directory?
66-
MAIN_VERSION: 0.7.0
67-
FEATURE_RELEASE_VERSION: 0.6.0
68-
FEATURE_RELEASE_BRANCH: 18.0-fr6
66+
MAIN_VERSION: 19.0.0
67+
FEATURE_RELEASE_VERSION: 0.7.0
68+
FEATURE_RELEASE_BRANCH: 18-stable
6969
BUNDLE: ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }}
7070
- name: Buildah Action
7171
id: build-operator-index-upgrade

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.7.0
6+
VERSION ?= 19.0.0
77

88
OPENSTACK_RELEASE_VERSION ?= $(VERSION)-$(shell date +%s)
99

hack/fake_minor_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A quick way to test a fake minor update. Run this script, and then once the
22
# openstackversion reconciles (the CSV will redeploy the controller-manager)
33
# you can set targetVersion == 0.0.2 for a quick test
4-
VERSION=0.7
4+
VERSION=19.0
55
CURRENT=${VERSION}.0
66
UPDATE=${VERSION}.1
77
oc get csv openstack-operator.v${CURRENT} -o yaml -n openstack-operators > csv.yaml

0 commit comments

Comments
 (0)