Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

[Feature/Operator] Upgrade cert-manager & operator sdk dependencies #85

Merged
merged 7 commits into from
Mar 22, 2021

Conversation

erdrix
Copy link
Contributor

@erdrix erdrix commented Mar 22, 2021

Q A
Bug fix? no
New feature? no
API breaks? yes
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

It contains the upgrade of the following dependencies :

The finalizer name format suggested by Kubernetes docs is /, while the format previously documented by Operator SDK docs was .. If your operator uses any finalizers with names matching the incorrect format, change them to match the official format. For example, finalizer.cache.example.com should be changed to cache.example.com/finalizer.

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog with changes

@erdrix erdrix added the dependencies Pull requests that update a dependency file label Mar 22, 2021
@erdrix erdrix self-assigned this Mar 22, 2021
@erdrix erdrix merged commit 6dc6955 into Orange-OpenSource:master Mar 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant