Skip to content

Commit 9f35c09

Browse files
committed
chore(master): release 0.1.1
1 parent af8883e commit 9f35c09

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/glasskube/cert-manager-webhook-exoscale/compare/0.1.0...0.1.1) (2025-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/exoscale/egoscale/v3 to v3.1.10 ([#14](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/14)) ([855a817](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/855a81772b4a90e6b8b8754f0423a93554e8be8f))
9+
10+
11+
### Other
12+
13+
* **deps:** update azure/setup-helm action to v4.3.0 ([#11](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/11)) ([20a8294](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/20a82947077a223d6abcbffd1dd41074b7ca40e2))
14+
* **deps:** update dependency go to v1.24.0 ([#9](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/9)) ([de44345](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/de44345e389cad18d1722efc8c838f9e1d3e74e9))
15+
* **deps:** update docker/build-push-action action to v6.15.0 ([#12](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/12)) ([0a378a4](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/0a378a42b2b2dbc4601b67e3819104e5727ee930))
16+
* **deps:** update docker/metadata-action action to v5.7.0 ([#13](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/13)) ([442aac3](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/442aac3621011a35bc7e339304d7ebfce21badca))
17+
* **deps:** update docker/setup-buildx-action action to v3.10.0 ([#8](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/8)) ([cba054a](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/cba054af18640d07a71d5a5abd5500bf28eb0817))
18+
* **deps:** update golang docker tag to v1.24 ([#10](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/10)) ([4e9ae36](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/4e9ae36996659da52f082248ac891f599ce04af0))
19+
* **deps:** update googleapis/release-please-action action to v4.1.4 ([#15](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/15)) ([dbae401](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/dbae401e40e8d1f9b9739ec2c46272a85208ec37))
20+
* **deps:** update googleapis/release-please-action action to v4.1.5 ([#17](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/17)) ([af8883e](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/af8883e2201233b3a8b3a59ce07d07c5a65762ff))
21+
22+
23+
### Docs
24+
25+
* update examples ([c9b9c65](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/c9b9c65113d067a21af6705bac3a494b4823d858))
26+
* update readme ([a357242](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/a35724273447bd9ccd3fe8e32b200239a08a48a3))
27+
* update readme ([7eb4002](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/7eb40029559f8cdd18e1d0326bc47b7eb1eaf509))
28+
329
## 0.1.0 (2025-01-31)
430

531

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use helm to install the webhook:
1414
```shell
1515
helm install cert-manager-webhook-exoscale --namespace cert-manager \
1616
oci://ghcr.io/glasskube/charts/cert-manager-webhook-exoscale \
17-
--version 0.1.0 \
17+
--version 0.1.1 \
1818
--set groupName=acme.mycompany.com
1919
```
2020

deploy/cert-manager-webhook-exoscale/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ sources:
1414
maintainers:
1515
- name: kosmoz
1616
17-
version: 0.1.0
18-
appVersion: 0.1.0
17+
version: 0.1.1
18+
appVersion: 0.1.1

0 commit comments

Comments
 (0)