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: projectcapsule/capsule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: projectcapsule/capsule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 19 commits
  • 44 files changed
  • 7 contributors

Commits on May 2, 2025

  1. chore(deps): update github/codeql-action digest to 97a2bfd (#1434)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 2, 2025
    Configuration menu
    Copy the full SHA
    9a36fba View commit details
    Browse the repository at this point in the history
  2. chore(deps): update github/codeql-action digest to 5eb3ed6 (#1435)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 2, 2025
    Configuration menu
    Copy the full SHA
    5aec7e5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update github/codeql-action action to v3.28.17 (#1436)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 2, 2025
    Configuration menu
    Copy the full SHA
    28542e9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. fix(deps): update k8s.io/utils digest to 0f33e8f (#1403)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 3, 2025
    Configuration menu
    Copy the full SHA
    0d559d6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. fix(deps): update module sigs.k8s.io/cluster-api to v1.10.1 (#1319)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 4, 2025
    Configuration menu
    Copy the full SHA
    47720bd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency adrienverge/yamllint to v1.37.1 (#1438)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 4, 2025
    Configuration menu
    Copy the full SHA
    3c5874a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. chore(deps): update zgosalvez/github-actions-ensure-sha-pinned-action…

    …s action to v3.0.24 (#1440)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    61a5422 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency alegrey91/harpoon to v0.10.1 (#1392)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5d30a13 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency golangci/golangci-lint to v2.1.6 (#1439)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    2ea70e3 View commit details
    Browse the repository at this point in the history
  4. feat(tenant): improve cordoning selection (#1424)

    feat(tenant): improve cordoning selection (#1424)
    
    Signed-off-by: Hristo Hristov <me@hhristov.info>
    Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
    Svarrogh1337 and oliverbaehler authored May 5, 2025
    Configuration menu
    Copy the full SHA
    9d1f702 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. fix(deps): update module golang.org/x/sync to v0.14.0 (#1396)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    035fcc0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google/ko to v0.18.0 (#1441)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    2d3851f View commit details
    Browse the repository at this point in the history
  3. fix: Remove command from daemonset template (#1408)

    * Remove command from daemonset template
    
    fixes #1407
    
    * Remove command from daemonset template
    
    fixes #1407
    
    Signed-off-by: Christian Schmidt <christian@mycr.de>
    
    ---------
    
    Signed-off-by: Christian Schmidt <christian@mycr.de>
    schmidt-i authored May 6, 2025
    Configuration menu
    Copy the full SHA
    63c92f8 View commit details
    Browse the repository at this point in the history
  4. chore: remove wasm build (#1442)

    Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
    oliverbaehler authored May 6, 2025
    Configuration menu
    Copy the full SHA
    eb52eba View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. feat: Add additionalMetadataList Support for Conditional Metadata Ass…

    …ignment (#1339)
    
    * feat: Add support for additionalMetadataList
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    * docs: change description
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    * fix: missing bracket
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    * fix: removed duplicated if statement
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    * chore: adjustments after review
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    * chore: Sync `syncNamespaceMetadata` method
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Deofex <28751252+Deofex@users.noreply.github.com>
    Signed-off-by: Deofex 28751252+Deofex@users.noreply.github.com
    Deofex authored May 8, 2025
    Configuration menu
    Copy the full SHA
    8e9b8ad View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency go to v1.24.3 (#1443)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    063e02b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/setup-go action to v5.5.0 (#1444)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    2a45647 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update securego/gosec action to v2.22.4 (#1446)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    dea9b16 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. feat: namespace metadata sync on creation #1378 (#1379)

    * feat: namespace metadata sync on creation #1378
    
    Signed-off-by: Siarhei Rasiukevich <s_rasiukevich@wargaming.net>
    
    * fix(tenant): internal error is not returned in cordon webhook
    
    Signed-off-by: Siarhei Rasiukevich <s_rasiukevich@wargaming.net>
    
    * fix(utils): lint on pkg/utils/namespace_selector.go
    
    Signed-off-by: Siarhei Rasiukevich <s_rasiukevich@wargaming.net>
    
    ---------
    
    Signed-off-by: Siarhei Rasiukevich <s_rasiukevich@wargaming.net>
    Co-authored-by: Siarhei Rasiukevich <s_rasiukevich@wargaming.net>
    CharlieR-o-o-t and Siarhei Rasiukevich authored May 9, 2025
    Configuration menu
    Copy the full SHA
    f85b618 View commit details
    Browse the repository at this point in the history
Loading