Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kubernetes-client-bom from 5.12.0 to 5.12.1 #23455

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2022

Bumps kubernetes-client-bom from 5.12.0 to 5.12.1.

Release notes

Sourced from kubernetes-client-bom's releases.

5.12.1 (2022-02-04)

Bugs

  • Fix #3786: Deserialize WatchEvents using the specific object type
  • Fix #3776: VerticalPodAutoscaler cannot load yaml with "controlledResources"
  • Fix #3796: Limit usage of YAML Serializer
  • Fix #3772: edit() should not be allowed as a NonNamespaceOperation
  • Fix #3477: Handle exit code status messages with pod uploads
Changelog

Sourced from kubernetes-client-bom's changelog.

5.12.1 (2022-02-04)

Bugs

  • Fix #3786: Deserialize WatchEvents using the specific object type
  • Fix #3776: VerticalPodAutoscaler cannot load yaml with "controlledResources"
  • Fix #3796: Limit usage of YAML Serializer
  • Fix #3772: edit() should not be allowed as a NonNamespaceOperation
  • Fix #3477: Handle exit code status messages with pod uploads
Commits
  • 43bd021 [RELEASE] Updated project version to v5.12.1
  • 31167a1 chore: clean up smells after fixes
  • ce2aa30 fix #3477 adding exit code status handling
  • d604f76 Apply minor optimization for to decrease allocations
  • 0cb7765 fix (kubernetes-client) : edit(), patch() and other mutating operations s...
  • af71a0e chore: add missing changelog entry
  • 81c11ca Prevent double auto-configuration of Config object
  • 5c508ba Remove unused field
  • 9561d1f Deserialize WatchEvents using the specific object type (#3786)
  • 5ce2a73 Failing test case for V1VerticalPodAutoscalerCrudTest (#3775)
  • See full diff 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 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 the area/dependencies Pull requests that update a dependency file label Feb 4, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 5, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building c08fe0f

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/smallrye-reactive-messaging-amqp/deployment 
! Skipped: integration-tests/reactive-messaging-amqp 

📦 extensions/smallrye-reactive-messaging-amqp/deployment

io.quarkus.smallrye.reactivemessaging.amqp.SecuredAmqpTest.test line 28 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with io.quarkus.smallrye.reactivemessaging.amqp.SecuredAmqpTest was not fulfilled within 10 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/resteasy-classic/resteasy/deployment 
! Skipped: extensions/agroal/deployment extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 284 more

📦 extensions/resteasy-classic/resteasy/deployment

io.quarkus.resteasy.test.IncompletePostTestCase.testIncompleteWrite line 36 - More details - Source on GitHub

java.net.ConnectException: Connection refused: connect
	at java.base/java.net.PlainSocketImpl.connect0(Native Method)
	at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101)

@famod famod requested review from gastaldi and geoand February 6, 2022 18:02
@geoand
Copy link
Contributor

geoand commented Feb 6, 2022

cc @manusa @metacosm

@gastaldi
Copy link
Contributor

gastaldi commented Feb 6, 2022

@dependabot rebase

Bumps [kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v5.12.0...v5.12.1)

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.fabric8-kubernetes-client-bom-5.12.1 branch from c08fe0f to d4bca70 Compare February 6, 2022 18:27
@manusa
Copy link
Contributor

manusa commented Feb 7, 2022

Nothing critical here. Just a patch release with a couple of minor fixes before merging a PR that'll introduce many conflicts.

The only "breaking" change is a reversion in the client's API interface that allowed invalid/illegal method calls for cluster scoped resources.

@geoand
Copy link
Contributor

geoand commented Feb 7, 2022

Thanks!

@geoand geoand merged commit 8532940 into main Feb 7, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 7, 2022
@geoand geoand deleted the dependabot/maven/io.fabric8-kubernetes-client-bom-5.12.1 branch February 7, 2022 06:22
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.1.Final Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants