Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: topolvm/topolvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.2
Choose a base ref
...
head repository: topolvm/topolvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.3
Choose a head ref
  • 20 commits
  • 30 files changed
  • 11 contributors

Commits on Feb 12, 2025

  1. Bump chart version to 15.5.2

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    e053a25 View commit details
    Browse the repository at this point in the history
  2. 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>
    toshipp committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    3d5f069 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1013 from topolvm/bump-chart-15.5.2

    Bump chart version to 15.5.2
    daichimukai authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    ed8a027 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Merge pull request #1014 from topolvm/k8s-issue

    Remove checking some k8s.io dependencies
    toshipp authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    1aa8f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Add Kyori Sakao as a reviewer

    Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
    llamerada-jp committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    dfd2fa2 View commit details
    Browse the repository at this point in the history
  2. 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>
    llamerada-jp committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    de4ddeb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Merge pull request #1018 from topolvm/fix-build-images-error

    add docker/setup-qemu-action to build-images.yaml
    peng225 authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    e591f57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1017 from topolvm/add-molpako-reviewer

    Add Kyori Sakao as a reviewer
    peng225 authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    a32d94b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Helm Chart: add lvmd.securityContext and node.podSecurityContext values

    Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.io>
    desaintmartin committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    207d0a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Merge pull request #1019 from desaintmartin/main

    Helm Chart: add lvmd.securityContext and node.podSecurityContext values
    satoru-takeuchi authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    b24fd9c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. feat: allow additional containers to be defined in the chart

    Signed-off-by: Kevin Richter <krichter@cloudbear.nl>
    beschoenen committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    a98fb6b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request #1020 from beschoenen/feat/additional-containers

    Helm Chart: allow additional containers to be defined in the chart
    toshipp authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    b670c0e View commit details
    Browse the repository at this point in the history
  2. support Kubernetes 1.32

    Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
    ushitora-anqou committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    44c31e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Merge pull request #1022 from topolvm/update-kubernetes-1-32

    support Kubernetes 1.32
    llamerada-jp authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    337216d View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    9d9239a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. 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
    daichimukai authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    fa025f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. 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>
    llamerada-jp committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    6f3c8a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Merge pull request #1026 from topolvm/fix-ci

    make free space on the github runner
    toshipp authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    973550d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. 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>
    llamerada-jp committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    d2bdbf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Merge pull request #1025 from topolvm/lilmitation-node-name

    docs: add a note about nodeName for pod
    llamerada-jp authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    2fd6894 View commit details
    Browse the repository at this point in the history
Loading