Skip to content

Commit cb2bc72

Browse files
authored
Release: v2025.3.14 (#47)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 01d1f37 commit cb2bc72

File tree

4 files changed

+232
-0
lines changed

4 files changed

+232
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release Date | User Guide | Changelog | Kubernetes Version |
44
|--------------------------- | ------------ | ---------- | --------- | ------------------ |
5+
| [v2025.3.14](https:/github.com/appscode-cloud/CHANGELOG/releases/tag/v2025.3.14) | 2025-03-02 | [User Guide](%!(EXTRA string=v2025.3.14)) | [CHANGELOG](/releases/v2025.3.14/README.md) | 1.26+ |
56
| [v2023.05.25](https:/github.com/bytebuilders/CHANGELOG/releases/tag/v2023.05.25) | 2023-05-25 | [User Guide](%!(EXTRA string=v2023.05.25)) | [CHANGELOG](/releases/v2023.05.25/README.md) | 1.19+ |
67
| [v2023.05.12](https:/github.com/bytebuilders/CHANGELOG/releases/tag/v2023.05.12) | 2023-05-12 | [User Guide](%!(EXTRA string=v2023.05.12)) | [CHANGELOG](/releases/v2023.05.12/README.md) | 1.19+ |
78
| [v2023.04.06](https:/github.com/bytebuilders/CHANGELOG/releases/tag/v2023.04.06) | 2023-04-06 | [User Guide](%!(EXTRA string=v2023.04.06)) | [CHANGELOG](/releases/v2023.04.06/README.md) | 1.16+ |

releases/v2025.3.14/CHANGELOG.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"product_line": "ACE",
3+
"release": "v2025.3.14",
4+
"release_date": "2025-03-02T01:09:50.29167247Z",
5+
"release_project_url": "https://github.com/appscode-cloud/CHANGELOG",
6+
"docs_url": "%!(EXTRA string=v2025.3.14)",
7+
"kubernetes_version": "1.26+",
8+
"projects": [
9+
{
10+
"url": "github.com/appscode-cloud/b3",
11+
"releases": [
12+
{
13+
"tag": "v2025.3.14",
14+
"commits": [
15+
{
16+
"SHA": "6892225c3e",
17+
"Subject": "Prepare for release v2025.3.14 (#1196)"
18+
}
19+
]
20+
}
21+
]
22+
},
23+
{
24+
"url": "github.com/appscode-cloud/ui-wizards",
25+
"releases": [
26+
{
27+
"tag": "v0.14.0",
28+
"commits": [
29+
{
30+
"SHA": "74e0a2180",
31+
"Subject": "Prepare for release v0.14.0 (#752)"
32+
},
33+
{
34+
"SHA": "73a3f5053",
35+
"Subject": "Update makefile"
36+
},
37+
{
38+
"SHA": "bad233ac8",
39+
"Subject": "Update deps"
40+
}
41+
]
42+
}
43+
]
44+
},
45+
{
46+
"url": "github.com/kmodules/image-packer",
47+
"releases": [
48+
{
49+
"tag": "v2025.3.14",
50+
"commits": [
51+
{
52+
"SHA": "f7cd2db9",
53+
"Subject": "Prepare for release v2025.3.14 (#23)"
54+
},
55+
{
56+
"SHA": "0dc6bed0",
57+
"Subject": "Merge pull request #22 from kmodules/gha-up"
58+
},
59+
{
60+
"SHA": "bbe2bbd4",
61+
"Subject": "Use Go 1.24"
62+
}
63+
]
64+
}
65+
]
66+
},
67+
{
68+
"url": "github.com/kmodules/resource-metadata",
69+
"releases": [
70+
{
71+
"tag": "v0.26.0",
72+
"commits": [
73+
{
74+
"SHA": "a42115526",
75+
"Subject": "Prepare for release v0.26.0 (#540)"
76+
}
77+
]
78+
}
79+
]
80+
},
81+
{
82+
"url": "github.com/kubeops/ui-server",
83+
"releases": [
84+
{
85+
"tag": "v0.0.54",
86+
"commits": [
87+
{
88+
"SHA": "b334a4d26",
89+
"Subject": "Prepare for release v0.0.54 (#368)"
90+
}
91+
]
92+
}
93+
]
94+
},
95+
{
96+
"url": "github.com/kubepack/lib-app",
97+
"releases": [
98+
{
99+
"tag": "v0.3.0",
100+
"commits": [
101+
{
102+
"SHA": "bc9ad742f",
103+
"Subject": "Prepare for release v0.3.0 (#114)"
104+
},
105+
{
106+
"SHA": "2a9268a4f",
107+
"Subject": "Update *.sh"
108+
},
109+
{
110+
"SHA": "8582492f0",
111+
"Subject": "Use Go 1.24 (#113)"
112+
}
113+
]
114+
}
115+
]
116+
}
117+
]
118+
}

releases/v2025.3.14/README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# ACE v2025.3.14 (2025-03-02)
2+
3+
4+
## [appscode-cloud/b3](https://github.com/appscode-cloud/b3)
5+
6+
### [v2025.3.14](https://github.com/appscode-cloud/b3/releases/tag/v2025.3.14)
7+
8+
- [6892225c](https://github.com/appscode-cloud/b3/commit/6892225c3e) Prepare for release v2025.3.14 (#1196)
9+
10+
11+
12+
## [appscode-cloud/ui-wizards](https://github.com/appscode-cloud/ui-wizards)
13+
14+
### [v0.14.0](https://github.com/appscode-cloud/ui-wizards/releases/tag/v0.14.0)
15+
16+
- [74e0a218](https://github.com/appscode-cloud/ui-wizards/commit/74e0a2180) Prepare for release v0.14.0 (#752)
17+
- [73a3f505](https://github.com/appscode-cloud/ui-wizards/commit/73a3f5053) Update makefile
18+
- [bad233ac](https://github.com/appscode-cloud/ui-wizards/commit/bad233ac8) Update deps
19+
20+
21+
22+
## [kmodules/image-packer](https://github.com/kmodules/image-packer)
23+
24+
### [v2025.3.14](https://github.com/kmodules/image-packer/releases/tag/v2025.3.14)
25+
26+
- [f7cd2db9](https://github.com/kmodules/image-packer/commit/f7cd2db9) Prepare for release v2025.3.14 (#23)
27+
- [0dc6bed0](https://github.com/kmodules/image-packer/commit/0dc6bed0) Merge pull request #22 from kmodules/gha-up
28+
- [bbe2bbd4](https://github.com/kmodules/image-packer/commit/bbe2bbd4) Use Go 1.24
29+
30+
31+
32+
## [kmodules/resource-metadata](https://github.com/kmodules/resource-metadata)
33+
34+
### [v0.26.0](https://github.com/kmodules/resource-metadata/releases/tag/v0.26.0)
35+
36+
- [a4211552](https://github.com/kmodules/resource-metadata/commit/a42115526) Prepare for release v0.26.0 (#540)
37+
38+
39+
40+
## [kubeops/ui-server](https://github.com/kubeops/ui-server)
41+
42+
### [v0.0.54](https://github.com/kubeops/ui-server/releases/tag/v0.0.54)
43+
44+
- [b334a4d2](https://github.com/kubeops/ui-server/commit/b334a4d26) Prepare for release v0.0.54 (#368)
45+
46+
47+
48+
## [kubepack/lib-app](https://github.com/kubepack/lib-app)
49+
50+
### [v0.3.0](https://github.com/kubepack/lib-app/releases/tag/v0.3.0)
51+
52+
- [bc9ad742](https://github.com/kubepack/lib-app/commit/bc9ad742f) Prepare for release v0.3.0 (#114)
53+
- [2a9268a4](https://github.com/kubepack/lib-app/commit/2a9268a4f) Update *.sh
54+
- [8582492f](https://github.com/kubepack/lib-app/commit/8582492f0) Use Go 1.24 (#113)
55+
56+
57+

releases/v2025.3.14/release.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"product_line": "ACE",
3+
"release": "v2025.3.14",
4+
"docs_url_template": "",
5+
"kubernetes_version": "1.26+",
6+
"projects": [
7+
{
8+
"github.com/appscode-cloud/ui-wizards": {
9+
"tag": "v0.14.0",
10+
"chartNames": [
11+
"kubedbcom-mongodb-editor-options"
12+
],
13+
"commands": [
14+
"make update-charts CHART_VERSION=${APPSCODE_CLOUD_UI_WIZARDS_TAG}",
15+
"make gen fmt"
16+
]
17+
}
18+
},
19+
{
20+
"github.com/kmodules/resource-metadata": {
21+
"tag": "v0.26.0",
22+
"commands": [
23+
"go run cmd/ui-updater/main.go --chart.version=${APPSCODE_CLOUD_UI_WIZARDS_TAG}",
24+
"make fmt"
25+
]
26+
}
27+
},
28+
{
29+
"github.com/kmodules/image-packer": {
30+
"tag": "v2025.3.14",
31+
"release_branch": "release-${TAG}"
32+
},
33+
"github.com/kubeops/ui-server": {
34+
"tag": "v0.0.54"
35+
},
36+
"github.com/kubepack/lib-app": {
37+
"tag": "v0.3.0",
38+
"commands": [
39+
"make fmt"
40+
]
41+
}
42+
},
43+
{
44+
"github.com/appscode-cloud/b3": {
45+
"tag": "v2025.3.14",
46+
"release_branch": "release-${TAG}"
47+
}
48+
}
49+
],
50+
"external_projects": {
51+
"github.com/kmodules/codespan-schema-checker": {},
52+
"github.com/kmodules/metrics-configuration-checker": {},
53+
"github.com/kubepack/kubepack": {},
54+
"github.com/kubepack/lib-app": {}
55+
}
56+
}

0 commit comments

Comments
 (0)