[CI]: Push updated changelog

This commit is contained in:
antoine 2024-10-24 21:57:57 +00:00 committed by github-actions[bot]
parent 4d2ffc3bbd
commit a745e56419
4 changed files with 56 additions and 0 deletions

6
.changes/header.tpl.md Normal file
View File

@ -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).

View File

21
.changes/v1.0.0.md Normal file
View File

@ -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

29
CHANGELOG.md Normal file
View File

@ -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