Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,518 changes: 745 additions & 773 deletions .konflux/rpms/rpms.lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
872f5a32157a38925ef279826649c646035c8794
0f70733de7482c77ec5213e54215a497b23548c5
1 change: 1 addition & 0 deletions upstream/.agents/skills/tekton-pipeline-discovery
1 change: 1 addition & 0 deletions upstream/.claude/skills/tekton-pipeline-discovery
1 change: 1 addition & 0 deletions upstream/.codex/skills/tekton-pipeline-discovery
14 changes: 0 additions & 14 deletions upstream/.github/dependabot.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ ecosystems:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: "k8s.io/*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
schedule:
Expand Down
90 changes: 0 additions & 90 deletions upstream/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: k8s.io/*
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
schedule:
Expand Down Expand Up @@ -136,25 +122,6 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
target-branch: release-v1.12.x
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: k8s.io/*
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
target-branch: release-v1.12.x
Expand Down Expand Up @@ -265,25 +232,6 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
target-branch: release-v1.9.x
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: k8s.io/*
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
target-branch: release-v1.9.x
Expand Down Expand Up @@ -394,25 +342,6 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
target-branch: release-v1.6.x
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: k8s.io/*
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
target-branch: release-v1.6.x
Expand Down Expand Up @@ -523,25 +452,6 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-alpha
target-branch: release-v1.3.x
schedule:
interval: daily
labels:
- ok-to-test
- dependencies
- release-note-none
- kind/misc
ignore:
- dependency-name: k8s.io/*
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: gomod
directory: /test/custom-task-ctrls/wait-task-beta
target-branch: release-v1.3.x
Expand Down
19 changes: 10 additions & 9 deletions upstream/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get base depth
id: base-depth
run: echo "base-depth=$(expr ${{ github.event.pull_request.commits }} + 1)" >> $GITHUB_OUTPUT
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ steps.base-depth.outputs.base-depth }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
needs: [changes]
if: ${{ needs.changes.outputs.non-docs == 'true' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand All @@ -84,7 +84,7 @@ jobs:
needs: [changes]
if: ${{ needs.changes.outputs.non-docs == 'true' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand All @@ -102,7 +102,7 @@ jobs:
checks: write # Used by golangci-lint to annotate code in the PR
needs: [changes]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -118,10 +118,11 @@ jobs:
fi
echo "$gofmt_out"
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
if: ${{ needs.changes.outputs.non-docs == 'true' }}
with:
version: v2.8.0
version: v2.12.2
install-mode: goinstall
args: --new-from-merge-base=origin/${{ github.base_ref }} --timeout=10m
- name: yamllint
if: ${{ needs.changes.outputs.yaml == 'true' }}
Expand All @@ -138,7 +139,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand All @@ -152,7 +153,7 @@ jobs:
name: Check generated code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand All @@ -168,7 +169,7 @@ jobs:
env:
KOCACHE: /tmp/ko-cache
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand Down
11 changes: 5 additions & 6 deletions upstream/.github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ name: "CodeQL"
permissions:
contents: read
actions: read
security-events: write

on:
push:
Expand Down Expand Up @@ -51,22 +50,22 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -100,4 +99,4 @@ jobs:
make -j 4 all

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4 changes: 2 additions & 2 deletions upstream/.github/workflows/dependabot-regen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions upstream/.github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
fail-on-severity: low
4 changes: 2 additions & 2 deletions upstream/.github/workflows/e2e-matrix-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
})
return { id: check.data.id }

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ needs.run-if-requested.outputs.sha }}
persist-credentials: false
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
name: extra-tests-${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}
path: ${{ env.ARTIFACTS }}

- uses: chainguard-dev/actions/kind-diag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19
- uses: chainguard-dev/actions/kind-diag@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22
if: ${{ failure() }}
with:
artifact-name: extra-tests-${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}-logs
Expand Down
6 changes: 3 additions & 3 deletions upstream/.github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
sparse-checkout: .github
persist-credentials: false
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
sudo docker image prune -a -f
echo "--- Disk space after cleanup ---"
df -h
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}
path: ${{ env.ARTIFACTS }}

- uses: chainguard-dev/actions/kind-diag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19
- uses: chainguard-dev/actions/kind-diag@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22
if: ${{ failure() }}
with:
artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}-logs
Expand Down
5 changes: 2 additions & 3 deletions upstream/.github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Go coverage

permissions:
contents: read
pull-requests: write

on:
pull_request:
Expand Down Expand Up @@ -31,12 +30,12 @@ jobs:

steps:
- name: Harden runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit

- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
path: ${{ github.workspace }}/src/github.com/tektoncd/pipeline
persist-credentials: false
Expand Down
Loading