Skip to content

Commit 5054e2d

Browse files
committed
Release v0.10.0
ENHANCEMENTS: * ci/dependabot: docker:(deps): bump nginx from 1.25.3-alpine3.18-slim to 1.25.4-alpine3.18-slim [[GH-16](#16)] * ci/dependabot: docker:(deps): bump node from 20.5.1-bookworm-slim to 21.7.3-bookworm-slim [[GH-18](#18)] * ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.0 to 1.10.6 [[GH-19](#19)] * ci/dependabot: npm:(deps): bump ip from 2.0.0 to 2.0.1 [[GH-37](#37)] * ci/dependabot: npm:(deps): bump vue-router from 4.2.5 to 4.3.0 [[GH-26](#26)] * ci/dependabot: npm:(deps): bump vue-router from 4.3.0 to 4.3.1 [[GH-33](#33)] * ci/dependabot: npm:(deps-dev): bump vite from 5.1.1 to 5.2.9 [[GH-29](#29)] * gha/ci: Execute smoke tests on GHA/CI [[GH-28](#28)] * tests: Smoke tests: Test cronjob and pods pages [[GH-38](#38)] IMPROVEMENTS: * k8s: Update protobuf files for k8s v1.29.2 [[GH-36](#36)] BUG FIXES: * gha/docker: Remove branch name from .docker workflow for now [[GH-30](#30)]
1 parent 61d616b commit 5054e2d

File tree

2 files changed

+158
-1
lines changed

2 files changed

+158
-1
lines changed

CHANGELOG.md

+157
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,160 @@
1+
## v0.10.0 (April 24, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* ci/dependabot: Configure dependabot version updates [[GH-15](https://github.com/danroux/sk8l-ui/issues/15)]
6+
* ci/dependabot: docker deps:(deps): bump nginx from 1.25.3-alpine3.18-slim to 1.25.4-alpine3.18-slim
7+
8+
docker deps:(deps): bump nginx
9+
10+
Bumps nginx from 1.25.3-alpine3.18-slim to 1.25.4-alpine3.18-slim.
11+
12+
---
13+
updated-dependencies:
14+
- dependency-name: nginx
15+
dependency-type: direct:production
16+
update-type: version-update:semver-patch
17+
...
18+
19+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-16](https://github.com/danroux/sk8l-ui/issues/16)]
20+
* ci/dependabot: docker deps:(deps): bump node from 20.5.1-bookworm-slim to 21.7.3-bookworm-slim
21+
22+
docker deps:(deps): bump node
23+
24+
Bumps node from 20.5.1-bookworm-slim to 21.7.3-bookworm-slim.
25+
26+
---
27+
updated-dependencies:
28+
- dependency-name: node
29+
dependency-type: direct:production
30+
update-type: version-update:semver-major
31+
...
32+
33+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-18](https://github.com/danroux/sk8l-ui/issues/18)]
34+
* ci/dependabot: gha deps:(deps): bump actions/checkout from 4.1.1 to 4.1.2
35+
36+
gha deps:(deps): bump actions/checkout from 4.1.1 to 4.1.2
37+
38+
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
39+
- [Release notes](https://github.com/actions/checkout/releases)
40+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
41+
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...9bb56186c3b09b4f86b1c65136769dd318469633)
42+
43+
---
44+
updated-dependencies:
45+
- dependency-name: actions/checkout
46+
dependency-type: direct:production
47+
update-type: version-update:semver-patch
48+
...
49+
50+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-32](https://github.com/danroux/sk8l-ui/issues/32)]
51+
* ci/dependabot: gha deps:(deps): bump azure/setup-helm from 4.1.0 to 4.2.0
52+
53+
gha deps:(deps): bump azure/setup-helm from 4.1.0 to 4.2.0
54+
55+
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.1.0 to 4.2.0.
56+
- [Release notes](https://github.com/azure/setup-helm/releases)
57+
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
58+
- [Commits](https://github.com/azure/setup-helm/compare/v4.1.0...v4.2.0)
59+
60+
---
61+
updated-dependencies:
62+
- dependency-name: azure/setup-helm
63+
dependency-type: direct:production
64+
update-type: version-update:semver-minor
65+
...
66+
67+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-31](https://github.com/danroux/sk8l-ui/issues/31)]
68+
* ci/dependabot: npm deps:(deps): bump @grpc/grpc-js from 1.10.0 to 1.10.6
69+
70+
npm deps:(deps): bump @grpc/grpc-js from 1.10.0 to 1.10.6
71+
72+
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.0 to 1.10.6.
73+
- [Release notes](https://github.com/grpc/grpc-node/releases)
74+
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.0...@grpc/grpc-js@1.10.6)
75+
76+
---
77+
updated-dependencies:
78+
- dependency-name: "@grpc/grpc-js"
79+
dependency-type: direct:production
80+
update-type: version-update:semver-patch
81+
...
82+
83+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-19](https://github.com/danroux/sk8l-ui/issues/19)]
84+
* ci/dependabot: npm deps:(deps): bump ip from 2.0.0 to 2.0.1
85+
86+
npm deps:(deps): bump ip from 2.0.0 to 2.0.1
87+
88+
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
89+
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)
90+
91+
---
92+
updated-dependencies:
93+
- dependency-name: ip
94+
dependency-type: indirect
95+
...
96+
97+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-37](https://github.com/danroux/sk8l-ui/issues/37)]
98+
* ci/dependabot: npm deps:(deps): bump vue-router from 4.2.5 to 4.3.0
99+
100+
npm deps:(deps): bump vue-router from 4.2.5 to 4.3.0
101+
102+
Bumps [vue-router](https://github.com/vuejs/router) from 4.2.5 to 4.3.0.
103+
- [Release notes](https://github.com/vuejs/router/releases)
104+
- [Commits](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0)
105+
106+
---
107+
updated-dependencies:
108+
- dependency-name: vue-router
109+
dependency-type: direct:production
110+
update-type: version-update:semver-minor
111+
...
112+
113+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-26](https://github.com/danroux/sk8l-ui/issues/26)]
114+
* ci/dependabot: npm deps:(deps): bump vue-router from 4.3.0 to 4.3.1
115+
116+
npm deps:(deps): bump vue-router from 4.3.0 to 4.3.1
117+
118+
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.0 to 4.3.1.
119+
- [Release notes](https://github.com/vuejs/router/releases)
120+
- [Commits](https://github.com/vuejs/router/compare/v4.3.0...v4.3.1)
121+
122+
---
123+
updated-dependencies:
124+
- dependency-name: vue-router
125+
dependency-type: direct:production
126+
update-type: version-update:semver-patch
127+
...
128+
129+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-33](https://github.com/danroux/sk8l-ui/issues/33)]
130+
* ci/dependabot: npm deps:(deps-dev): bump vite from 5.1.1 to 5.2.9
131+
132+
npm deps:(deps-dev): bump vite from 5.1.1 to 5.2.9
133+
134+
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.2.9.
135+
- [Release notes](https://github.com/vitejs/vite/releases)
136+
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
137+
- [Commits](https://github.com/vitejs/vite/commits/v5.2.9/packages/vite)
138+
139+
---
140+
updated-dependencies:
141+
- dependency-name: vite
142+
dependency-type: direct:development
143+
update-type: version-update:semver-minor
144+
...
145+
146+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-29](https://github.com/danroux/sk8l-ui/issues/29)]
147+
* gha/ci: Execute smoke tests on GHA/CI [[GH-28](https://github.com/danroux/sk8l-ui/issues/28)]
148+
* tests: Smoke tests: Test cronjob and pods pages [[GH-38](https://github.com/danroux/sk8l-ui/issues/38)]
149+
150+
IMPROVEMENTS:
151+
152+
* k8s: Update protobuf files for k8s v1.29.2 [[GH-36](https://github.com/danroux/sk8l-ui/issues/36)]
153+
154+
BUG FIXES:
155+
156+
* gha/docker: Remove branch name from .docker workflow for now [[GH-30](https://github.com/danroux/sk8l-ui/issues/30)]
157+
1158
## v0.9.0 (March 19, 2024)
2159

3160
BUG FIXES:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help: ## This help.
1010

1111
# Bump these on release
1212
VERSION_MAJOR ?= 0
13-
VERSION_MINOR ?= 9
13+
VERSION_MINOR ?= 10
1414
VERSION_PATCH ?= 0
1515

1616
WITHOUT ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

0 commit comments

Comments
 (0)