-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bump chart version to 0.10.2 #239
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the previous version update PRs, it appears that the image version and the Chart version are identical.
Should the versions be matched?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version numbers did not have to match.
parent b0b3861 author ESASHIKA Kaoru <kaoru-esashika@cybozu.co.jp> 1706848848 +0900 committer Vladislav Tropnikov <vladislav.tropnikov@genestack.com> 1707128256 +0100 gpgsig -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQmHpo/j4LoqRn/bA7vN/+knMKRrQUCZcC1wAAKCRDvN/+knMKR rc/9AQCKVgC1eny4vfTqlMXRsyVPLM9p0BZoBd7Ob+QrVgnYkwEA+yr0d4cE9ous Yq/DQbQkqsK4ck9gqfE/6foiHdG23QM= =1yTD -----END PGP SIGNATURE----- Merge pull request topolvm#239 from topolvm/bump-chart-0.10.2 Bump chart version to 0.10.2 Bump the github-actions-update group with 2 updates 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 4 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) Updates `actions/stale` from 8 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-update - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-update ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> start to migrate kubebuilder go/v3 to go/v4 - regenerate PROJECT file - move main.go to cmd dir - change codes due to controller-runtime versionup - add .golangci.yml file generated by kubebuilder command - apply simple changes to Dockerfile and Makefile Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> remove unused boilerplate and target of Makefile `hack/boilerplate.go.txt` file is not generated when execute `kubebuilder init` command with `--license none` option to keep the head of each file. And since this project does not use custom resources, generate-api is not generated either. Therefore, the related codes are removed. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> move e2e dir to test/e2e In go/v4 template, files related to test except unit test are generated in `test/` dir, so move e2e to the same dir. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> aligned kubebuilder marker Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> remove the manifests below config, since those are neither used nor maintained Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> move some modules to internal dir Since kubebuilder's layout is now Standard Go Project Layout, some modules have been re-located. Since there is no specification as to where the constants should be located, they were moved to the top directory, similar to TopoLVM. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> Support Kubernetes v1.28 I mistakenly upgraded to kubernetes v1.29 when applying kubebuilder go/v4, so I downgraded to v1.28. ref: topolvm#236 Signed-off-by: Yuji Ito <llamerada.jp@gmail.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> Bump chart version to 0.10.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> add support for K8s metrics API as a source of PVC usage data Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com> Update makefile config Signed-off-by: Vladislav Tropnikov <vladislav.tropnikov@genestack.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>