Skip to content

KubeArchive: promote to v1.5.0 production clusters #7569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rh-hemartin
Copy link
Contributor

No description provided.

@openshift-ci openshift-ci bot requested review from ggallen and skoved August 11, 2025 07:53
Copy link

openshift-ci bot commented Aug 11, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rh-hemartin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

Code Review by Gemini

The changes in this pull request promote the KubeArchive version to v1.5.0 across multiple production clusters. The modifications are consistent, updating both the remote Kustomize resource URL and the KUBEARCHIVE_VERSION environment variable for the schema migration job.

Bugs and Issues:

No direct bugs or syntax issues are found in the provided diff. The changes correctly reflect a version bump.

Suggested Improvements:

  1. Verify Upgrade Path: While the kubearchive-schema-migration job is updated to the new version, it's crucial to ensure that the upgrade path from v1.2.0 or v1.3.0 directly to v1.5.0 is supported by KubeArchive. Review the release notes for v1.3.0, v1.4.0, and v1.5.0 to confirm there are no intermediate steps or specific manual interventions required for this jump.

Exact lines of files that need to be changed (already changed in the diff):

components/kubearchive/production/kflux-ocp-p01/kustomization.yaml

--- a/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml
+++ b/components/kubearchive/production/kflux-ocp-p01/kustomization.yaml
@@ -4,19 +4,19 @@
 resources:
   - ../../base
   - ../base
-  - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90
+  - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90
 
 namespace: product-kubearchive
 
 patches:
   - patch: |-
       apiVersion: batch/v1
       kind: Job
       metadata:
         name: kubearchive-schema-migration
       spec:
         template:
           spec:
             containers:
               - name: migration
                 env:
                   - name: KUBEARCHIVE_VERSION
-                    value: v1.2.0
+                    value: v1.5.0

components/kubearchive/production/kflux-prd-rh03/kustomization.yaml

--- a/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml
+++ b/components/kubearchive/production/kflux-prd-rh03/kustomization.yaml
@@ -4,19 +4,19 @@
 resources:
   - ../../base
   - ../base
-  - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90
+  - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90
 
 namespace: product-kubearchive
 
 patches:
   - patch: |-
       apiVersion: batch/v1
       kind: Job
       metadata:
         name: kubearchive-schema-migration
       spec:
         template:
           spec:
             containers:
               - name: migration
                 env:
                   - name: KUBEARCHIVE_VERSION
-                    value: v1.2.0
+                    value: v1.5.0

components/kubearchive/production/kflux-rhel-p01/kustomization.yaml

--- a/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml
+++ b/components/kubearchive/production/kflux-rhel-p01/kustomization.yaml
@@ -4,19 +4,19 @@
 resources:
   - ../../base
   - ../base
-  - https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90
+  - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90
 
 namespace: product-kubearchive
 
 patches:
   - patch: |-
       apiVersion: batch/v1
       kind: Job
       metadata:
         name: kubearchive-schema-migration
       spec:
         template:
           spec:
             containers:
               - name: migration
                 env:
                   - name: KUBEARCHIVE_VERSION
-                    value: v1.3.0
+                    value: v1.5.0

components/kubearchive/production/stone-prod-p02/kustomization.yaml

--- a/components/kubearchive/production/stone-prod-p02/kustomization.yaml
+++ b/components/kubearchive/production/stone-prod-p02/kustomization.yaml
@@ -4,19 +4,19 @@
 resources:
   - ../../base
   - ../base
-  - https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90
+  - https://github.com/kubearchive/kubearchive/releases/download/v1.5.0/kubearchive.yaml?timeout=90
 
 namespace: product-kubearchive
 
 patches:
   - patch: |-
       apiVersion: batch/v1
       kind: Job
       metadata:
         name: kubearchive-schema-migration
       spec:
         template:
           spec:
             containers:
               - name: migration
                 env:
                   - name: KUBEARCHIVE_VERSION
-                    value: v1.3.0
+                    value: v1.5.0

@rh-hemartin
Copy link
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant