Skip to content

Commit 3cbb89d

Browse files
authored
Merge pull request #633 from fluxcd/release-v0.22.2
2 parents 985a915 + 3257d22 commit 3cbb89d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.22.2
6+
7+
**Release date:** 2022-03-23
8+
9+
This prerelease ensures (Kubernetes) Event annotations are prefixed with the
10+
FQDN of the Source API Group. For example, `revision` is now
11+
`source.toolkit.fluxcd.io/revision`.
12+
13+
This to facilitate improvements to the notification-controller, where
14+
annotations prefixed with the FQDN of the Group of the Involved Object will be
15+
transformed into "fields".
16+
17+
Fixes:
18+
- Prefix event annotations with API Group FQDN
19+
[#632](https://github.com/fluxcd/source-controller/pull/632)
20+
521
## 0.22.1
622

723
**Release date:** 2022-03-23

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.22.1
9+
newTag: v0.22.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/fluxcd/pkg/testserver v0.2.0
3030
github.com/fluxcd/pkg/untar v0.1.0
3131
github.com/fluxcd/pkg/version v0.1.0
32-
github.com/fluxcd/source-controller/api v0.22.1
32+
github.com/fluxcd/source-controller/api v0.22.2
3333
github.com/go-git/go-billy/v5 v5.3.1
3434
github.com/go-git/go-git/v5 v5.4.2
3535
github.com/go-logr/logr v1.2.2

0 commit comments

Comments
 (0)