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 #29

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 15, 2024
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from d4ba70b to 5adf0f7 Compare January 22, 2024 10:20
@renovate renovate bot changed the title chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.0 chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.1 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from 5adf0f7 to 78f92cb Compare January 24, 2024 10:32
@renovate renovate bot changed the title chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.1 chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.2 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/crossplane-contrib-provider-kubernetes-0.x branch from 78f92cb to c02f678 Compare January 29, 2024 11:24
@renovate renovate bot changed the title chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.2 chore(deps): update dependency crossplane-contrib/provider-kubernetes to v0.11.3 Jan 29, 2024
@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 c02f678 to b7bcd00 Compare January 30, 2024 11:38
@haarchri
Copy link
Member

will be implemented with: #40

@haarchri haarchri closed this Feb 12, 2024
Copy link
Contributor Author

renovate bot commented Feb 12, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.11.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/crossplane-contrib-provider-kubernetes-0.x branch February 12, 2024 12:10
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