jx icon indicating copy to clipboard operation
jx copied to clipboard

chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.18.3

Open JordanGoasdoue opened this issue 1 year ago • 3 comments

related to https://github.com/jenkins-x-plugins/jx-gitops/pull/956

JordanGoasdoue avatar Apr 22 '24 12:04 JordanGoasdoue

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.

jenkins-x-bot avatar Apr 22 '24 12:04 jenkins-x-bot

/ok-to-test /lgtm

tomhobson avatar Apr 23 '24 08:04 tomhobson

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

jenkins-x-bot avatar Apr 23 '24 08:04 jenkins-x-bot

/override codecov/project

msvticket avatar May 15 '24 12:05 msvticket

@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.

jenkins-x-bot avatar May 15 '24 12:05 jenkins-x-bot

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 avatar May 16 '24 13:05 msvticket

@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

JordanGoasdoue avatar May 17 '24 10:05 JordanGoasdoue