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): update dependency crossplane-contrib/provider-kubernetes to v0.11.4 #12

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
crossplane-contrib/provider-kubernetes minor v0.10.0 -> v0.11.4

Release Notes

crossplane-contrib/provider-kubernetes (crossplane-contrib/provider-kubernetes)

v0.11.4

Compare Source

xp runtime patch release v1.14.4 fixes an issue in the reconciler where the object could be bricked.

What's Changed

Full Changelog: crossplane-contrib/provider-kubernetes@v0.11.3...v0.11.4

v0.11.3

Compare Source

This patch release includes an important fix for v1alpha1 to/from v1alpha2 conversion, by properly including spec.references[].toFieldPath. Previously this field was being dropped.

What's Changed

Full Changelog: crossplane-contrib/provider-kubernetes@v0.11.2...v0.11.3

v0.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane-contrib/provider-kubernetes@v0.11.1...v0.11.2

v0.11.1

Compare Source

This release fixes a conversion bug that happened when:

  • a v1alpha1 Object exists, created through a Composition
  • the provider is updated to 0.11.0
  • the Composition is updated to manage a v1alpha2 object
  • the spec.managementPolicies are left empty (will be defaulted)

Which resulted in this error in the Composition reconcilement due when converting from v1alpha2 to v1alpha1, as the spec.managementPolicies was unset:

cannot compose resources: cannot apply composed resource "object":
        failed to prune fields: failed add back owned items: failed to convert pruned
        object at version kubernetes.crossplane.io/v1alpha1: conversion webhook for
        kubernetes.crossplane.io/v1alpha2, Kind=Object failed: unsupported management
        policy

What's Changed

Full Changelog: crossplane-contrib/provider-kubernetes@v0.11.0...v0.11.1

v0.11.0

Compare Source

Release v0.11.0 bumps the Object version from v1alpha1 to v1alpha2. The conversion is done through a conversion webhook so there is no action needed from user side, although we recommend to upgrade the Objects used to v1alpha2.

The field that is changing is spec.managementPolicy of v1alpha1 which was a provider-kubernetes native solution and is being replaced by the spec.managementPolicies in v1alpha2 which are BETA in Crossplane.

The conversion is done as follows:

Table of conversion

managementPolicy(v1alpha1) | managementPolicies(v1alpha2)
--- | ---
Default | ["*"]
ObserveCreateUpdate | ["Observe", "Create", "Update"]
ObserveDelete | ["Observe", "Delete"]
Observe | ["Observe"]

⚠️ Crossplane versions v1.14.0 and v1.14.1 have a bug which affected the webhook service names, please dont use them with this release as the conversion will not work. The bug is fixed from v1.14.2 onwards and does not affect previous (v1.13.x, v1.12.x) releases.

What's Changed

Full Changelog: crossplane-contrib/provider-kubernetes@v0.10.0...v0.11.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the automated label Jan 30, 2024
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from 0214f20 to 4eedc63 Compare January 30, 2024 11:27
@renovate renovate bot changed the title chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.3 chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.4 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from 4eedc63 to 9232664 Compare February 7, 2024 01:51
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from 9232664 to fd766ba Compare February 17, 2024 09:36
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
@haarchri
Copy link
Member

/test-examples

@haarchri haarchri merged commit 2843104 into main Feb 17, 2024
1 check passed
@haarchri haarchri deleted the renovate/crossplane-contrib-provider-kubernetes-0.x branch February 17, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant