jx
jx copied to clipboard
chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.18.3
related to https://github.com/jenkins-x-plugins/jx-gitops/pull/956
Hi @JordanGoasdoue. Thanks for your PR.
I'm waiting for a jenkins-x member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.
/ok-to-test /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: tomhobson
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [tomhobson]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/override codecov/project
@msvticket: Overrode contexts on behalf of msvticket: codecov/project
In response to this:
/override codecov/project
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.
The problem is that the release pipeline of jx-gitops failed, so there are no binaries built. From the attempted build of 0.18.3:
1s Showing logs for build jenkins-x-plugins/jx-gitops/main #59 stage jx-pipeline-release and container step-upload-binaries
The following paths are ignored by one of your .gitignore files:
build
changelog.md
docker-credential-acr-env
docker-credential-ecr-login
docker-credential-gcr
sbom.json
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"
The following paths are ignored by one of your .gitignore files:
build
changelog.md
docker-credential-acr-env
docker-credential-ecr-login
docker-credential-gcr
sbom.json
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"
[main 9d820853] chore: release 0.18.3
Updated tag 'v0.18.3' (was bb9f2d24)
To https://github.com/jenkins-x-plugins/jx-gitops.git
+ bb9f2d24...308d6f88 v0.18.3 -> v0.18.3 (forced update)
• starting release...
• loading config file file=.goreleaser.yml
• loading environment variables
• getting and validating git state
• building... commit=9d8208535e06284a77c8a40fabd9181625580112 latest tag=v0.18.3
• parsing tag
• setting defaults
• running before hooks
• running hook=go mod download
⨯ release failed after 0s error=hook failed: go mod download: exit status 1; output: go: errors parsing go.mod:
/workspace/source/go.mod:298: invalid go version '1.22.1': must match format 1.23
@msvticket thanks for the feedback => so i've done this PR => https://github.com/jenkins-x-plugins/jx-gitops/pull/961
I keep 1.22 here to be sure it doesn't break anything