Skip to content
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

chore(deps): upgrade jenkins-x/jx3-pipeline-catalog to version 3.10.115 #1454

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
memory: 600Mi
- name: promote-changelog
resources: {}
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-pullrequest
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion packs/git/.lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# override requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/C++/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/C++/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -89,7 +89,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/D/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/D/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -88,7 +88,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/apps/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/apps/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand All @@ -56,7 +56,7 @@ spec:
script: |
#!/bin/sh
make build
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: release-chart
resources: {}
script: |
Expand All @@ -70,7 +70,7 @@ spec:
script: |
#!/bin/sh
make release
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/appserver/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/appserver/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -102,7 +102,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/build-scan-push/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
resources: {}
script: |
trivy image --skip-update --input /workspace/source/image.tar > /workspace/source/scanresults.txt
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: analyze
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/charts/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/charts/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/csharp/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/csharp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -82,7 +82,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/custom-jenkins/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/custom-jenkins/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/cwp/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/cwp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -118,14 +118,14 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-step6
resources: {}
script: |
#!/usr/bin/env sh
source .jx/variables.sh
jx gitops helm release
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-jx
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-helm/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/docker-helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand All @@ -82,7 +82,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION} --output-markdown ../changelog.md
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 deletions tasks/docker/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/environment/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.10.114
image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: make-pr
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 deletions tasks/flutter/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -63,7 +63,7 @@ spec:
flutter pub get
flutter test
flutter build apk
- image: ghcr.io/jenkins-x/jx-boot:3.10.114
- image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/git-clone/git-clone-env-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.10.114
image: ghcr.io/jenkins-x/jx-boot:3.10.115
name: git-merge
resources: {}
script: |
Expand Down
Loading