Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jenkins-x-cli for openSUSE:Factory checked in at 2025-04-02 17:22:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old) and /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jenkins-x-cli" Wed Apr 2 17:22:48 2025 rev:20 rq:1266351 version:3.11.70 Changes: -------- --- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes 2025-03-21 20:22:46.387635745 +0100 +++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.1907/jenkins-x-cli.changes 2025-04-02 17:22:50.769222196 +0200 @@ -1,0 +2,6 @@ +Mon Mar 31 18:41:40 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 3.11.70: + * chore(deps): upgrade to version 0.25.0 + +------------------------------------------------------------------- Old: ---- jenkins-x-cli-3.11.69.obscpio New: ---- jenkins-x-cli-3.11.70.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jenkins-x-cli.spec ++++++ --- /var/tmp/diff_new_pack.hXa9Qe/_old 2025-04-02 17:22:51.845267350 +0200 +++ /var/tmp/diff_new_pack.hXa9Qe/_new 2025-04-02 17:22:51.849267518 +0200 @@ -19,7 +19,7 @@ %define executable_name jx Name: jenkins-x-cli -Version: 3.11.69 +Version: 3.11.70 Release: 0 Summary: CLI for Jenkins X License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hXa9Qe/_old 2025-04-02 17:22:51.881268861 +0200 +++ /var/tmp/diff_new_pack.hXa9Qe/_new 2025-04-02 17:22:51.885269029 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/jenkins-x/jx</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v3.11.69</param> + <param name="revision">v3.11.70</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hXa9Qe/_old 2025-04-02 17:22:51.909270036 +0200 +++ /var/tmp/diff_new_pack.hXa9Qe/_new 2025-04-02 17:22:51.913270204 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jenkins-x/jx</param> - <param name="changesrevision">73f3b6acc164ee1edc025048dd09ec02754a66e4</param></service></servicedata> + <param name="changesrevision">9e2a17943df20f21c3375675468353a17478ec26</param></service></servicedata> (No newline at EOF) ++++++ jenkins-x-cli-3.11.69.obscpio -> jenkins-x-cli-3.11.70.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/dependabot.yml new/jenkins-x-cli-3.11.70/.github/dependabot.yml --- old/jenkins-x-cli-3.11.69/.github/dependabot.yml 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/dependabot.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/codeql-analysis.yml new/jenkins-x-cli-3.11.70/.github/workflows/codeql-analysis.yml --- old/jenkins-x-cli-3.11.69/.github/workflows/codeql-analysis.yml 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/codeql-analysis.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - # At 23:30 on Sunday - - cron: '30 23 * * 0' - -jobs: - analyze: - if: github.repository_owner == 'jenkins-x' - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'go' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - - - run: | - make linux - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/changelog.sh new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/changelog.sh --- old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/changelog.sh 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/changelog.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -#!/usr/bin/env sh - -echo "HOME is $HOME" -echo current git configuration - -# See https://github.com/actions/checkout/issues/766 -git config --global --add safe.directory "$GITHUB_WORKSPACE" -git config --global --get user.name -git config --global --get user.email - -echo "setting git user" - -git config --global user.name jenkins-x-bot-test -git config --global user.email "jenkin...@googlegroups.com" - -git clean -f -git tag -fa v$VERSION -m "chore: release version $VERSION" -git push origin v$VERSION - -jx changelog create --verbose --header-file=hack/changelog-header.md --version=v$VERSION --prerelease diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/release-chart.sh new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/release-chart.sh --- old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/release-chart.sh 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/release-chart.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -#!/usr/bin/env sh -echo "HOME is $HOME" -echo current git configuration - -# See https://github.com/actions/checkout/issues/766 -git config --global --add safe.directory "$GITHUB_WORKSPACE" - -git config --global --get user.name -git config --global --get user.email - -echo "setting git user" - -git config --global user.name jenkins-x-bot-test -git config --global user.email "jenkin...@googlegroups.com" - -jx gitops helm release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/upload-binaries.sh new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/upload-binaries.sh --- old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x/upload-binaries.sh 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x/upload-binaries.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -#!/bin/bash - -# See https://github.com/actions/checkout/issues/766 -git config --global --add safe.directory "$GITHUB_WORKSPACE" -git config --global --get user.name -git config --global --get user.email - -echo "setting git user" - -git config --global user.name jenkins-x-bot-test -git config --global user.email "jenkin...@googlegroups.com" - -export BRANCH=$(git rev-parse --abbrev-ref HEAD) -export BUILDDATE=$(date) -export REV=$(git rev-parse HEAD) -export GOVERSION="$(go version | sed -e 's/^[^0-9.]*\([0-9.]*\).*/\1/')" -export ROOTPACKAGE="github.com/$REPOSITORY" - -goreleaser release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x-release.yaml new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x-release.yaml --- old/jenkins-x-cli-3.11.69/.github/workflows/jenkins-x-release.yaml 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/jenkins-x-release.yaml 1970-01-01 01:00:00.000000000 +0100 @@ -1,220 +0,0 @@ -name: Release -permissions: - contents: read # to fetch code (actions/checkout) -jobs: - release: - if: github.repository_owner == 'jenkins-x' - runs-on: ubuntu-latest - # Only this job needs id-token: write for cosign to push signatures using keyless signing - permissions: - id-token: write - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - # Only fetch last 10 commits, before we were fetching everything including v2 commits! - fetch-depth: "0" - token: ${{ secrets.GIT_BOT_TOKEN }} - - uses: fusion-engineering/setup-git-credentials@v2 - with: - credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GIT_BOT_TOKEN) }} - - name: Run coverage - run: make test-coverage - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 - with: - files: ./build/reports/cover.txt - token: ${{ secrets.CODECOV_TOKEN }} - - id: prep - name: next release version - uses: jenkins-x-plugins/jx-release-version@v2.7.10 - - env: - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - REPO_NAME: ${{ github.event.repository.name }} - VERSION: ${{ steps.prep.outputs.version }} - name: changelog - uses: docker://ghcr.io/jenkins-x/jx-boot:latest - with: - entrypoint: .github/workflows/jenkins-x/changelog.sh - - env: - VERSION: ${{ steps.prep.outputs.version }} - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - REPOSITORY: ${{ github.repository }} - COSIGN_EXPERIMENTAL: "true" - name: upload-binaries - uses: docker://ghcr.io/jenkins-x/jx-goreleaser-image:1.0.0@sha256:35070795367fea9a789c1c3a138b5e32262e4253d38e47406ba9ab7833ff15b2 - with: - entrypoint: .github/workflows/jenkins-x/upload-binaries.sh - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: jenkins-x - password: ${{ secrets.GITHUB_TOKEN }} - - name: syft-installer - uses: anchore/sbom-action/download-syft@v0.18.0 - - name: cosign-installer - uses: sigstore/cosign-installer@v3.8.1 - with: - cosign-release: 'v2.2.3' - - name: Build and push jx-boot - uses: docker/build-push-action@v6 - id: push-jx-boot - with: - context: . - file: ./Dockerfile-boot - platforms: linux/amd64,linux/arm64 - push: true - build-args: | - VERSION=${{ steps.prep.outputs.version }} - tags: | - ghcr.io/jenkins-x/jx-boot:latest - ghcr.io/jenkins-x/jx-boot:${{ steps.prep.outputs.version }} - - name: Sign the published Docker image for jx boot - # ToDo(ankitm123): Remove this when this step works, for now we want this to unblock other releases - continue-on-error: true - env: - COSIGN_EXPERIMENTAL: "true" - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - # ToDo: We should change this to some other user, a test account pushing images and artifacts for jx org sounds wrong! - GIT_USERNAME: jenkins-x-bot-test - DOCKER_REGISTRY_ORG: jenkins-x - run: | - cosign sign ghcr.io/"${DOCKER_REGISTRY_ORG}"/jx-boot@"${{ steps.push-jx-boot.outputs.digest }}" - - name: Generate and Push signed SBOM for jx-boot - # ToDo(ankitm123): Remove this when this step works, for now we want this to unblock other releases - continue-on-error: true - env: - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - GIT_USERNAME: jenkins-x-bot-test - DOCKER_REGISTRY_ORG: jenkins-x - VERSION: ${{ steps.prep.outputs.version }} - COSIGN_EXPERIMENTAL: "true" - run: | - syft ghcr.io/$DOCKER_REGISTRY_ORG/jx-boot:$VERSION --scope all-layers -o spdx-json > sbom.json - # This uploads the sbom - cosign attach sbom --sbom sbom.json ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }} - # This signs the sbom - cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }} - rm -f sbom.json - - name: Build and push jx - uses: docker/build-push-action@v6 - id: push-jx - with: - context: . - file: ./Dockerfile - platforms: linux/amd64 - push: true - build-args: | - VERSION=${{ steps.prep.outputs.version }} - tags: | - ghcr.io/jenkins-x/jx:latest - ghcr.io/jenkins-x/jx:${{ steps.prep.outputs.version }} - - name: Sign the published Docker image for jx - # ToDo(ankitm123): Remove this when this step works, for now we want this to unblock other releases - continue-on-error: true - env: - COSIGN_EXPERIMENTAL: "true" - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - # ToDo: We should change this to some other user, a test account pushing images and artifacts for jx org sounds wrong! - GIT_USERNAME: jenkins-x-bot-test - DOCKER_REGISTRY_ORG: jenkins-x - REPO_NAME: ${{ github.event.repository.name }} - run: | - cosign sign ghcr.io/$DOCKER_REGISTRY_ORG/$REPO_NAME@${{ steps.push-jx.outputs.digest }} - - name: Generate and Push signed SBOM for jx - # ToDo(ankitm123): Remove this when this step works, for now we want this to unblock other releases - continue-on-error: true - env: - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - GIT_USERNAME: jenkins-x-bot-test - DOCKER_REGISTRY_ORG: jenkins-x - VERSION: ${{ steps.prep.outputs.version }} - REPO_NAME: ${{ github.event.repository.name }} - COSIGN_EXPERIMENTAL: "true" - run: | - syft ghcr.io/$DOCKER_REGISTRY_ORG/$REPO_NAME:$VERSION --scope all-layers -o spdx-json > sbom.json - # This uploads the sbom - cosign attach sbom --sbom sbom.json ghcr.io/${DOCKER_REGISTRY_ORG}/${REPO_NAME}@${{ steps.push-jx.outputs.digest }} - # This signs the sbom - cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/${REPO_NAME}@${{ steps.push-jx.outputs.digest }} - release2: - if: github.repository_owner == 'jenkins-x' - permissions: - id-token: write - packages: write - runs-on: ubuntu-latest - needs: release - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: "0" - token: ${{ secrets.GIT_BOT_TOKEN }} - - id: getrelease - name: getrelease - uses: pozetroninc/github-action-get-latest-release@master - with: - repository: jenkins-x/jx - - id: prep - name: prep - env: - VERSION: ${{ steps.getrelease.outputs.release }} - run: | - echo "::set-output name=version::${VERSION#v}" - - uses: fusion-engineering/setup-git-credentials@v2 - with: - credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GIT_BOT_TOKEN) }} - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: jenkins-x - password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push jx-go - uses: docker/build-push-action@v6 - with: - context: . - file: ./Dockerfile-go - platforms: linux/amd64 - push: true - build-args: | - VERSION=${{ steps.prep.outputs.version }} - tags: | - ghcr.io/jenkins-x/jx-go:latest - ghcr.io/jenkins-x/jx-go:${{ steps.prep.outputs.version }} - - name: Build and push jx-go-maven - uses: docker/build-push-action@v6 - with: - context: . - file: ./Dockerfile-go-maven - platforms: linux/amd64 - push: true - build-args: | - VERSION=${{ steps.prep.outputs.version }} - tags: | - ghcr.io/jenkins-x/jx-go-maven:latest - ghcr.io/jenkins-x/jx-go-maven:${{ steps.prep.outputs.version }} - - env: - GIT_USERNAME: jenkins-x-bot-test - GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} - VERSION: ${{ steps.prep.outputs.version}} - XDG_CONFIG_HOME: /github/home/.config - name: promote-release - uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.1.3 - with: - args: pr --git-credentials -"on": - push: - branches: - - main - - master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.github/workflows/plugins-pr.yaml new/jenkins-x-cli-3.11.70/.github/workflows/plugins-pr.yaml --- old/jenkins-x-cli-3.11.69/.github/workflows/plugins-pr.yaml 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.github/workflows/plugins-pr.yaml 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ -jobs: - plugins: - if: github.repository_owner == 'jenkins-x' - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - include: - - os: ubuntu-latest - TARGET: linux - BINARY: jx - - os: macos-latest - TARGET: darwin - BINARY: jx - - os: windows-latest - TARGET: win - BINARY: jx-windows-amd64.exe - - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.23' - - run: make ${{ matrix.target }} - - run: | - ./build/${{ matrix.target }}/${{ matrix.binary }} version - ./build/${{ matrix.target }}/${{ matrix.binary }} upgrade plugins - ./build/${{ matrix.target }}/${{ matrix.binary }} gitops --help - ./build/${{ matrix.target }}/${{ matrix.binary }} secret --help -on: - pull_request: - branches: - - main - - master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/.gitignore new/jenkins-x-cli-3.11.70/.gitignore --- old/jenkins-x-cli-3.11.69/.gitignore 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,76 +0,0 @@ -# Binaries for programs and plugins -*.exe -*.dll -*.so -*.dylib - -# Test binary, build with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -debug - -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ - -.idea/ -*.iml - -.vscode/ - -#Various temporary created while building/running jx. -/build/ -/release/ -dist/ -scanning/ -.updatebot-repos/ -.terraform/ -myvalues.yaml -myvalues.yml -**/extraValues.yaml - -# vim swap files -*.swp - -#OSX system files. -**/.DS_Store - -vendor/** - -# if you run `jx install --gitops` locally -jenkins-x-dev-environment - -# generated apidocs -docs/apidocs/build -docs/apidocs/includes -docs/apidocs/site - -# ignore these files 1 by 1 so we can not ignore the stylesheet override -docs/apidocs/static/FontAwesome.otf -docs/apidocs/static/bootstrap-3.3.7.min.js -docs/apidocs/static/bootstrap.min.css -docs/apidocs/static/font-awesome.min.css -docs/apidocs/static/fontawesome-webfont.eot -docs/apidocs/static/fontawesome-webfont.svg -docs/apidocs/static/fontawesome-webfont.ttf -docs/apidocs/static/fontawesome-webfont.woff -docs/apidocs/static/fontawesome-webfont.woff2 -docs/apidocs/static/jquery-3.2.1.min.js -docs/apidocs/static/jquery.scrollTo.min.js -docs/apidocs/static/scroll.js -pkg/jx/cmd/verify-pod.log - -plugin.gz - -# syft -/usr/local/bin/syft - -# docker credential binaries -docker-credential-* - -# sbom json created by syft -sbom.json - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.11.69/pkg/plugins/versions.go new/jenkins-x-cli-3.11.70/pkg/plugins/versions.go --- old/jenkins-x-cli-3.11.69/pkg/plugins/versions.go 2025-03-20 23:03:33.000000000 +0100 +++ new/jenkins-x-cli-3.11.70/pkg/plugins/versions.go 2025-03-31 16:22:24.000000000 +0200 @@ -16,7 +16,7 @@ ChangelogVersion = "0.10.12" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.24.9" + GitOpsVersion = "0.25.0" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.78" ++++++ jenkins-x-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.hXa9Qe/_old 2025-04-02 17:22:52.057276246 +0200 +++ /var/tmp/diff_new_pack.hXa9Qe/_new 2025-04-02 17:22:52.061276414 +0200 @@ -1,5 +1,5 @@ name: jenkins-x-cli -version: 3.11.69 -mtime: 1742508213 -commit: 73f3b6acc164ee1edc025048dd09ec02754a66e4 +version: 3.11.70 +mtime: 1743430944 +commit: 9e2a17943df20f21c3375675468353a17478ec26 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/jenkins-x-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.1907/vendor.tar.gz differ: char 5, line 1