-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Go 1.16 - `sigs.k8s.io/controller-runtime` to `v0.9.0` - `fluxcd/source-controller` to `v0.14.0` - `fluxcd/pkg/*` to packages compatible with Go 1.16 and controller-runtime v0.9.0 Signed-off-by: Hidde Beydals <hello@hidde.co>
- Loading branch information
Showing
9 changed files
with
368 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module github.com/fluxcd/image-automation-controller/api | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/fluxcd/pkg/apis/meta v0.9.0 | ||
github.com/fluxcd/source-controller/api v0.13.2 | ||
k8s.io/apimachinery v0.20.4 | ||
sigs.k8s.io/controller-runtime v0.8.3 | ||
github.com/fluxcd/pkg/apis/meta v0.10.0 | ||
github.com/fluxcd/source-controller/api v0.14.0 | ||
k8s.io/apimachinery v0.21.1 | ||
sigs.k8s.io/controller-runtime v0.9.0 | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
242 changes: 60 additions & 182 deletions
242
config/crd/bases/image.toolkit.fluxcd.io_imageupdateautomations.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.