Skip to content

Commit 823b3e4

Browse files
pinikomarovclaude
andauthored
chore(release): bump version references to v0.3.1 (#64)
Update all ?ref=, targetRevision, Chart.yaml version, and test assertions from v0.3.0 to v0.3.1. Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent a10608c commit 823b3e4

14 files changed

Lines changed: 25 additions & 25 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.3.0
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.1
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.3.0
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.1
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.3.0
18+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.1
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.3.0
10+
version: 0.3.1
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.3.0"
367+
- "https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=v0.3.1"
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.3.0
44+
value: v0.3.1
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.3.0
17+
targetRevision: v0.3.1
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.3.0
28+
targetRevision: v0.3.1
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.3.0
39+
targetRevision: v0.3.1
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.3.0
51+
targetRevision: v0.3.1
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.3.0
62+
targetRevision: v0.3.1
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.3.0
75+
targetRevision: v0.3.1
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.3.0
86+
targetRevision: v0.3.1

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=v0.3.0
18+
- https://github.com/openstack-k8s-operators/gitops/components/secrets/vault-secrets-operator?ref=v0.3.1
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=v0.3.0
27+
- https://github.com/openstack-k8s-operators/gitops/components/secrets/external-secrets-operator/redhat?ref=v0.3.1
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.3.0
20+
- https://github.com/openstack-k8s-operators/gitops/components/utilities/approve-installplan?ref=v0.3.1
2121
```
2222
2323
Images: `registry.redhat.io/openshift4/ose-tools-rhel9:latest` (Job).

example/openstack-controlplane/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ kind: Kustomization
44

55
components:
66
# Remote refs (for CI/ArgoCD):
7-
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.0
8-
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/controlplane?ref=v0.3.0
9-
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/services/watcher?ref=v0.3.0
7+
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.3.1
8+
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/controlplane?ref=v0.3.1
9+
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/services/watcher?ref=v0.3.1
1010
# Local paths (for "kustomize build" testing):
1111
# - ../../components/argocd/annotations
1212
# - ../../components/rhoso/controlplane/controlplane

0 commit comments

Comments
 (0)