Release v1.3.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
696f065673
commit
a8f81b3a00
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/notification-controller
|
- name: fluxcd/notification-controller
|
||||||
newName: fluxcd/notification-controller
|
newName: fluxcd/notification-controller
|
||||||
newTag: v1.2.0
|
newTag: v1.3.0
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -16,7 +16,7 @@ require (
|
||||||
github.com/chainguard-dev/git-urls v1.0.2
|
github.com/chainguard-dev/git-urls v1.0.2
|
||||||
github.com/containrrr/shoutrrr v0.8.0
|
github.com/containrrr/shoutrrr v0.8.0
|
||||||
github.com/fluxcd/cli-utils v0.36.0-flux.7
|
github.com/fluxcd/cli-utils v0.36.0-flux.7
|
||||||
github.com/fluxcd/notification-controller/api v1.2.0
|
github.com/fluxcd/notification-controller/api v1.3.0
|
||||||
github.com/fluxcd/pkg/apis/event v0.9.0
|
github.com/fluxcd/pkg/apis/event v0.9.0
|
||||||
github.com/fluxcd/pkg/apis/meta v1.5.0
|
github.com/fluxcd/pkg/apis/meta v1.5.0
|
||||||
github.com/fluxcd/pkg/git v0.19.0
|
github.com/fluxcd/pkg/git v0.19.0
|
||||||
|
|
Loading…
Reference in New Issue