-
Notifications
You must be signed in to change notification settings - Fork 169
Comparing changes
Open a pull request
base repository: topolvm/topolvm
base: v0.36.2
head repository: topolvm/topolvm
compare: v0.36.3
- 20 commits
- 30 files changed
- 11 contributors
Commits on Feb 12, 2025
-
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e053a25 - Browse repository at this point
Copy the full SHA e053a25View commit details -
Remove checking some k8s.io dependencies
Since controller-runtime depends on them, there is no need to check themselves. Signed-off-by: Toshikuni Fukaya <toshikuni-fukaya@cybozu.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 3d5f069 - Browse repository at this point
Copy the full SHA 3d5f069View commit details -
Merge pull request #1013 from topolvm/bump-chart-15.5.2
Bump chart version to 15.5.2
Configuration menu - View commit details
-
Copy full SHA for ed8a027 - Browse repository at this point
Copy the full SHA ed8a027View commit details
Commits on Feb 13, 2025
-
Merge pull request #1014 from topolvm/k8s-issue
Remove checking some k8s.io dependencies
Configuration menu - View commit details
-
Copy full SHA for 1aa8f8d - Browse repository at this point
Copy the full SHA 1aa8f8dView commit details
Commits on Mar 4, 2025
-
Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dfd2fa2 - Browse repository at this point
Copy the full SHA dfd2fa2View commit details -
add docker/setup-qemu-action to build-images.yaml
In the build-images process, apt install of libc-bin fails in the arm64 environment. The following is a response to a similar issue, and qemu version is expected to be the cause. docker/buildx#314 (comment) Looking at the setup-buildx-action documentation, it appears that qemu is installed using setup-qemu-action, so I will add a similar process. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de4ddeb - Browse repository at this point
Copy the full SHA de4ddebView commit details
Commits on Mar 5, 2025
-
Merge pull request #1018 from topolvm/fix-build-images-error
add docker/setup-qemu-action to build-images.yaml
Configuration menu - View commit details
-
Copy full SHA for e591f57 - Browse repository at this point
Copy the full SHA e591f57View commit details -
Merge pull request #1017 from topolvm/add-molpako-reviewer
Add Kyori Sakao as a reviewer
Configuration menu - View commit details
-
Copy full SHA for a32d94b - Browse repository at this point
Copy the full SHA a32d94bView commit details
Commits on Mar 11, 2025
-
Helm Chart: add lvmd.securityContext and node.podSecurityContext values
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.io>
Configuration menu - View commit details
-
Copy full SHA for 207d0a5 - Browse repository at this point
Copy the full SHA 207d0a5View commit details
Commits on Mar 12, 2025
-
Merge pull request #1019 from desaintmartin/main
Helm Chart: add lvmd.securityContext and node.podSecurityContext values
Configuration menu - View commit details
-
Copy full SHA for b24fd9c - Browse repository at this point
Copy the full SHA b24fd9cView commit details
Commits on Mar 14, 2025
-
feat: allow additional containers to be defined in the chart
Signed-off-by: Kevin Richter <krichter@cloudbear.nl>
Configuration menu - View commit details
-
Copy full SHA for a98fb6b - Browse repository at this point
Copy the full SHA a98fb6bView commit details
Commits on Mar 17, 2025
-
Merge pull request #1020 from beschoenen/feat/additional-containers
Helm Chart: allow additional containers to be defined in the chart
Configuration menu - View commit details
-
Copy full SHA for b670c0e - Browse repository at this point
Copy the full SHA b670c0eView commit details -
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 44c31e3 - Browse repository at this point
Copy the full SHA 44c31e3View commit details
Commits on Mar 18, 2025
-
Merge pull request #1022 from topolvm/update-kubernetes-1-32
support Kubernetes 1.32
Configuration menu - View commit details
-
Copy full SHA for 337216d - Browse repository at this point
Copy the full SHA 337216dView commit details -
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d9239a - Browse repository at this point
Copy the full SHA 9d9239aView commit details
Commits on Mar 21, 2025
-
Merge pull request #1021 from topolvm/dependabot/go_modules/golang.or…
…g/x/net-0.36.0 chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Configuration menu - View commit details
-
Copy full SHA for fa025f3 - Browse repository at this point
Copy the full SHA fa025f3View commit details
Commits on Mar 28, 2025
-
make free space on the github runner
I investigated the cause of the CI failure. Since the logs could not be obtained, the cause was likely a disk full. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f3c8a7 - Browse repository at this point
Copy the full SHA 6f3c8a7View commit details
Commits on Apr 1, 2025
-
Merge pull request #1026 from topolvm/fix-ci
make free space on the github runner
Configuration menu - View commit details
-
Copy full SHA for 973550d - Browse repository at this point
Copy the full SHA 973550dView commit details
Commits on Apr 2, 2025
-
docs: add a note about nodeName for pod
We have found a limitation that the pod cannot be started when nodeName is specified. This behavior is due to kube scheduler, and cannot be fixed in TopoLVM. Therefore, we will create faq.md and add a note. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2bdbf9 - Browse repository at this point
Copy the full SHA d2bdbf9View commit details
Commits on Apr 3, 2025
-
Merge pull request #1025 from topolvm/lilmitation-node-name
docs: add a note about nodeName for pod
Configuration menu - View commit details
-
Copy full SHA for 2fd6894 - Browse repository at this point
Copy the full SHA 2fd6894View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.36.2...v0.36.3