Skip to content

Commit c439216

Browse files
authored
Merge pull request #52 from fluxcd/release-v0.0.11
Release v0.0.11
2 parents 0a21511 + e9595c1 commit c439216

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 0.0.11 (2020-09-22)
6+
7+
This prerelease comes with support for publishing events
8+
to GitLab commit status API.
9+
The alerts and receivers were extended to support
10+
S3 Bucket sources.
11+
Container images for ARMv7 and ARMv8 are published to
12+
`ghcr.io/fluxcd/notification-controller-arm64`.
13+
514
## 0.0.10 (2020-09-12)
615

716
This prerelease comes with the option to watch for resources
@@ -14,7 +23,8 @@ a dedicated versioned module.
1423

1524
## 0.0.8 (2020-09-02)
1625

17-
This prerelease comes with support for publishing events to GitHub commit status API.
26+
This prerelease comes with support for publishing events
27+
to GitHub commit status API.
1828

1929
## 0.0.7 (2020-08-05)
2030

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/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.0.10
9+
newTag: v0.0.11

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.14
55
replace github.com/fluxcd/notification-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/notification-controller/api v0.0.10
8+
github.com/fluxcd/notification-controller/api v0.0.11
99
github.com/fluxcd/pkg/recorder v0.0.6
10-
github.com/fluxcd/pkg/runtime v0.0.1
10+
github.com/fluxcd/pkg/runtime v0.0.3
1111
github.com/fluxcd/source-controller/api v0.0.17
1212
github.com/go-logr/logr v0.1.0
1313
github.com/google/go-github/v32 v32.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLi
6767
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
6868
github.com/fluxcd/pkg/recorder v0.0.6 h1:me/n8syeeGXz50OXoPX3jgIj9AtinvhHdKT9Dy+MbHs=
6969
github.com/fluxcd/pkg/recorder v0.0.6/go.mod h1:IfQxfVRSNsWs3B0Yp5B6ObEWwKHILlAx8N7XkoDdhFg=
70-
github.com/fluxcd/pkg/runtime v0.0.1 h1:h8jztHVF9UMGD7XBQSfXDdw80bpT6BOkd0xe4kknPL0=
71-
github.com/fluxcd/pkg/runtime v0.0.1/go.mod h1:cU1t0+Ld39pZjMyrrHukw1E++OZFNHxG2qAExfDWQ34=
70+
github.com/fluxcd/pkg/runtime v0.0.3 h1:x9rOThl1qh5srIUpW0YHEj1I84swMj5m76UqrR1QknY=
71+
github.com/fluxcd/pkg/runtime v0.0.3/go.mod h1:ECBTeplxhgbCJYIjmtwn3ZS0A91/+6YtOS4w2G0LeK4=
7272
github.com/fluxcd/source-controller/api v0.0.17 h1:LQR6VR/CATAV+RDcK3rPgA66IW5CFbhAH4Prm0UBL5Y=
7373
github.com/fluxcd/source-controller/api v0.0.17/go.mod h1:PUe+EYQ/s+KPnz2iOCgdf+L6clM0SWkyvdXIpbfpkQE=
7474
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=

0 commit comments

Comments
 (0)