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 k8s.io/* modules #841

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Bump k8s.io/* modules #841

merged 1 commit into from
Jan 26, 2022

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Jan 24, 2022

OperatorSDK 1.16.0 is currently released and does not affect us in any way.
The latest Operator SDK will bump

  • k8s.io/api,
  • k8s.io/apimachinery,
  • k8s.io/client-go
  • sigs.k8s.io/controller-runtime, which fundamentally changes the logger used inside controller-runtime github.com/go-logr/logr (changing from 0.4.0 to v1.2.0 changes the logger API) .

In this task:

  • I am bumping the OperatorSDK modules
  • I am changing the logger adapter because logr API has changed
  • The change will be 100% required in the upcomming (v1.17.0?) operator SDK
    (see operator SDK go.mod file)

Signed-off-by: kuritka kuritka@gmail.com

OperatorSDK 1.16.0 is currently released and does not affect us in any way.
The latest Operator SDK will bump
 - `k8s.io/api`
 - `k8s.io/apimachinery`
 - `k8s.io/client-go`
 - `sigs.k8s.io/controller-runtime`, which fundamentally changes the logger used inside controller-runtime `github.com/go-logr/logr` (changing from `0.4.x` to `v1.2.0` brings logger API changes) .

 In this task :
- I am bumping the  OperatorSDK modules
- I am changing the logger adapter because logr API has changed
- The change will be 100% required in the latest operator SDK
([see operator SDK go.mod file](https://github.com/operator-framework/operator-sdk/blob/master/go.mod#L36-L40))

Signed-off-by: kuritka <kuritka@gmail.com>
Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for closely tracking upstream 👍

@kuritka kuritka merged commit 8ea6c61 into master Jan 26, 2022
@kuritka kuritka deleted the operator-sdk-116 branch January 26, 2022 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants