We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cecd3d commit a776136Copy full SHA for a776136
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
6
images:
7
- name: fluxcd/notification-controller
8
newName: fluxcd/notification-controller
9
- newTag: v1.0.0-rc.4
+ newTag: v1.0.0
go.mod
@@ -12,7 +12,7 @@ require (
12
github.com/Azure/azure-event-hubs-go/v3 v3.6.0
13
github.com/PagerDuty/go-pagerduty v1.7.0
14
github.com/containrrr/shoutrrr v0.7.1
15
- github.com/fluxcd/notification-controller/api v1.0.0-rc.4
+ github.com/fluxcd/notification-controller/api v1.0.0
16
github.com/fluxcd/pkg/apis/event v0.5.1
17
github.com/fluxcd/pkg/apis/meta v1.1.1
18
github.com/fluxcd/pkg/git v0.12.3
0 commit comments