Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Upgrade to operator-sdk v0.9.0#45

Closed
grdryn wants to merge 1 commit intoaerogear:masterfrom
grdryn:operator-sdk-0.9.0
Closed

Upgrade to operator-sdk v0.9.0#45
grdryn wants to merge 1 commit intoaerogear:masterfrom
grdryn:operator-sdk-0.9.0

Conversation

@grdryn
Copy link
Copy Markdown
Member

@grdryn grdryn commented Jul 15, 2019

For more information, see the release page:
https://github.com/operator-framework/operator-sdk/releases/tag/v0.9.0

Things that required code changes here:

  • Update dependency versions in Gopkg.toml
  • Update main.go for metrics changes
  • Update parent UBI image tag to latest

While updating the Gopkg.toml, I took the opportunity to add the
"unused-packages = true" prune option, to try to minimise the number of
incoming files.

For more information, see the release page:
https://github.com/operator-framework/operator-sdk/releases/tag/v0.9.0

Things that required code changes here:
- Update dependency versions in Gopkg.toml
- Update main.go for metrics changes
- Update parent UBI image tag to latest

While updating the Gopkg.toml, I took the opportunity to add the
"unused-packages = true" prune option, to try to minimise the number of
incoming files.
@psturc
Copy link
Copy Markdown
Contributor

psturc commented Jul 16, 2019

@grdryn you can add this pipeline step to use operator-sdk v0.9.0

        stage("Install Operator SDK"){
            steps{
                // qe-pipeline-library step
                installOperatorSdk version: "v0.9.0"
            }
            post{
                failure{
                    echo "====++++'Install Operator SDK' execution failed++++===="
                    echo "Please check if the version of operator-sdk you provided exists"
                    echo "https://github.com/operator-framework/operator-sdk/releases"
                }
        
            }
        }

It will replace the existing operator-sdk binary. I'll keep the default binary (v0.8.1) on the slave for now and update all operator repositories with the change we discussed when it's less busy there. (To always download operator-sdk binary during build).

@grdryn grdryn added the WIP work in progress label Jul 24, 2019
@grdryn
Copy link
Copy Markdown
Member Author

grdryn commented Sep 18, 2019

Closing this as it's superseded by #72

@grdryn grdryn closed this Sep 18, 2019
@grdryn grdryn deleted the operator-sdk-0.9.0 branch September 18, 2019 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

WIP work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants