kiwigrid / k8s-sidecar

This is a docker container intended to run inside a kubernetes cluster to collect config maps with a specified label and store the included files in a local folder.
MIT License
563 stars 181 forks source link

build(deps): bump kubernetes from 28.1.0 to 29.0.0 in /src #319

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 8 months ago

Bumps kubernetes from 28.1.0 to 29.0.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v29.0.0 Stable Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v29.0.0.zip
cd client-python-v29.0.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-29.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-29.0/CHANGELOG.md

Kubernetes Python Client v29.0.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v29.0.0b1.zip
cd client-python-v29.0.0b1
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-29.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-29.0/CHANGELOG.md

Kubernetes Python Client v29.0.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v29.0.0a1.zip
cd client-python-v29.0.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v29.0.0

Kubernetes API Version: v1.29.0

Bug or Regression

v29.0.0b1

Kubernetes API Version: v1.29.0

Bug or Regression

v29.0.0a1

Kubernetes API Version: v1.29.0

API Change

... (truncated)

Commits
  • 01b1642 Merge pull request #2176 from yliaog/automated-release-of-29.0.0-upstream-rel...
  • fa3f28b updated compatibility matrix and maintenance status
  • c7f09fe generated client change
  • b83b93f generated API change
  • 699740f generated client change for custom_objects
  • f378228 update version constants for 29.0.0 release
  • ebb33a4 update changelog with release notes from master branch
  • e5abf14 Merge pull request #2172 from yliaog/automated-release-of-29.0.0b1-upstream-r...
  • b697f01 generated client change
  • 92d44ab update version constants for 29.0.0b1 release
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ChristianGeie commented 4 months ago

lgtm

jekkel commented 4 months ago

@ChristianGeie I think we should add k8s to the list of tested targets as well.

ChristianGeie commented 4 months ago

@jekkel see https://github.com/kiwigrid/k8s-sidecar/pull/342