diff --git a/.changes/header.tpl.md b/.changes/header.tpl.md new file mode 100644 index 0000000..df8faa7 --- /dev/null +++ b/.changes/header.tpl.md @@ -0,0 +1,6 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). diff --git a/.changes/unreleased/.gitkeep b/.changes/unreleased/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 0000000..cd55b11 --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,21 @@ +## v1.0.0 - 2024-10-24 +### Changed +* 4d2ffc3 - feat(ci): migrate to ci/cd v2 +* 9b175aa - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* 68126c7 - chore(deps): update rouxantoine/checkout action to v4 +* 9ac2442 - chore(deps): update docker/build-push-action action to v6 +* 2f3dfc0 - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* 8386dbc - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 2a90ae7 - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* bb0713a - feature: migrate to cloudflare dns +* e7ef0c3 - chore(deps): update docker/build-push-action action to v5 +* a4f082f - chore(deps): update docker/setup-buildx-action action to v3 +* 2e2c0b2 - chore(deps): update docker/setup-qemu-action action to v3 +* 132b5f8 - feature: renovate configuration +* d40344e - feature: add actions workflow to build +* a2afb7f - upgrade to dnscrypt-proxy v2.1.5 +* 0567f5b - feat: update resolver list +* 77ccd53 - feat: update registry ip +* ec34b2a - feat: migrate from alpine to debian-slim avoid dns resolution error on armv6 +* 3fa3f66 - extract container image from infraRasp +* cc9775c - Initial commit diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..87d2e88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). + + +## v1.0.0 - 2024-10-24 +### Changed +* 4d2ffc3 - feat(ci): migrate to ci/cd v2 +* 9b175aa - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* 68126c7 - chore(deps): update rouxantoine/checkout action to v4 +* 9ac2442 - chore(deps): update docker/build-push-action action to v6 +* 2f3dfc0 - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* 8386dbc - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 2a90ae7 - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* bb0713a - feature: migrate to cloudflare dns +* e7ef0c3 - chore(deps): update docker/build-push-action action to v5 +* a4f082f - chore(deps): update docker/setup-buildx-action action to v3 +* 2e2c0b2 - chore(deps): update docker/setup-qemu-action action to v3 +* 132b5f8 - feature: renovate configuration +* d40344e - feature: add actions workflow to build +* a2afb7f - upgrade to dnscrypt-proxy v2.1.5 +* 0567f5b - feat: update resolver list +* 77ccd53 - feat: update registry ip +* ec34b2a - feat: migrate from alpine to debian-slim avoid dns resolution error on armv6 +* 3fa3f66 - extract container image from infraRasp +* cc9775c - Initial commit