Skip to content

Commit

Permalink
fix(yq): restore default version, reverting #405
Browse files Browse the repository at this point in the history
The new version of yq is quite breaking, as it requires '-oj -r' for continued operation in rules_oci.
We can do a default version flip later when more downstream projects are compatible.
  • Loading branch information
alexeagle committed May 5, 2023
1 parent 3d0a0fc commit d9e0794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/repositories.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/private/yq_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ YQ_PLATFORMS = {
),
}

DEFAULT_YQ_VERSION = "4.33.3"
DEFAULT_YQ_VERSION = "4.25.2"

# https://github.com/mikefarah/yq/releases
#
Expand Down

0 comments on commit d9e0794

Please sign in to comment.