Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to bazel 7.2.1 #60

Merged
merged 7 commits into from
Aug 19, 2024
Merged

Conversation

guyboltonking
Copy link
Member

@guyboltonking guyboltonking commented Aug 16, 2024

This updates the repo to using bazel 7.2.1, and also updates the go dependencies. In addition, it removes some features that are not in use at DataDog:

  • post_push_hooks
  • publishing/usage as a library

go.mod Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@guyboltonking guyboltonking force-pushed the guy/EEESUPPORT-11240/upgrade-to-bazel-7 branch from c943ccd to 51f74cc Compare August 16, 2024 16:46
go.mod Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@guyboltonking guyboltonking force-pushed the guy/EEESUPPORT-11240/upgrade-to-bazel-7 branch from 51f74cc to f4a0c5c Compare August 16, 2024 17:03
@guyboltonking guyboltonking marked this pull request as ready for review August 16, 2024 17:31
Copy link
Contributor

@joneshf-dd joneshf-dd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for Language Tools!

@@ -13,7 +13,7 @@ manifests, image indexes (multi-arch images) and custom artifacts

In addition to Bazel rules, we offer many helpers for interacting with OCI
artifacts under the `go/pkg` directory and a CLI tool for creating new OCI
artifacts. You can add the Go library as a dependency by running `go get github.com/DataDog/rules_oci/go@latest`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 praise: Thanks for making this change!

bazel_dep(name = "gazelle", version = "0.36.0")
bazel_dep(name = "rules_go", version = "0.47.1")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "stardoc", version = "0.6.2")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 praise: I think this bump to stardoc fixes this issue we had with some of our documentation.

@guyboltonking guyboltonking merged commit b1d616f into main Aug 19, 2024
2 checks passed
@guyboltonking guyboltonking deleted the guy/EEESUPPORT-11240/upgrade-to-bazel-7 branch August 19, 2024 07:34
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