Skip to content

Commit

Permalink
Merge pull request #678 from fluxcd/release-v1.2.2
Browse files Browse the repository at this point in the history
Release v1.2.2
  • Loading branch information
hiddeco committed Dec 11, 2023
2 parents a93a06a + aaacfc4 commit 644100a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project are documented in this file.

## 1.2.2

**Release date:** 2023-12-11

This patch releases updates a variety of dependencies, including an update of
the container base image to Alpine v3.19.

Improvements:
- build: update Alpine to 3.19
[#675](https://github.com/fluxcd/notification-controller/pull/675)
- Update dependencies
[#677](https://github.com/fluxcd/notification-controller/pull/677)

## 1.2.1

**Release date:** 2023-12-08
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v1.2.1
newTag: v1.2.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/chainguard-dev/git-urls v1.0.2
github.com/containrrr/shoutrrr v0.8.0
github.com/fluxcd/cli-utils v0.36.0-flux.2
github.com/fluxcd/notification-controller/api v1.2.1
github.com/fluxcd/notification-controller/api v1.2.2
github.com/fluxcd/pkg/apis/event v0.6.0
github.com/fluxcd/pkg/apis/meta v1.2.0
github.com/fluxcd/pkg/git v0.16.0
Expand Down

0 comments on commit 644100a

Please sign in to comment.