Skip to content

Commit

Permalink
chore(master): release 0.1.0 (#5)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2025-01-31)


### Features

* allow reading api key from secret
([0d42865](0d42865))
* find domain zone from list if domain ID is unspecified
([8704893](8704893))
* initial implementation of exoscale dns webhook
([a59612b](a59612b))


### Bug Fixes

* **deps:** update module github.com/cert-manager/cert-manager to
v1.15.4 [security]
([#2](#2))
([6747657](6747657))


### Other

* add build task in makefile
([9f5c493](9f5c493))
* add mise.toml
([bbe66ec](bbe66ec))
* add release-please
([53b26e3](53b26e3))
* add renovate
([25dcebf](25dcebf))
* bump golang.org/x/net from 0.26.0 to 0.33.0
([1b75c1e](1b75c1e))
* change next release to 0.1.0
([bd8c0fb](bd8c0fb))
* **deps:** update github.com/cert-manager/cert-manager to v1.16.3
([ce49c24](ce49c24))
* **deps:** update transitive dependencies
([212b1e9](212b1e9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
glasskube-bot authored Jan 31, 2025
1 parent 0d42865 commit 4eeb7c3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0 (2025-01-31)


### Features

* allow reading api key from secret ([0d42865](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/0d4286528627711ee1394efb303c86fc1925b272))
* find domain zone from list if domain ID is unspecified ([8704893](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/8704893076ac0e41f9c76ceb3e8437a115c6d63e))
* initial implementation of exoscale dns webhook ([a59612b](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/a59612b7788c6c25578a8a24f6b222b3ee62ba5a))


### Bug Fixes

* **deps:** update module github.com/cert-manager/cert-manager to v1.15.4 [security] ([#2](https://github.com/glasskube/cert-manager-webhook-exoscale/issues/2)) ([6747657](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/6747657827465d45660349a0959d5f71a4634b31))


### Other

* add build task in makefile ([9f5c493](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/9f5c493db703463422765ccc39481e6d9debd3fb))
* add mise.toml ([bbe66ec](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/bbe66ecc0bda1775cf77b797b7805b50c864f4e9))
* add release-please ([53b26e3](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/53b26e3f8d9926b0567c648ebaba6245e44ab5f3))
* add renovate ([25dcebf](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/25dcebf850a71d295beb933ef9510536ff6f5b69))
* bump golang.org/x/net from 0.26.0 to 0.33.0 ([1b75c1e](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/1b75c1e5907b0e0f93cd490bda7915acd247066e))
* change next release to 0.1.0 ([bd8c0fb](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/bd8c0fb03b3e90abab47bc505a376376230774a1))
* **deps:** update github.com/cert-manager/cert-manager to v1.16.3 ([ce49c24](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/ce49c243763f96c2e52867b58d008b0c0b75f406))
* **deps:** update transitive dependencies ([212b1e9](https://github.com/glasskube/cert-manager-webhook-exoscale/commit/212b1e99f6f59ae56f9f6401bd70898c0c7ce8e9))
3 changes: 2 additions & 1 deletion deploy/cert-manager-webhook-exoscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: v2
name: cert-manager-webhook-exoscale
description: cert-manager webhook for Exoscale DNS API
home: https://github.com/glasskube/cert-manager-webhook-exoscale
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo-small.png
icon: >-
https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo-small.png
keywords:
- cert-manager
- exoscale
Expand Down

0 comments on commit 4eeb7c3

Please sign in to comment.