-
Task
-
Resolution: Unresolved
-
Major
-
1.0
-
5
-
False
-
-
False
-
RHIDP-4048 - Konflux build pipelines 1.4
-
Release Note Not Required
-
Rejected
-
-
-
RHDH Core Platform 3265, RHDH Core Platform 3266
(Continued from RHIDP-931)
- ensure that versions are bumped (or toggled, for segment key) after branch creation
-
- plugins - main branch (RHIDP-1720) - cancelled; MSR won't allow this
- plugins - version bumps for package.json in 1.yy.x branches - works in version bump script but not if we're no longer doing that!
- plugins - version bump ONLY the root pom https://github.com/janus-idp/backstage-plugins/blob/main/package.json to 3.3.0 in main for the 1.3.0 release
-
- operator (makefile), main branch
- https://github.com/janus-idp/operator/pull/374/files and https://github.com/janus-idp/operator/pull/375/files
- unclear why this had to run TWICE to create the complete changeset for bundle/manifests/backstage-operator.clusterserviceversion.yaml
- operator (makefile), main branch
-
- operator - support csv version bumps for existing branches too, eg., to bump to 1.2.1 when we tag for 1.2.1 release - https://gitlab.cee.redhat.com/rhidp/rhdh/-/merge_requests/10/diffs?commit_id=e9d9d050a34f9919bcd8e7bf8aa6166de004498c - manual PR: https://github.com/janus-idp/operator/pull/313
- operator - need to also bump the `replaces:` to the latest released value in both 1.yy.x and main; now that 1.2.0 is tagged and released:
-
- operator - need to STOP pushing to the `fast` channel for old releases once the tip of `fast`has moved up; for example can't push a 1.1.5 operator update to `fast` once the tip of `fast` points to 1.2.
- update the annotations and dockerfiles to switch from `fast,fast-1.y` to ONLY push to `fast-1.y` - see https://gitlab.cee.redhat.com/rhidp/rhdh/-/commit/639538d9f3e814d5dec50fc71f139e28f7837880
- operators.operatorframework.io.bundle.channels.v1=fast,fast-\${CI_X_VERSION}.\${CI_Y_VERSION} \\ + operators.operatorframework.io.bundle.channels.v1=fast-\${CI_X_VERSION}.\${CI_Y_VERSION} \\ - operators.operatorframework.io.bundle.channel.default.v1=fast \\ + operators.operatorframework.io.bundle.channel.default.v1=fast-\${CI_X_VERSION}.\${CI_Y_VERSION} \\
- update the annotations and dockerfiles to switch from `fast,fast-1.y` to ONLY push to `fast-1.y` - see https://gitlab.cee.redhat.com/rhidp/rhdh/-/commit/639538d9f3e814d5dec50fc71f139e28f7837880
- operator - need to STOP pushing to the `fast` channel for old releases once the tip of `fast`has moved up; for example can't push a 1.1.5 operator update to `fast` once the tip of `fast` points to 1.2.
-
- showcase (package.json), main branch - https://github.com/janus-idp/backstage-showcase/pull/1297/files
- showcase (.rhdh/docker/Dockerfile) switch from dev key to prod key in 1.y.x branch (RHIDP-1311) FIXED
- showcase - support version bumps for existing branches - https://gitlab.cee.redhat.com/rhidp/rhdh/-/merge_requests/10/diffs?commit_id=e9d9d050a34f9919bcd8e7bf8aa6166de004498c
-
- midstream https://gitlab.cee.redhat.com/rhidp/rhdh/-/blob/rhdh-1-rhel-9/upstream_repos.yml#L5 in new branch: switch from main to 1.2.x
- this didn't work; ended up with 1.2.x in main instead of the 1.2 branch
- midstream https://gitlab.cee.redhat.com/rhidp/rhdh/-/blob/rhdh-1-rhel-9/upstream_repos.yml#L5 in new branch: switch from main to 1.2.x