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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Drop dependency on x/exp/slices #1567

Merged
merged 2 commits into from Feb 29, 2024
Merged

Conversation

dtantsur
Copy link
Member

Go 1.21 already has what we need in the standard library.

Signed-off-by: Dmitry Tantsur dtantsur@protonmail.com

@metal3-io-bot metal3-io-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 28, 2024
Go 1.21 already has what we need in the standard library.

Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
@dtantsur
Copy link
Member Author

/test metal3-bmo-e2e-test-pull
/test-centos-e2e-integration-main

Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
@metal3-io-bot metal3-io-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 28, 2024
@dtantsur
Copy link
Member Author

/test metal3-bmo-e2e-test-pull
/test-centos-e2e-integration-main

@lentzi90
Copy link
Member

I cannot reproduce the test failure locally. My best guess is something was not properly cleaned up between runs.
/test metal3-bmo-e2e-test-pull

Copy link
Member

@lentzi90 lentzi90 left a comment

Choose a reason for hiding this comment

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

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Feb 29, 2024
@@ -60,6 +59,7 @@ require (
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

Which module is still dependant on this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure how to figure that out. Nothing in our code, I believe.

Copy link
Member

Choose a reason for hiding this comment

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

go mod graph | grep "golang.org/x/exp" should give us the module which is using this.

Copy link
Member

Choose a reason for hiding this comment

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

ok its coming from

k8s.io/apiextensions-apiserver@v0.28.3 and
sigs.k8s.io/controller-runtime@v0.16.3, so we cant really get rid of this entry.

/approve

Copy link
Member Author

Choose a reason for hiding this comment

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

TIL go mod graph!

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kashifest

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 29, 2024
@metal3-io-bot metal3-io-bot merged commit 1636b4e into metal3-io:main Feb 29, 2024
20 checks passed
@dtantsur dtantsur deleted the x/exp branch February 29, 2024 13:07
tuminoid added a commit to Nordix/baremetal-operator that referenced this pull request Mar 26, 2024
Basically a cherry-pick from CAPM3 PR metal3-io#1567.

Support beta and RC releases in release note generator. Move some logic
from Makefile to the release note generator, and then add nice unfolding
summary section to hide details in beta/rc notes.

Fix previous release tag pattern detection in Makefile.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
tuminoid added a commit to Nordix/baremetal-operator that referenced this pull request Apr 23, 2024
Basically a cherry-pick from CAPM3 PR metal3-io#1567.

Support beta and RC releases in release note generator. Move some logic
from Makefile to the release note generator, and then add nice unfolding
summary section to hide details in beta/rc notes.

Fix previous release tag pattern detection in Makefile.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants