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

chore(deps): bump project.version from 5.2-SNAPSHOT to 5.2.0 #316

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps project.version from 5.2-SNAPSHOT to 5.2.0.
Updates kubernetes-model-core from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-common from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-rbac from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-admissionregistration from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-apps from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-autoscaling from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-apiextensions from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-batch from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-certificates from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-coordination from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-discovery from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-events from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-extensions from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-networking from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-metrics from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-policy from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-scheduling from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-storageclass from 5.2-SNAPSHOT to 5.2.0

Updates kubernetes-model-node from 5.2-SNAPSHOT to 5.2.0

Updates openshift-model-operator from 5.2-SNAPSHOT to 5.2.0

Updates openshift-model-operatorhub from 5.2-SNAPSHOT to 5.2.0

Updates openshift-model-monitoring from 5.2-SNAPSHOT to 5.2.0

Updates openshift-model-console from 5.2-SNAPSHOT to 5.2.0

Updates openshift-model from 5.2-SNAPSHOT to 5.2.0

Updates knative-server-mock from 5.2-SNAPSHOT to 5.2.0

Updates tekton-server-mock from 5.2-SNAPSHOT to 5.2.0

Updates openshift-client from 5.2-SNAPSHOT to 5.2.0

Release notes

Sourced from openshift-client's releases.

5.2.0 (2021-03-12)

Bugs

  • Fix #2802: NullPointerException in HasMetadataOperation patch/replace when using KubernetesMockServer
  • Fix #2828: Remove automatic instantiation of CustomResource spec and status as this feature was causing more issues than it was solving
  • Fix #2857: Fix the log of an unexpected error from an Informer's EventHandler
  • Fix #2853: Cannot change the type of the Service from ClusterIP to ExternalName with PATCH
  • Fix #2855: .withPropagationPolicy and .withGracePeriod DSL methods can't be combined for Resource API deletion operations
  • Fix #2783: OpenIDConnectionUtils#persistKubeConfigWithUpdatedToken persists access token instead of refresh token
  • Fix #2871: Change longFileMode to LONGFILE_POSIX for creating tar in PodUpload, improve exception handling in PodUpload.
  • Fix #2746: SharedInformerFactory should use key formed from OperationContext
  • Fix #2736: Move CRD annotations to kubernetes-model-common module for greater coherence
  • Fix #2836: Make CRD generation usable at runtime, split the generator into api and apt modules, the crd-generator-apt artifact corresponding to the previous crd-generator artifact, while the crd-generator-api artifact can be consumed directly to generate the CRDs at runtime.

Improvements

  • Fix #2781: RawCustomResourceOperationsImpl#delete now returns a boolean value for deletion status
  • Fix #2780: Refactor RawCustomResourceOperationsImpl#delete(String)

New Features

  • Fix #2818: Update chaos-mesh extension to v1.1.1. Add PodIoChaos, JVMChaos, HTTPChaos and DNSChaos.
  • Fix #2699: Add support for @EnableOpenShiftMockClient for OpenShiftClient
  • Fix #2588: Support for Server side dry runs
Changelog

Sourced from openshift-client's changelog.

5.2.0 (2021-03-12)

Bugs

  • Fix #2802: NullPointerException in HasMetadataOperation patch/replace when using KubernetesMockServer
  • Fix #2828: Remove automatic instantiation of CustomResource spec and status as this feature was causing more issues than it was solving
  • Fix #2857: Fix the log of an unexpected error from an Informer's EventHandler
  • Fix #2853: Cannot change the type of the Service from ClusterIP to ExternalName with PATCH
  • Fix #2855: .withPropagationPolicy and .withGracePeriod DSL methods can't be combined for Resource API deletion operations
  • Fix #2783: OpenIDConnectionUtils#persistKubeConfigWithUpdatedToken persists access token instead of refresh token
  • Fix #2871: Change longFileMode to LONGFILE_POSIX for creating tar in PodUpload, improve exception handling in PodUpload.
  • Fix #2746: SharedInformerFactory should use key formed from OperationContext
  • Fix #2736: Move CRD annotations to kubernetes-model-common module for greater coherence
  • Fix #2836: Make CRD generation usable at runtime, split the generator into api and apt modules, the crd-generator-apt artifact corresponding to the previous crd-generator artifact, while the crd-generator-api artifact can be consumed directly to generate the CRDs at runtime.

Improvements

  • Fix #2781: RawCustomResourceOperationsImpl#delete now returns a boolean value for deletion status
  • Fix #2780: Refactor RawCustomResourceOperationsImpl#delete(String)

New Features

  • Fix #2818: Update chaos-mesh extension to v1.1.1. Add PodIoChaos, JVMChaos, HTTPChaos and DNSChaos.
  • Fix #2699: Add support for @EnableOpenShiftMockClient for OpenShiftClient
  • Fix #2588: Support for Server side dry runs

5.1.1 (2021-02-24)

Bugs

  • Fix #2747: Apiextensions DSL should use NonNamespaceOperation for CustomResourceDefinitions
  • Fix #2819: simple enums are now supported when generating CRDs
  • Fix #2827: CNFE when initializing CustomResource instances
  • Fix #2815: client.isAdaptable(OpenShiftClient.class) doesn't work on OpenShift 4
  • Fix #2833: Knative model generator is now aligned with all other generators

5.1.0 (2021-02-17)

Bugs

  • Fix #2748: Pass custom headers in kubernetes-client to watch api by modify WatchConnectionManager
  • Fix #2745: Filtering Operations can't configure PropagationPolicy
  • Fix #2672: WaitUntilReady for Service resource throws IllegalArgumentException

Improvements

  • Fix #2662: Allow option to containerize Go Model Schema generation builds
  • Fix #2717: Remove edit() methods from RawCustomResourceOperationsImpl taking InputStream arguments
  • Fix #2757: add storage and served to Version annotation
  • Fix #2759: add ShortNames annotation to specify short names for CRD generation
  • Fix #2694: Remove deprecated methods from KubernetesClient DSL
  • Fix #2716: Add a property to disable BackwardCompatibilityInterceptor

Dependency Upgrade

... (truncated)

Commits

Updates kubernetes-client from 5.2-SNAPSHOT to 5.2.0

Release notes

Sourced from kubernetes-client's releases.

5.2.0 (2021-03-12)

Bugs

  • Fix #2802: NullPointerException in HasMetadataOperation patch/replace when using KubernetesMockServer
  • Fix #2828: Remove automatic instantiation of CustomResource spec and status as this feature was causing more issues than it was solving
  • Fix #2857: Fix the log of an unexpected error from an Informer's EventHandler
  • Fix #2853: Cannot change the type of the Service from ClusterIP to ExternalName with PATCH
  • Fix #2855: .withPropagationPolicy and .withGracePeriod DSL methods can't be combined for Resource API deletion operations
  • Fix #2783: OpenIDConnectionUtils#persistKubeConfigWithUpdatedToken persists access token instead of refresh token
  • Fix #2871: Change longFileMode to LONGFILE_POSIX for creating tar in PodUpload, improve exception handling in PodUpload.
  • Fix #2746: SharedInformerFactory should use key formed from OperationContext
  • Fix #2736: Move CRD annotations to kubernetes-model-common module for greater coherence
  • Fix #2836: Make CRD generation usable at runtime, split the generator into api and apt modules, the crd-generator-apt artifact corresponding to the previous crd-generator artifact, while the crd-generator-api artifact can be consumed directly to generate the CRDs at runtime.

Improvements

  • Fix #2781: RawCustomResourceOperationsImpl#delete now returns a boolean value for deletion status
  • Fix #2780: Refactor RawCustomResourceOperationsImpl#delete(String)

New Features

  • Fix #2818: Update chaos-mesh extension to v1.1.1. Add PodIoChaos, JVMChaos, HTTPChaos and DNSChaos.
  • Fix #2699: Add support for @EnableOpenShiftMockClient for OpenShiftClient
  • Fix #2588: Support for Server side dry runs
Changelog

Sourced from kubernetes-client's changelog.

5.2.0 (2021-03-12)

Bugs

  • Fix #2802: NullPointerException in HasMetadataOperation patch/replace when using KubernetesMockServer
  • Fix #2828: Remove automatic instantiation of CustomResource spec and status as this feature was causing more issues than it was solving
  • Fix #2857: Fix the log of an unexpected error from an Informer's EventHandler
  • Fix #2853: Cannot change the type of the Service from ClusterIP to ExternalName with PATCH
  • Fix #2855: .withPropagationPolicy and .withGracePeriod DSL methods can't be combined for Resource API deletion operations
  • Fix #2783: OpenIDConnectionUtils#persistKubeConfigWithUpdatedToken persists access token instead of refresh token
  • Fix #2871: Change longFileMode to LONGFILE_POSIX for creating tar in PodUpload, improve exception handling in PodUpload.
  • Fix #2746: SharedInformerFactory should use key formed from OperationContext
  • Fix #2736: Move CRD annotations to kubernetes-model-common module for greater coherence
  • Fix #2836: Make CRD generation usable at runtime, split the generator into api and apt modules, the crd-generator-apt artifact corresponding to the previous crd-generator artifact, while the crd-generator-api artifact can be consumed directly to generate the CRDs at runtime.

Improvements

  • Fix #2781: RawCustomResourceOperationsImpl#delete now returns a boolean value for deletion status
  • Fix #2780: Refactor RawCustomResourceOperationsImpl#delete(String)

New Features

  • Fix #2818: Update chaos-mesh extension to v1.1.1. Add PodIoChaos, JVMChaos, HTTPChaos and DNSChaos.
  • Fix #2699: Add support for @EnableOpenShiftMockClient for OpenShiftClient
  • Fix #2588: Support for Server side dry runs

5.1.1 (2021-02-24)

Bugs

  • Fix #2747: Apiextensions DSL should use NonNamespaceOperation for CustomResourceDefinitions
  • Fix #2819: simple enums are now supported when generating CRDs
  • Fix #2827: CNFE when initializing CustomResource instances
  • Fix #2815: client.isAdaptable(OpenShiftClient.class) doesn't work on OpenShift 4
  • Fix #2833: Knative model generator is now aligned with all other generators

5.1.0 (2021-02-17)

Bugs

  • Fix #2748: Pass custom headers in kubernetes-client to watch api by modify WatchConnectionManager
  • Fix #2745: Filtering Operations can't configure PropagationPolicy
  • Fix #2672: WaitUntilReady for Service resource throws IllegalArgumentException

Improvements

  • Fix #2662: Allow option to containerize Go Model Schema generation builds
  • Fix #2717: Remove edit() methods from RawCustomResourceOperationsImpl taking InputStream arguments
  • Fix #2757: add storage and served to Version annotation
  • Fix #2759: add ShortNames annotation to specify short names for CRD generation
  • Fix #2694: Remove deprecated methods from KubernetesClient DSL
  • Fix #2716: Add a property to disable BackwardCompatibilityInterceptor

Dependency Upgrade

... (truncated)

Commits

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

Bumps `project.version` from 5.2-SNAPSHOT to 5.2.0.

Updates `kubernetes-model-core` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-common` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-rbac` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-admissionregistration` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-apps` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-autoscaling` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-apiextensions` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-batch` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-certificates` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-coordination` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-discovery` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-events` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-extensions` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-networking` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-metrics` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-policy` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-scheduling` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-storageclass` from 5.2-SNAPSHOT to 5.2.0

Updates `kubernetes-model-node` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-model-operator` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-model-operatorhub` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-model-monitoring` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-model-console` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-model` from 5.2-SNAPSHOT to 5.2.0

Updates `knative-server-mock` from 5.2-SNAPSHOT to 5.2.0

Updates `tekton-server-mock` from 5.2-SNAPSHOT to 5.2.0

Updates `openshift-client` from 5.2-SNAPSHOT to 5.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits/v5.2.0)

Updates `kubernetes-client` from 5.2-SNAPSHOT to 5.2.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits/v5.2.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2021

Dependabot tried to add @oscerd, @rohanKanojia and @manusa as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/akram/kubernetes-client/pulls/316/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the akram/kubernetes-client repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 16, 2021

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/maven/project.version-5.2.0 branch March 16, 2021 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment