Skip to content

Commit

Permalink
chore(release): manual minor release bump
Browse files Browse the repository at this point in the history
The commit that actually should've bumped this release got replaced by
one that doesn't satisfy the Conventional Commit ... conventions.
Therefore I adjusted the version manually, together with a migration
path in the changelog.
  • Loading branch information
nachtjasmin committed Dec 3, 2024
1 parent e9de5df commit 3152e23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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.1.7"
".": "0.2.0"
}
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## [0.1.7](https://github.com/anexia/k8s-external-dns-webhook/compare/v0.1.6...v0.1.7) (2024-12-03)
## [0.2.0](https://github.com/anexia/k8s-external-dns-webhook/compare/v0.1.6...v0.2.0) (2024-12-03)

:warning: As part of the migration to the Anexia organisation, the path to the container image changed!

### Bug Fixes
```diff
- ghcr.io/probstenhias/external-dns-anexia-webhook:latest-amd64
+ ghcr.io/anexia/k8s-external-dns-webhook:latest-amd64
```

* update image name for goreleaser ([90b1f96](https://github.com/anexia/k8s-external-dns-webhook/commit/90b1f962dd494b46568879f1d764416012c2cd9c))
In case you were importing this project as a Go module, you also have to change the module:

```diff
- import "ghcr.io/probstenhias/external-dns-anexia-webhook"
+ import "go.anx.io/external-dns-webhook"
```

### Miscellaneous Chores

Expand Down

0 comments on commit 3152e23

Please sign in to comment.