File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.2.0 (2020-10-29)
6
+
7
+ This is the second MINOR prerelease, it comes with breaking changes:
8
+ * the histogram metric ` gotk_reconcile_duration ` was renamed to ` gotk_reconcile_duration_seconds `
9
+ * the annotation ` fluxcd.io/reconcileAt ` was renamed to ` reconcile.fluxcd.io/requestedAt `
10
+
5
11
## 0.1.2 (2020-10-19)
6
12
7
13
This prerelease adds support for HTTP/S proxies when sending alerts.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ docker-push:
90
90
91
91
# Set the docker image in-cluster
92
92
docker-deploy :
93
- kubectl -n gotk -system set image deployment/notification-controller manager=${IMG}
93
+ kubectl -n flux -system set image deployment/notification-controller manager=${IMG}
94
94
95
95
# Find or download controller-gen
96
96
controller-gen :
Original file line number Diff line number Diff line change 5
5
[ ![ license] ( https://img.shields.io/github/license/fluxcd/notification-controller.svg )] ( https://github.com/fluxcd/notification-controller/blob/main/LICENSE )
6
6
[ ![ release] ( https://img.shields.io/github/release/fluxcd/notification-controller/all.svg )] ( https://github.com/fluxcd/notification-controller/releases )
7
7
8
- Event forwarder and notification dispatcher for the GitOps Toolkit controllers.
8
+ Event forwarder and notification dispatcher for the [ GitOps Toolkit] ( https://toolkit.fluxcd.io ) controllers.
9
9
The notification-controller is an implementation of the [ notification.toolkit.fluxcd.io] ( docs/spec/v1beta1/README.md )
10
10
API based on the specifications described in the [ RFC] ( docs/spec/README.md ) .
11
11
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/notification-controller
8
8
newName : fluxcd/notification-controller
9
- newTag : v0.1.2
9
+ newTag : v0.2.0
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ go 1.15
5
5
replace github.com/fluxcd/notification-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/notification-controller/api v0.1.2
8
+ github.com/fluxcd/notification-controller/api v0.2.0
9
9
github.com/fluxcd/pkg/apis/meta v0.1.0
10
10
github.com/fluxcd/pkg/recorder v0.0.6
11
11
github.com/fluxcd/pkg/runtime v0.1.2
12
- github.com/fluxcd/source-controller/api v0.1.1
12
+ github.com/fluxcd/source-controller/api v0.2.0
13
13
github.com/go-logr/logr v0.1.0
14
14
github.com/google/go-github/v32 v32.0.0
15
15
github.com/hashicorp/go-retryablehttp v0.6.7
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/fluxcd/pkg/recorder v0.0.6 h1:me/n8syeeGXz50OXoPX3jgIj9AtinvhHdKT9Dy+
74
74
github.com/fluxcd/pkg/recorder v0.0.6 /go.mod h1:IfQxfVRSNsWs3B0Yp5B6ObEWwKHILlAx8N7XkoDdhFg =
75
75
github.com/fluxcd/pkg/runtime v0.1.2 h1:bKhjJGVOJgTQTWjqhwasyt69lBItq1ZWjX04rUkiypo =
76
76
github.com/fluxcd/pkg/runtime v0.1.2 /go.mod h1:HXYTNdkK8ulcT1mhuGhio9tsX65ACKaealtd/MsnkhM =
77
- github.com/fluxcd/source-controller/api v0.1.1 h1:BYxl9qc8pCx3/Bn1885TlkJPwvXqz+rAL9mzpnCrj9A =
78
- github.com/fluxcd/source-controller/api v0.1.1 /go.mod h1:1ac/vj49YVPKF+xBHTo/9pfFj64TcLc1RLaxi4MwVEM =
77
+ github.com/fluxcd/source-controller/api v0.2.0 h1:a+N8+kLDH24lN2hp3klIFGuET3uMhhBWTM9qKdIRhM8 =
78
+ github.com/fluxcd/source-controller/api v0.2.0 /go.mod h1:1ac/vj49YVPKF+xBHTo/9pfFj64TcLc1RLaxi4MwVEM =
79
79
github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
80
80
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
81
81
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
You can’t perform that action at this time.
0 commit comments