mozilla / gcp-ingestion

Documentation and implementation of telemetry ingestion on Google Cloud Platform
https://mozilla.github.io/gcp-ingestion/
Mozilla Public License 2.0
79 stars 32 forks source link

Bump kubernetes from 27.2.0 to 28.1.0 in /ingestion-edge #2469

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kubernetes from 27.2.0 to 28.1.0.

Release notes

Sourced from kubernetes's releases.

v28.1.0

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v28.1.0.zip
cd client-python-v28.1.0
python setup.py install

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

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

Kubernetes Python Client v28.1.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v28.1.0b1.zip
cd client-python-v28.1.0b1
python setup.py install

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

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

Kubernetes Python Client v28.1.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v28.1.0a1.zip
cd client-python-v28.1.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v28.1.0

Kubernetes API Version: v1.28.2

API Change

  • Fixed a bug where CEL expressions in CRD validation rules would incorrectly compute a high estimated cost for functions that return strings, lists or maps. The incorrect cost was evident when the result of a function was used in subsequent operations. (kubernetes/kubernetes#119807, @​jpbetz) [SIG API Machinery, Auth and Cloud Provider]
  • Mark Job onPodConditions as optional in pod failure policy (kubernetes/kubernetes#120208, @​mimowo) [SIG API Machinery and Apps]

v28.1.0b1

Kubernetes API Version: v1.28.1

v28.1.0a1

Kubernetes API Version: v1.28.1

API Change

... (truncated)

Commits
  • 4df2bf3 Merge pull request #2126 from yliaog/automated-release-of-28.1.0-upstream-rel...
  • 103e083 updated compatibility matrix and maintenance status
  • 867f337 generated client change
  • 07b75c5 update changelog
  • 8dbeca3 update version constants for 28.1.0 release
  • 8a7e24b chore: use f-string
  • d77daf4 chore: move yaml files to correct folder
  • d58c6c1 Bump actions/checkout from 3 to 4
  • 292fb0a Merge pull request #2120 from yliaog/automated-release-of-28.1.0b1-upstream-r...
  • c22bcaf updated README compatibility matrix
  • 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.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9022fa6) 85.40% compared to head (90672ac) 85.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2469 +/- ## ========================================= Coverage 85.40% 85.40% Complexity 901 901 ========================================= Files 123 123 Lines 5192 5192 Branches 521 521 ========================================= Hits 4434 4434 Misses 592 592 Partials 166 166 ``` | [Flag](https://app.codecov.io/gh/mozilla/gcp-ingestion/pull/2469/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla) | Coverage Δ | | |---|---|---| | [ingestion_edge](https://app.codecov.io/gh/mozilla/gcp-ingestion/pull/2469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.