-
Notifications
You must be signed in to change notification settings - Fork 237
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
[WIP] Road to version 9.0: update to go 1.21 and operator-sdk 1.35 #954
base: master
Are you sure you want to change the base?
Conversation
Bumps the actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) | `1` | `2` | | [actions/setup-node](https://github.com/actions/setup-node) | `1` | `4` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5` | `6` | | [actions/stale](https://github.com/actions/stale) | `8` | `9` | | [actions/setup-go](https://github.com/actions/setup-go) | `2` | `5` | | [brokenpip3/setup-bats-libs](https://github.com/brokenpip3/setup-bats-libs) | `0.1.0` | `1.5.2` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.5.0` | `1.9.0` | | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `codespell-project/actions-codespell` from 1 to 2 - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](codespell-project/actions-codespell@v1...v2) Updates `actions/setup-node` from 1 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...v4) Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v6) Updates `actions/stale` from 8 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) Updates `actions/setup-go` from 2 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v5) Updates `brokenpip3/setup-bats-libs` from 0.1.0 to 1.5.2 - [Release notes](https://github.com/brokenpip3/setup-bats-libs/releases) - [Commits](brokenpip3/setup-bats-libs@0.1.0...1.5.2) Updates `helm/kind-action` from 1.5.0 to 1.9.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.5.0...v1.9.0) Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codespell-project/actions-codespell dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: brokenpip3/setup-bats-libs dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
@ansh-devs hi 👋 thanks for stepping in 🎉 since I don't have time for this in the following weeks. Feel free to open another branch and work on top of this one :) My suggestion is to start from fixing the build and then the ci linter warnings. |
@brokenpip3 Ok, I will continue with the refactoring 🛠️ taking this as the base can you assign me as well in this ! |
*Changes* - Continuation WIP of jenkinsci#954 - Updated Go Version to - v1.22 - Updated Mocks for `pkg/controller/jenkins/client/jenkins.go` to support new changes - Updated package level tests - refactored code to adapt `context` API - Updated dependencies *Pending* - [] make E2E & HELM tests compatible to new changes
Hi @brokenpip3, I have fixed the breaking changes also updated to go version to 1.22. Changes -
Next/Upcoming -
|
@brokenpip3 how can I join the Slack workspace |
Great great progress! 👏 I saw that you are working on your fork, could you please open a PR against this branch? You can just open a normal PR but instead of targeting
There is no slack workplace, you can join the matrix room from any client you want, gitter for instance. |
@brokenpip3 Refer this - #1037 |
No description provided.