Skip to content

Commit 65b517f

Browse files
authored
Merge pull request #33 from vdice/chore/bump-spin-operator-0.4.0
chore(*): bump spin-operator to 0.4.0
2 parents a4b8f92 + f4d788f commit 65b517f

21 files changed

+219
-228
lines changed

.github/workflows/marketplace-smoke-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# This version should match the (forked) version of the spin-operator sub-chart
11-
SPIN_OPERATOR_VERSION: v0.3.0
11+
SPIN_OPERATOR_VERSION: v0.4.0
1212

1313
jobs:
1414
helm-install-smoke-test:
@@ -50,8 +50,8 @@ jobs:
5050
kubectl describe -n spinkube pod -l app.kubernetes.io/name=spin-operator || true
5151
kubectl logs -n spinkube -l app.kubernetes.io/name=kwasm-operator || true
5252
kubectl describe -n spinkube pod -l app.kubernetes.io/name=kwasm-operator || true
53-
kubectl logs -l core.spinoperator.dev/app-name=simple-spinapp || true
54-
kubectl describe pod -l core.spinoperator.dev/app-name=simple-spinapp || true
53+
kubectl logs -l core.spinkube.dev/app-name=simple-spinapp || true
54+
kubectl describe pod -l core.spinkube.dev/app-name=simple-spinapp || true
5555
5656
- name: Verify curl
5757
run: curl localhost:8083/hello

Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: spin-operator
33
repository: oci://ghcr.io/spinkube/charts
4-
version: 0.3.0
4+
version: 0.4.0
55
- name: cert-manager
66
repository: https://charts.jetstack.io
77
version: v1.14.3
88
- name: kwasm-operator
99
repository: http://kwasm.sh/kwasm-operator/
1010
version: 0.2.3
11-
digest: sha256:3d3b2ec9e76e9924d6210432c277af05049cb23ecb0e416dce4ba660d1bcbb1d
12-
generated: "2024-09-09T14:38:14.413931+02:00"
11+
digest: sha256:0c192cc2f5c8fd54137c986bfa1278959ccbe64a5e7b58b40d5661a5f34910c0
12+
generated: "2024-11-05T14:48:48.29812-07:00"

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ appVersion: "0.1.0"
2626

2727
dependencies:
2828
- name: spin-operator
29-
version: "0.3.0"
29+
version: "0.4.0"
3030
repository: "oci://ghcr.io/spinkube/charts"
3131
condition: spin-operator.enabled
3232
- name: cert-manager

charts/spin-operator-0.3.0.tgz

-5.39 KB
Binary file not shown.

charts/spin-operator-0.4.0.tgz

5.5 KB
Binary file not shown.

crds/spin-operator.crds.yaml

Lines changed: 77 additions & 92 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: spin-operator
33
repository: file://charts/spin-operator
4-
version: 0.1.0
4+
version: 0.4.0
55
- name: cert-manager
66
repository: file://charts/cert-manager
77
version: v0.1.0
88
- name: kwasm-operator
99
repository: file://charts/kwasm-operator
1010
version: 0.2.3
11-
digest: sha256:2b941a3f31eb39c2738e801f30881e3ed734379ae50968cf2419c2929386f4ff
12-
generated: "2024-06-12T14:02:14.844986-06:00"
11+
digest: sha256:692c93c60d865c3fa36a8b60a7761889b5663f25fc5a2838528a1a8e9f8d33e1
12+
generated: "2024-11-05T14:50:24.550048-07:00"

marketplace/charts/spinkube-azure-marketplace/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ appVersion: "0.1.0"
2626

2727
dependencies:
2828
- name: spin-operator
29-
version: "0.1.0"
29+
version: "0.4.0"
3030
repository: "file://charts/spin-operator"
3131
condition: spin-operator.enabled
3232
- name: cert-manager

marketplace/charts/spinkube-azure-marketplace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To comply, all of the sub-charts have been manually forked and updated appropria
1313

1414
- **Spin Operator**
1515

16-
[v0.3.0 tag of spinkube/spin-operator](https://github.com/spinkube/spin-operator/tree/v0.3.0/charts/spin-operator)
16+
[v0.4.0 tag of spinkube/spin-operator](https://github.com/spinkube/spin-operator/tree/v0.4.0/charts/spin-operator)
1717

1818
- **Cert Manager**
1919

marketplace/charts/spinkube-azure-marketplace/charts/spin-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ type: application
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1616
# NOTE: this version is kept static in version control but is bumped when packaging and releasing
17-
version: 0.1.0
17+
version: 0.4.0
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
2222
# NOTE: this version is kept static in version control but is bumped when packaging and releasing
23-
appVersion: "v0.1.0"
23+
appVersion: "v0.4.0"

0 commit comments

Comments
 (0)