Skip to content

chore(all): update deps#235

Merged
bstoll merged 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/deps
Aug 1, 2025
Merged

chore(all): update deps#235
bstoll merged 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/deps

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Jul 30, 2025

This PR contains the following updates:

Package Type Update Change
bazel_features http_archive minor v1.32.0 -> v1.33.0
io_bazel_rules_go http_archive minor v0.55.1 -> v0.56.0

Release Notes

bazel-contrib/bazel_features (bazel_features)

v1.33.0

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_features", version = "1.33.0")

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_features",
    sha256 = "c41853e3b636c533b86bf5ab4658064e6cc9db0a3bce52cbff0629e094344ca9",
    strip_prefix = "bazel_features-1.33.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.33.0/bazel_features-v1.33.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: https://github.com/bazel-contrib/bazel\_features/compare/v1.32.0...v1.33.0

bazelbuild/rules_go (io_bazel_rules_go)

v0.56.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "94643c4ce02f3b62f3be7d13d527a5c780a568073b7562606e78399929005f98",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.24.5")

### Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
	host_platform_repo,
	name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.55.0...v0.56.0


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/deps branch 8 times, most recently from 8f01c3c to e5ec8de Compare August 1, 2025 12:47
@renovate-bot renovate-bot changed the title chore(all): update dependency bazel_features to v1.33.0 chore(all): update deps Aug 1, 2025
@bstoll bstoll merged commit c4fcbcd into openconfig:main Aug 1, 2025
3 checks passed
@renovate-bot renovate-bot deleted the renovate/deps branch August 1, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants