Skip to content

Commit 1834bd7

Browse files
cjeannerclaude
andauthored
Release/bump tag (#59)
* chore: bump same-repository references to v0.3.0 Updated all internal references from v0.1.0 and v0.1.1 to v0.3.0 for components and resources hosted at github.com/openstack-k8s-operators/gitops. Changes include: - Application manifests (ESO, VSO) - Example kustomization files (controlplane, dataplane, networks, dependencies) - Component and example documentation This ensures consistency across the repository for the v0.3.0 release. Co-Authored-By: Claude Sonnet 4.5 (claude-sonnet-4-5@20250929) <noreply@anthropic.com> * chore(helm): bump rhoso-apps chart and targetRevision to v0.3.0 Updated the helm chart version from 0.1.0 to 0.3.0 and bumped all targetRevision values in the default values.yaml to match the v0.3.0 release. This ensures all ArgoCD applications reference the correct version of the gitops repository components. Changes: - Chart.yaml: version 0.1.0 -> 0.3.0 - values.yaml: all targetRevision fields v0.1.0 -> v0.3.0 (7 applications) Co-authored-by: Claude Sonnet 4.5 (claude-sonnet-4-5@20250929) <noreply@anthropic.com> Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 (claude-sonnet-4-5@20250929) <noreply@anthropic.com>
1 parent 8a737f9 commit 1834bd7

15 files changed

Lines changed: 26 additions & 26 deletions

File tree

applications/external-secrets-operator-redhat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
kustomize:
1717
components:
18-
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.1
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.0
1919
path: resources/external-secrets-operator/redhat
2020
repoURL: https://github.com/openstack-k8s-operators/gitops.git
2121
targetRevision: HEAD

applications/external-secrets-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
kustomize:
1717
components:
18-
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.1
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.0
1919
path: resources/external-secrets-operator
2020
repoURL: https://github.com/openstack-k8s-operators/gitops.git
2121
targetRevision: HEAD

applications/vault-secrets-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
kustomize:
1717
components:
18-
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.1
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.0
1919
path: resources/vault-secrets-operator
2020
repoURL: https://github.com/openstack-k8s-operators/gitops.git
2121
targetRevision: HEAD

charts/rhoso-apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.1.0
10+
version: 0.3.0
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to

charts/rhoso-apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ applications:
364364
operator-dependencies:
365365
kustomize:
366366
components:
367-
- "https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=v0.2.0"
367+
- "https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=v0.3.0"
368368
```
369369

370370
`openstack-secrets` excerpt (Vault Secrets Operator style patch; adjust for

charts/rhoso-apps/tests/application_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tests:
4141
value: example/controlplane
4242
- equal:
4343
path: spec.source.targetRevision
44-
value: v0.1.0
44+
value: v0.3.0
4545
- equal:
4646
path: spec.destination.server
4747
value: https://kubernetes.default.svc

charts/rhoso-apps/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ applications:
1414
syncOptions:
1515
- Prune=true
1616
syncWave: "-20"
17-
targetRevision: v0.1.0
17+
targetRevision: v0.3.0
1818
# Deploy openstack-operator.
1919
# This covers "Deploying RHOSO - chapter 1"
2020
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_installing-and-preparing-the-openstack-operator
@@ -25,7 +25,7 @@ applications:
2525
syncOptions:
2626
- Prune=true
2727
syncWave: "-20"
28-
targetRevision: v0.1.0
28+
targetRevision: v0.3.0
2929
# Create the main OpenStack Custom Resource.
3030
# This covers "Deploying RHOSO - chapter 1"
3131
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_installing-and-preparing-the-openstack-operator
@@ -36,7 +36,7 @@ applications:
3636
syncOptions:
3737
- Prune=true
3838
syncWave: "-15"
39-
targetRevision: v0.1.0
39+
targetRevision: v0.3.0
4040
# Create cluster secrets by syncing from the secure backend (placeholder path).
4141
# Runs after operator-dependencies provides vault-secrets-operator or external-secrets-operator.
4242
# This covers "Deploying RHOSO - chapter 2.3"
@@ -48,7 +48,7 @@ applications:
4848
syncOptions:
4949
- Prune=true
5050
syncWave: "-10"
51-
targetRevision: v0.1.0
51+
targetRevision: v0.3.0
5252
# Create underlying networks for controlplane and dataplane.
5353
# Covers "Deploying RHOSO - chapter 3"
5454
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_preparing-rhoso-networks_preparing
@@ -59,7 +59,7 @@ applications:
5959
syncOptions:
6060
- Prune=true
6161
syncWave: "0"
62-
targetRevision: v0.1.0
62+
targetRevision: v0.3.0
6363
# Deploy and configure OpenStackControlPlane resource.
6464
# Covers "Deploying RHOSO - chapter 4"
6565
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_creating-the-control-plane
@@ -72,7 +72,7 @@ applications:
7272
syncOptions:
7373
- Prune=true
7474
syncWave: "10"
75-
targetRevision: v0.1.0
75+
targetRevision: v0.3.0
7676
# Deploy and configure OpenStackDataPlaneNodeSet and OpenStackDataPlaneDeployment resources.
7777
# Covers "Deploying RHOSO - chapter 5"
7878
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_creating-the-data-plane
@@ -83,4 +83,4 @@ applications:
8383
syncOptions:
8484
- Prune=true
8585
syncWave: "20"
86-
targetRevision: v0.1.0
86+
targetRevision: v0.3.0

components/secrets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1515
kind: Kustomization
1616
resources: []
1717
components:
18-
- https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=feature/rhoso-apps-helm-chart
18+
- https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=v0.3.0
1919
```
2020
2121
Example including the Red Hat ESO overlay as a resource:
@@ -24,5 +24,5 @@ Example including the Red Hat ESO overlay as a resource:
2424
apiVersion: kustomize.config.k8s.io/v1beta1
2525
kind: Kustomization
2626
resources:
27-
- https://github.com/openstack-k8s-operators/gitops/components/secrets/external-secrets-operator/redhat?ref=feature/rhoso-apps-helm-chart
27+
- https://github.com/openstack-k8s-operators/gitops/components/secrets/external-secrets-operator/redhat?ref=v0.3.0
2828
```

components/utilities/approve-installplan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs first, the Subscription sync-wave patch will not apply.
1717
components:
1818
- pin-version
1919
- https://github.com/openstack-k8s-operators/architecture/lib/olm-openstack-subscriptions/overlays/default?ref=COMMIT_SHA
20-
- https://github.com/openstack-k8s-operators/gitops/components/utilities/approve-installplan?ref=v0.1.0
20+
- https://github.com/openstack-k8s-operators/gitops/components/utilities/approve-installplan?ref=v0.3.0
2121
```
2222
2323
Images: `registry.redhat.io/openshift4/ose-tools-rhel9:latest` (Job).

example/dependencies/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ components:
66
- https://github.com/openstack-k8s-operators/architecture/lib/olm-deps?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c
77
- https://github.com/openstack-k8s-operators/architecture/lib/metallb?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c
88
- https://github.com/openstack-k8s-operators/architecture/lib/nmstate?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c
9-
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0
9+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.0

0 commit comments

Comments
 (0)