Skip to content

Commit 4c18321

Browse files
chore(deps): Bump dies.dev/diegen from 0.8.0 to 0.9.0 in /hack (#153)
* chore(deps): Bump dies.dev/diegen from 0.8.0 to 0.9.0 in /hack Bumps [dies.dev/diegen](https://github.com/scothis/dies) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/scothis/dies/releases) - [Commits](scothis/dies@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: dies.dev/diegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: dependency bumps Signed-off-by: Rashed Kamal <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rashed Kamal <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rashed Kamal <[email protected]>
1 parent b077623 commit 4c18321

File tree

5 files changed

+341
-101
lines changed

5 files changed

+341
-101
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DIEGEN ?= go run -modfile hack/go.mod dies.dev/diegen
1111
GOIMPORTS ?= go run -modfile hack/go.mod golang.org/x/tools/cmd/goimports
1212
KAPP ?= go run -modfile hack/go.mod github.com/vmware-tanzu/carvel-kapp/cmd/kapp
1313
KO ?= go run -modfile hack/go.mod github.com/google/ko
14-
KUSTOMIZE ?= go run -modfile hack/go.mod sigs.k8s.io/kustomize/kustomize/v4
14+
KUSTOMIZE ?= go run -modfile hack/go.mod sigs.k8s.io/kustomize/kustomize/v5
1515
YTT ?= go run -modfile hack/go.mod github.com/vmware-tanzu/carvel-ytt/cmd/ytt
1616
WOKE ?= go run -modfile hack/go.mod github.com/get-woke/woke
1717
CA_DATA ?= dist/ca.pem

0 commit comments

Comments
 (0)