File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 22
33All 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
716This 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.0.10
9+ newTag : v0.0.11
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/notification-controller/api => ./api
66
77require (
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
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLi
6767github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
6868github.com/fluxcd/pkg/recorder v0.0.6 h1:me/n8syeeGXz50OXoPX3jgIj9AtinvhHdKT9Dy+MbHs =
6969github.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 =
7272github.com/fluxcd/source-controller/api v0.0.17 h1:LQR6VR/CATAV+RDcK3rPgA66IW5CFbhAH4Prm0UBL5Y =
7373github.com/fluxcd/source-controller/api v0.0.17 /go.mod h1:PUe+EYQ/s+KPnz2iOCgdf+L6clM0SWkyvdXIpbfpkQE =
7474github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
You can’t perform that action at this time.
0 commit comments