Skip to content

Commit c95da01

Browse files
authored
Merge pull request #896 from alibaba/chore/bump-chart-version-0.2.0
chore(chart): bump opensandbox-controller chart version to 0.2.0
2 parents c16dfe2 + f7943dc commit c95da01

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

kubernetes/charts/opensandbox-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: opensandbox-controller
33
description: A Kubernetes operator for managing sandbox environments with resource pooling and batch delivery
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
5+
version: 0.2.0
6+
appVersion: "0.2.0"
77

88
keywords:
99
- sandbox
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: opensandbox-controller
33
repository: file://../opensandbox-controller
4-
version: 0.1.0
4+
version: 0.2.0
55
- name: opensandbox-server
66
repository: file://../opensandbox-server
77
version: 0.1.0
8-
digest: sha256:c66976fab3f4eea75ec3004c1842079d754387ea430c56cce5514e4f457ee40c
9-
generated: "2026-03-04T17:56:49.467373+08:00"
8+
digest: sha256:b88aa0bfffb5e30aa46163794cb74aa25157ee4b4a437c22867df19633b2a89f
9+
generated: "2026-05-15T14:39:18.571067+08:00"

kubernetes/charts/opensandbox/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: opensandbox
1717
description: All-in-one Helm chart for deploying OpenSandbox controller and server
1818
type: application
19-
version: 0.1.0
20-
appVersion: "0.1.0"
19+
version: 0.2.0
20+
appVersion: "0.2.0"
2121

2222
keywords:
2323
- sandbox
@@ -40,7 +40,7 @@ kubeVersion: ">=1.21.1-0"
4040

4141
dependencies:
4242
- name: opensandbox-controller
43-
version: "0.1.0"
43+
version: "0.2.0"
4444
repository: "file://../opensandbox-controller"
4545
- name: opensandbox-server
4646
version: "0.1.0"

0 commit comments

Comments
 (0)