-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44e6e5d
commit e9f4b73
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/muhlba91/external-dns-provider-adguard/compare/v0.1.0...v1.0.0) (2023-11-09) | ||
|
||
|
||
### Features | ||
|
||
* add arm v7 support ([44e6e5d](https://github.com/muhlba91/external-dns-provider-adguard/commit/44e6e5d9d134e22959d62af1cf7bb0b2243421ad)) | ||
* initial version ([314a602](https://github.com/muhlba91/external-dns-provider-adguard/commit/314a602080d82bba6ede2ff1b0fa0c165303470c)) | ||
* support all external-dns records; fix [#12](https://github.com/muhlba91/external-dns-provider-adguard/issues/12) ([b455a9d](https://github.com/muhlba91/external-dns-provider-adguard/commit/b455a9dc6e3d1cccca2c8f2beb5c3c7c71021fe4)) | ||
* support arbitrary TXT records; fix [#13](https://github.com/muhlba91/external-dns-provider-adguard/issues/13) ([f2090b6](https://github.com/muhlba91/external-dns-provider-adguard/commit/f2090b6d1ed40bf167298f8f52d6e9afc05528e0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* initial commit ([fd0f1e3](https://github.com/muhlba91/external-dns-provider-adguard/commit/fd0f1e329a25ebf5996524b519a4c0ce84ecda1d)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **deps:** update actions/checkout digest to b4ffde6 ([69b0901](https://github.com/muhlba91/external-dns-provider-adguard/commit/69b090183a091844785edb920c53ecfff3df487f)) | ||
* **deps:** update env to v10 ([a6523eb](https://github.com/muhlba91/external-dns-provider-adguard/commit/a6523eb63153feb9681c105535d79e176044b5b6)) | ||
* **deps:** update golang.org/x/exp digest to 2478ac8 ([d955d8d](https://github.com/muhlba91/external-dns-provider-adguard/commit/d955d8dd218f2a1dcd3af0708ee078371ebe6c7a)) | ||
* **deps:** update module github.com/caarlos0/env/v8 to v10 ([0785890](https://github.com/muhlba91/external-dns-provider-adguard/commit/078589021f3ffcc466c7f9964a082110203d457e)) | ||
* **deps:** update module github.com/go-chi/chi/v5 to v5.0.10 ([027cc50](https://github.com/muhlba91/external-dns-provider-adguard/commit/027cc50972bf08d867c4f8699200ca0a40c03786)) | ||
* **deps:** update module sigs.k8s.io/external-dns to v0.14.0 ([fd0a900](https://github.com/muhlba91/external-dns-provider-adguard/commit/fd0a900843f32cd43048f7cea036483fa13284cf)) | ||
* **deps:** update sigs.k8s.io/external-dns digest to 9f7167f ([afdd366](https://github.com/muhlba91/external-dns-provider-adguard/commit/afdd366b74e5f417006406e43b78f034a181d139)) | ||
* **deps:** update sigstore/cosign-installer action to v3.2.0 ([7631196](https://github.com/muhlba91/external-dns-provider-adguard/commit/76311961c0d786e2a6a2fcc9c489dbe5dba68d42)) | ||
* release 1.0.0 ([fc6232d](https://github.com/muhlba91/external-dns-provider-adguard/commit/fc6232d3f51f8dacc073cc93327cdb9d9c606508)) |