Skip to content

Commit 27a23c9

Browse files
Merge pull request #1650 from stuggi/fr4_branching
18.0-fr4 branching changes on main
2 parents 98fdba4 + 9abb056 commit 27a23c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
run: ./openstack-operator/hack/catalog-build-olm-upgrade.sh
8080
env:
8181
#FIXME: these should be pulled from a YAML config in the main operator directory?
82-
MAIN_VERSION: 0.4.0
83-
FEATURE_RELEASE_VERSION: 0.3.0
84-
FEATURE_RELEASE_BRANCH: 18.0-fr3
82+
MAIN_VERSION: 0.5.0
83+
FEATURE_RELEASE_VERSION: 0.4.0
84+
FEATURE_RELEASE_BRANCH: 18.0-fr4
8585
BUNDLE: ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }}
8686

8787
- name: Buildah Action

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.4.0
6+
VERSION ?= 0.5.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.4
4+
VERSION=0.5
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)