Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for v0.7.12 release #701

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,37 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.7.12] - 2024-08-22

### Changed

#### Dependency Updates

- (GH-667) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.4 to go-ci-oldstable-build-v0.21.5 in /dependabot/docker/builds
- (GH-671) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.5 to go-ci-oldstable-build-v0.21.6 in /dependabot/docker/builds
- (GH-673) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.6 to go-ci-oldstable-build-v0.21.7 in /dependabot/docker/builds
- (GH-688) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.7 to go-ci-oldstable-build-v0.21.8 in /dependabot/docker/builds
- (GH-697) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.8 to go-ci-oldstable-build-v0.21.9 in /dependabot/docker/builds
- (GH-693) Go Dependency: Bump github.com/miekg/dns from 1.1.61 to 1.1.62
- (GH-678) Go Dependency: Bump golang.org/x/mod from 0.19.0 to 0.20.0
- (GH-682) Go Dependency: Bump golang.org/x/net from 0.27.0 to 0.28.0
- (GH-676) Go Dependency: Bump golang.org/x/sync from 0.7.0 to 0.8.0
- (GH-677) Go Dependency: Bump golang.org/x/sys from 0.22.0 to 0.23.0
- (GH-690) Go Dependency: Bump golang.org/x/sys from 0.23.0 to 0.24.0
- (GH-683) Go Dependency: Bump golang.org/x/tools from 0.23.0 to 0.24.0
- (GH-699) Go Runtime: Bump golang from 1.21.12 to 1.22.6 in /dependabot/docker/go
- (GH-698) Update project to Go 1.22 series

#### Other

- (GH-674) Push `REPO_VERSION` var into containers for builds

## [v0.7.11] - 2024-07-10

### Changed

#### Dependency Updates

- (GH-641) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.7 to go-ci-oldstable-build-v0.20.8 in /dependabot/docker/builds
- (GH-647) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.8 to go-ci-oldstable-build-v0.21.2 in /dependabot/docker/builds
- (GH-649) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.2 to go-ci-oldstable-build-v0.21.3 in /dependabot/docker/builds
Expand All @@ -45,6 +72,8 @@ The following types of changes will be recorded in this file:

### Changed

#### Dependency Updates

- (GH-619) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.4 to go-ci-oldstable-build-v0.20.5 in /dependabot/docker/builds
- (GH-621) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.5 to go-ci-oldstable-build-v0.20.6 in /dependabot/docker/builds
- (GH-637) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.6 to go-ci-oldstable-build-v0.20.7 in /dependabot/docker/builds
Expand All @@ -64,6 +93,8 @@ The following types of changes will be recorded in this file:

### Changed

#### Dependency Updates

- (GH-602) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.1 to go-ci-oldstable-build-v0.20.2 in /dependabot/docker/builds
- (GH-610) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.2 to go-ci-oldstable-build-v0.20.3 in /dependabot/docker/builds
- (GH-613) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.3 to go-ci-oldstable-build-v0.20.4 in /dependabot/docker/builds
Expand Down Expand Up @@ -1121,7 +1152,8 @@ Worth noting (in no particular order):
- Makefile for general use cases (including local linting)
- Note: See README for available options if building on Windows

[Unreleased]: https://github.com/atc0005/dnsc/compare/v0.7.11...HEAD
[Unreleased]: https://github.com/atc0005/dnsc/compare/v0.7.12...HEAD
[v0.7.12]: https://github.com/atc0005/dnsc/releases/tag/v0.7.12
[v0.7.11]: https://github.com/atc0005/dnsc/releases/tag/v0.7.11
[v0.7.10]: https://github.com/atc0005/dnsc/releases/tag/v0.7.10
[v0.7.9]: https://github.com/atc0005/dnsc/releases/tag/v0.7.9
Expand Down
Loading