Skip to content

Bump k8s.io/api from 0.27.4 to 0.29.0#557

Merged
DmitryRomanov merged 1 commit intok8s-gatherer-remove-from-blacklistfrom
dependabot/go_modules/k8s.io/api-0.29.0
Feb 3, 2025
Merged

Bump k8s.io/api from 0.27.4 to 0.29.0#557
DmitryRomanov merged 1 commit intok8s-gatherer-remove-from-blacklistfrom
dependabot/go_modules/k8s.io/api-0.29.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps k8s.io/api from 0.27.4 to 0.29.0.

Commits
  • 12b5cfd Update dependencies to v0.29.0 tag
  • 0d77c34 Merge remote-tracking branch 'origin/master' into release-1.29
  • bb0a75c add beta comment for pod replacement policy
  • 0099855 update go.mod
  • d4b94f4 Merge pull request #121765 from mimowo/ready-pods-stable-api
  • 8391a3f Merge pull request #121764 from mimowo/backoff-limit-per-index-beta-api
  • 7e58e00 Fix API comment for the Job ready field
  • 5a2bc70 Fix API comment for the FailIndex Job pod failure policy action
  • cca653e Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • d23b507 Regenerate for ClusterTrustBundlePEM projected volume API
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 18, 2023
@DmitryRomanov DmitryRomanov changed the base branch from master to k8s-gatherer-remove-from-blacklist February 3, 2025 11:14
@DmitryRomanov DmitryRomanov force-pushed the dependabot/go_modules/k8s.io/api-0.29.0 branch from c9d9678 to da76576 Compare February 3, 2025 11:43
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.4 to 0.29.0.
- [Commits](kubernetes/api@v0.27.4...v0.29.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@DmitryRomanov DmitryRomanov force-pushed the dependabot/go_modules/k8s.io/api-0.29.0 branch from da76576 to bc5393e Compare February 3, 2025 11:45
@DmitryRomanov DmitryRomanov merged commit b0ac5e3 into k8s-gatherer-remove-from-blacklist Feb 3, 2025
@DmitryRomanov DmitryRomanov deleted the dependabot/go_modules/k8s.io/api-0.29.0 branch February 3, 2025 11:46
DmitryRomanov pushed a commit that referenced this pull request Feb 7, 2025
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.4 to 0.29.0.
- [Commits](kubernetes/api@v0.27.4...v0.29.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DmitryRomanov pushed a commit that referenced this pull request Feb 10, 2025
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.4 to 0.29.0.
- [Commits](kubernetes/api@v0.27.4...v0.29.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DmitryRomanov added a commit that referenced this pull request Feb 12, 2025
* use lru for k8s blacklisted cache

* podBlacklistCache in init

* rename blacklisted pods to deleted

* Bump k8s.io/api from 0.27.4 to 0.29.0 (#557)

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.4 to 0.29.0.
- [Commits](kubernetes/api@v0.27.4...v0.29.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* info about deleted pods will never expire && config option deleted_pods_cache_size

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant