Skip to content

Commit

Permalink
Merge pull request #838 from fluxcd/meta-v1.8.0
Browse files Browse the repository at this point in the history
Update apis/meta version in chartutil and runtime
  • Loading branch information
stefanprodan authored Dec 10, 2024
2 parents f58229d + 05a2b81 commit 5bf9095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chartutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/fluxcd/pkg/apis/meta => ../apis/meta
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20231025023718-d50d2fec9c98

require (
github.com/fluxcd/pkg/apis/meta v1.7.0
github.com/fluxcd/pkg/apis/meta v1.8.0
github.com/go-logr/logr v1.4.2
github.com/onsi/gomega v1.36.0
github.com/opencontainers/go-digest v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion runtime/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/fluxcd/cli-utils v0.36.0-flux.10
github.com/fluxcd/pkg/apis/acl v0.4.0
github.com/fluxcd/pkg/apis/event v0.11.0
github.com/fluxcd/pkg/apis/meta v1.7.0
github.com/fluxcd/pkg/apis/meta v1.8.0
github.com/go-logr/logr v1.4.2
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-retryablehttp v0.7.7
Expand Down

0 comments on commit 5bf9095

Please sign in to comment.