forked from topolvm/topolvm
-
Notifications
You must be signed in to change notification settings - Fork 7
Merge https://github.com/topolvm/topolvm:main (c16f972) into main #290
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the github-actions-update group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-update ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump chart version to 15.6.1
…s/github-actions-update-a331d3ec2d chore(deps): bump actions/checkout from 4 to 5 in the github-actions-update group
Signed-off-by: Shinya Hayashi <[email protected]>
Because we decided to use LTS version of cert-manger and ranged patch version for the helm chart, I updated according to the policy. ref1. topolvm#985 (comment) ref2. https://cert-manager.io/docs/releases/#long-term-support-releases For `CERT_MANAGER_VERSION` in versions.mk, I used the latest patch version of v1.17. Signed-off-by: Shinya Hayashi <[email protected]>
ref. topolvm#1038 (comment) Signed-off-by: Shinya Hayashi <[email protected]>
Because envtest binary assets do not exist for the latest v1.33 patch version, I used patch version 0 (v1.33.0). ref. topolvm#1038 (comment) Signed-off-by: Shinya Hayashi <[email protected]>
Signed-off-by: Shinya Hayashi <[email protected]>
support Kubernetes 1.33
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.2.1...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…thub.com/go-viper/mapstructure/v2-2.4.0 chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0
debina: bullseye -> bookworm ubuntu: 22.04 -> 24.04 Signed-off-by: Shinya Hayashi <[email protected]>
Removed following rules: - typecheck: this rule cannot be enabled or disabled - ref. https://golangci-lint.run/docs/product/migration-guide/#typecheck - gosimple: merged into staticcheck - ref. https://golangci-lint.run/docs/product/migration-guide/#lintersenablestylecheckgosimplestaticcheck This commit also fixes some lint errors. Signed-off-by: Shinya Hayashi <[email protected]>
Checking the file system size per-byte basis is difficult because it can be changed by dependency upgrades (e.g. ubuntu ver.). This commit modifies the resize test to verify that the filesystem size is roughly as expected. Signed-off-by: Shinya Hayashi <[email protected]>
migrate golangci-lint to v2
…4.04 update debian and ubuntu version
Signed-off-by: Yuji Ito <[email protected]> Co-authored-by: Shinya Hayashi <[email protected]>
replace result.Requeue to RequeueAfter because it is deprecated
This reverts commit fbb33d2. Signed-off-by: Toshikuni Fukaya <[email protected]>
We use ubuntu 22.04 for topolvm runtime image and the ubuntu 22.04 base is bookworm. For better compatibility, use bookworm for build image. Signed-off-by: Toshikuni Fukaya <[email protected]>
We decided to update them alongside the Kubernetes update. Signed-off-by: Toshikuni Fukaya <[email protected]>
Add a policy to update Ubuntu and Debian, and revert versions to conform to it
Bumps the github-actions-update group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [actions/stale](https://github.com/actions/stale). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-update - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-update ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump chart version to 15.7.0
…s/github-actions-update-e7e768faee chore(deps): bump the github-actions-update group with 2 updates
e752b45 to
311bf39
Compare
50656f8 to
d293602
Compare
When StorageCapacityTracking is enabled in the kind environment, the expected message ending with a comma as shown below is not accounted for. This commit excludes the trailing symbol from the expected message. ``` message: '0/4 nodes are available: 1 node(s) did not have enough free storage, 1 node(s) had ... ``` Signed-off-by: Shinya Hayashi <[email protected]>
enable StorageCapacityScoring feature gate for some e2e test
Signed-off-by: red-hat-konflux <[email protected]>
Signed-off-by: Suleyman Akbas <[email protected]>
fix: re-enabling fips and trying brew golang builder test: switching to fedora because rhsm is giving issues
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Suleyman Akbas <[email protected]>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Jeff Roche <[email protected]>
d293602 to
7bc8777
Compare
|
/ok-to-test |
|
@edge-enablement-team-rebase-bot[bot]: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.