Skip to content

Conversation

@edge-enablement-team-rebase-bot

No description provided.

dependabot bot and others added 27 commits September 1, 2025 00:02
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>
…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]>
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]>
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]>
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>
…s/github-actions-update-e7e768faee

chore(deps): bump the github-actions-update group with 2 updates
@edge-enablement-team-rebase-bot edge-enablement-team-rebase-bot bot changed the title Merge https://github.com/topolvm/topolvm:main (d88b5c2) into main Merge https://github.com/topolvm/topolvm:main (7307723) into main Oct 28, 2025
peng225 and others added 21 commits October 29, 2025 02:21
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]>
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: 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>
@edge-enablement-team-rebase-bot edge-enablement-team-rebase-bot bot changed the title Merge https://github.com/topolvm/topolvm:main (7307723) into main Merge https://github.com/topolvm/topolvm:main (c16f972) into main Oct 29, 2025
@suleymanakbas91
Copy link

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 30, 2025
@openshift-ci
Copy link

openshift-ci bot commented Oct 30, 2025

@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.

@suleymanakbas91 suleymanakbas91 merged commit 8c43116 into openshift:main Oct 30, 2025
5 of 6 checks passed
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.