Skip to content

Commit

Permalink
chore(deps): Bump sigs.k8s.io/controller-tools/cmd/controller-gen fro…
Browse files Browse the repository at this point in the history
…m v0.4.1 to v0.14.0 (argoproj#12719)

Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: William Van Hevelingen <[email protected]>
  • Loading branch information
blkperl authored Mar 11, 2024
1 parent ebce8ef commit 0270a0f
Show file tree
Hide file tree
Showing 15 changed files with 3,467 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ endif
$(GOPATH)/bin/controller-gen:
# update this in Nix when upgrading it here
ifneq ($(USE_NIX), true)
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
endif
$(GOPATH)/bin/go-to-protobuf:
# update this in Nix when upgrading it here
Expand Down
6 changes: 3 additions & 3 deletions dev/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
pname = package.name;
inherit (package) version;
inherit src;
vendorSha256 = "sha256-Ytl+++KUrFveoKRoSccwjCgozw4tFhjHxk8yDPQFRqo=";
vendorHash = "sha256-DHqQigUi31GdCFsjvAu1jU1PRNuPW/f3ECrgVd6bvuk=";
doCheck = false;
};

Expand Down Expand Up @@ -255,13 +255,13 @@

controller-tools = pkgs.buildGoModule rec {
pname = "controller-tools";
version = "0.4.1"; # upgrade this in the Makefile if upgraded here
version = "0.14.0"; # upgrade this in the Makefile if upgraded here

src = pkgs.fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "controller-tools";
rev = "v${version}";
sha256 = "sha256-NQlSP9hRLXr+iZo0OeyF1MQs3PourQZN0I0v4Wv5dkE=";
sha256 = "sha256-G0jBQ12cpjfWGhXYppV9dB2n68bExi6ME9QbxXsUWvw=";
};
vendorHash = "sha256-89hzPiqP++tQpPkcSvzc1tHxHcj5PI71RxxxUCgm0BI=";
doCheck = false;
Expand Down
2 changes: 1 addition & 1 deletion hack/crdgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_header() {
mv tmp "$1"
}

controller-gen crd:trivialVersions=true,maxDescLen=0 paths=./pkg/apis/... output:dir=manifests/base/crds/full
controller-gen crd:maxDescLen=0 paths=./pkg/apis/... output:dir=manifests/base/crds/full

find manifests/base/crds/full -name 'argoproj.io*.yaml' | while read -r file; do
echo "Patching ${file}"
Expand Down
538 changes: 538 additions & 0 deletions manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions manifests/base/crds/full/argoproj.io_cronworkflows.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 0270a0f

Please sign in to comment.