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

Bump chart version to 0.10.2 #239

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Bump chart version to 0.10.2 #239

merged 1 commit into from
Feb 2, 2024

Conversation

topolvm-project-bot[bot]
Copy link

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@llamerada-jp llamerada-jp marked this pull request as ready for review February 2, 2024 02:34
@llamerada-jp llamerada-jp requested a review from a team as a code owner February 2, 2024 02:34
Copy link
Contributor

@pluser pluser left a 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?

Copy link
Contributor

@pluser pluser left a 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.

@pluser pluser merged commit f90b872 into main Feb 2, 2024
11 checks passed
@pluser pluser deleted the bump-chart-0.10.2 branch February 2, 2024 04:40
tropnikovvl pushed a commit to tropnikovvl/pvc-autoresizer that referenced this pull request Feb 5, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants