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

My Awesome Feature #201

Open
wants to merge 374 commits into
base: release-v0.53.x
Choose a base branch
from
Open

My Awesome Feature #201

wants to merge 374 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 15, 2024

  1. chore: add more tests csi

    ericzzzzzzz authored and tekton-robot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9b73f61 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 4.0.0 to 4.1.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@c7d193f...1eb3cb2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    416c35c View commit details
    Browse the repository at this point in the history
  3. Bump tj-actions/changed-files from 41.0.1 to 41.1.1

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.0.1 to 41.1.1.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@716b1e1...62f4729)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ca47b96 View commit details
    Browse the repository at this point in the history
  4. Cleanup: migrate off deprecated trace.NewNoopTracerProvider()

    This commit migrates off the deprecated trace.NewNoopTracerProvider
    func.
    
    part of tektoncd#7464
    JeromeJu authored and tekton-robot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    77e703d View commit details
    Browse the repository at this point in the history
  5. Fix broken import of go.opentelemetry.io/otel

    This commits fixes the broken dependencies on go.opentelemetry.io/otel.
    It patches the tracing package with an updated tracingProvider to
    implement the embeddedTracingProvider with the provider in the noop pkg.
    
    /bug
    fixes: tektoncd#7464
    JeromeJu authored and tekton-robot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    62e2bea View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Label for failure PipelineRun Status

    This commit labels the user errors for failed PipelineRun status. This aims to
    communicate explicitly with users of whether the run failed could be
    attributed to users' responsibility.
    
    /kind misc
    part of tektoncd#7276
    JeromeJu authored and tekton-robot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b4c7250 View commit details
    Browse the repository at this point in the history
  2. TEP-0142: param substitutions not allowed in script

    Based on discussions in tektoncd#7497 and consensus in the API WG, we disallow direct parameter substitution in scripts. While we cannot do this for inlined-steps since it is a major breaking change in `v1`, we can do this in `Step Actions`.
    
    In this PR we add validation that params cannot be directly replaced in `scripts` of `StepActions`.
    chitrangpatel authored and tekton-robot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    47848a0 View commit details
    Browse the repository at this point in the history
  3. fix: ensure global podTemplate configuration is merged correctly

    fix tektoncd#7551
    
    Adjust the behavior of how global Pod templates are merged with TaskRun or PipelineRun.
    The `env` and `volumes` fields are merged by the `name` value in the array elements.
    l-qing authored and tekton-robot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3d76902 View commit details
    Browse the repository at this point in the history
  4. Passing step results between steps

    This PR enables passing step results between steps.
    The replacements of stepresults needs to happen in the entrypointer.
    chitrangpatel authored and tekton-robot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    edbb41e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    9684ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4ab0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ff806 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/spiffe/spire-api-sdk from 1.8.5 to 1.8.7

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.8.5 to 1.8.7.
    - [Commits](spiffe/spire-api-sdk@v1.8.5...v1.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    001e57d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. add default resource requirements to init-containers and containers o…

    …f a pod
    
    Signed-off-by: Jeeva Kandasamy <[email protected]>
    jkandasa authored and tekton-robot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9a3d50c View commit details
    Browse the repository at this point in the history
  2. Update docstring and example for default resources requirements

    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    85bc064 View commit details
    Browse the repository at this point in the history
  3. Remove trailing whitespaces in config-defaults.yaml

    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    09cfa92 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Bump github.com/sigstore/sigstore from 1.7.5 to 1.8.1

    Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.7.5 to 1.8.1.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.7.5...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    93cbbc5 View commit details
    Browse the repository at this point in the history
  2. TEP-0076 (array results and indexing into array)promoted to stable

    Pipelines 0.45 promoted array results and indexing into array param
    (proposed in TEP-0076) to beta. This commit is promoting these two
    features to stable such that these features can be used by the task
    authors and pipeline authors in a cluster when enable-api-fields is
    either set to alpha, beta or stable.
    
    Closes tektoncd#6816
    
    Signed-off-by: Yongxuan Zhang [email protected]
    Yongxuanzhang authored and tekton-robot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e1c7828 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update releases.md

    Added v0.56 LTS
    chitrangpatel authored and tekton-robot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    00776d1 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0

    Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-containerregistry
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1f7ea10 View commit details
    Browse the repository at this point in the history
  3. Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0

    Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e40b165 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.11.0

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.10.0 to 5.11.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.10.0...v5.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ec04a2c View commit details
    Browse the repository at this point in the history
  5. Bump github.com/jenkins-x/go-scm from 1.14.24 to 1.14.25

    Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.14.24 to 1.14.25.
    - [Release notes](https://github.com/jenkins-x/go-scm/releases)
    - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
    - [Commits](jenkins-x/go-scm@v1.14.24...v1.14.25)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jenkins-x/go-scm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    52a8e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Bump github.com/spiffe/go-spiffe/v2 from 2.1.5 to 2.1.7

    Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.1.5 to 2.1.7.
    - [Release notes](https://github.com/spiffe/go-spiffe/releases)
    - [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
    - [Commits](spiffe/go-spiffe@v2.1.5...v2.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/go-spiffe/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    14ff295 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 4.1.0 to 4.2.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@1eb3cb2...694cdab)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    24988cb View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 3.23.0 to 3.23.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e5f05b8...0b21cf2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    16488c6 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/google/cel-go from 0.18.1 to 0.19.0

    Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.18.1 to 0.19.0.
    - [Release notes](https://github.com/google/cel-go/releases)
    - [Commits](google/cel-go@v0.18.1...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/cel-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    03e332a View commit details
    Browse the repository at this point in the history
  5. Bump github.com/containerd/containerd from 1.7.11 to 1.7.12

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.11 to 1.7.12.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.11...v1.7.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2f1f08c View commit details
    Browse the repository at this point in the history
  6. Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1

    Bumps code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1.
    
    ---
    updated-dependencies:
    - dependency-name: code.gitea.io/sdk/gitea
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    89a05d2 View commit details
    Browse the repository at this point in the history
  7. Bump tj-actions/changed-files from 41.1.1 to 42.0.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.1.1 to 42.0.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@62f4729...ae82ed4)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cf4bf79 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Bump github.com/jenkins-x/go-scm from 1.14.25 to 1.14.26

    Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.14.25 to 1.14.26.
    - [Release notes](https://github.com/jenkins-x/go-scm/releases)
    - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
    - [Commits](jenkins-x/go-scm@v1.14.25...v1.14.26)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jenkins-x/go-scm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0ad702e View commit details
    Browse the repository at this point in the history
  2. Bump go.opentelemetry.io/otel/sdk from 1.21.0 to 1.22.0

    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    576d510 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/opencontainers/image-spec from 1.1.0-rc5 to 1.1.0-rc.6

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc5 to 1.1.0-rc.6.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.1.0-rc5...v1.1.0-rc6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    39cdda0 View commit details
    Browse the repository at this point in the history
  4. Error sweep: fix error messages for timing out Runs

    This commit fixes the user facing error messages for timing out Runs as
    well as the controller logs.
    
    /kind misc
    JeromeJu authored and tekton-robot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    97ffba2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. matrix taskRun names ends in instance id

    matrix creates multiple taskRuns using the specified combination of inputs.
    The taskRun name in general is predictable unless it exceeds the max. number
    of characters (63). When the combination of a pipelineTask name and the
    pipelineRun name exceeds 63 characters, the taskRun names looses all their
    instance indices.
    
    Updating the taskRun name generation such that in case of a matrix task,
    when the generated taskRun name exceeds k8s restriction of 63 characters,
    the taskRun name is truncated and instance id of matrix is appended.
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    378c61e View commit details
    Browse the repository at this point in the history
  2. Bump github.com/google/uuid from 1.5.0 to 1.6.0

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3224be9 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.60.1 to 1.61.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.1...v1.61.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f7bacd8 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/containerd/containerd from 1.6.19 to 1.7.12

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.19 to 1.7.12.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.6.19...v1.7.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d977431 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/opencontainers/image-spec from 1.1.0-rc3 to 1.1.0-rc.6

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc3 to 1.1.0-rc.6.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.1.0-rc3...v1.1.0-rc6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a557786 View commit details
    Browse the repository at this point in the history
  6. Pipeline v0.44.x LTS End of Life

    Updated releases.md to mark v0.44 LTS end of life.
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    98dda36 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0

    Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-containerregistry
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    dbd2c67 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. allow pipeline runs whose task/custom runs have been deleted still ti…

    …meout
    
    Back with PR 5134 Tekton started using the cancel function for cleaning up
    underlying TaskRuns of PipelineRuns that are timing out, though separate
    timeout functions were used (presumably in case the timeout behavior needed to be
    tweaked from the cancel behavior later on).  Then, in PR 5288, improvements to
    the baseline cancel function were made to still complete cancel processing of a
    PipelineRun if the underlying TaskRuns were deleted.  However, that same accomodation
    was not made for the timeout path.  This change addresses that, but still keeps the
    timeout codepaths separate from the 'base' cancel codepaths.
    gabemontero authored and tekton-robot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    607eb3d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Label user error for failed TaskRunStatus message

    This commit follows up tektoncd#7475 and labels user error for failed TaskRun
    status messages. It marks off user errors in the taskrun reconciler and
    communicate to users via TaskRunStatus condition messages.
    
    /kind misc
    part of tektoncd#7276
    JeromeJu authored and tekton-robot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    018c4b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. add the config file for pre-commit

    Signed-off-by: roman-kiselenko <[email protected]>
    roman-kiselenko authored and tekton-robot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4a6652a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc3713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae32c6 View commit details
    Browse the repository at this point in the history
  4. remove trailing space

    roman-kiselenko authored and tekton-robot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ec051b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. do not allow negative requeue times

    Use of the value of 0 for the taskrun/pipeline timeout, which per https://github.com/tektoncd/pipeline/blob/main/docs/pipelineruns.md#configuring-a-failure-timeout for example means timeout
    is disabled, results in the waitTime passed to the Requeue event to be negative.  This had the observed behavior of Requeue'ing immediately, and intense cycles of many
    reconcilations per second were observed if the TaskRun's/PipelineRun's state did not in fact change.  This artificially constrained the peformance of the pipeline controller.
    
    This change makes sure the wait time passed to the Requeue is not negative.
    
    rh-pre-commit.version: 2.1.0
    rh-pre-commit.check-secrets: ENABLED
    gabemontero authored and tekton-robot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    856fb4f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add granular termination reason in container termination message

    Related with tektoncd#7539 and tektoncd#7223
    
    To report specific Steps termination reasons we need to know why its continer finished; we use the termination message to store a new "state" with this information. We are adding a new field to store this information per step.
    
    Co-authored-by: JeromeJu <[email protected]>
    Co-authored-by: Chitrang Patel <[email protected]>
    3 people authored and tekton-robot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    71fd5ed View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump github/codeql-action from 3.23.1 to 3.24.0

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.24.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0b21cf2...e8893c5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8e31071 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/opencontainers/image-spec from 1.1.0-rc3 to 1.1.0-rc6

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc3 to 1.1.0-rc6.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.1.0-rc3...v1.1.0-rc6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f1bf59c View commit details
    Browse the repository at this point in the history
  3. Exclude stopped injected sidecars from TaskRun status

    fixes tektoncd#7640
    
    In tektoncd#5565, we started stopping injected sidecars with `nop` in the same way we stop explicitly defined sidecar containers. `MakeTaskRunStatus` was updated to only include explicitly defined sidecars in the `TaskRun` status, rather than just any container in the `TaskRun` pod that doesn't start with `step-`, so while the pod is running, the injected sidecar doesn't show up in the status. However, once the pod has completed and the sidecars are stopped, if the `TaskRun`'s spec contains a sidecar, `updateStoppedSidecarStatus` will be called, and that function's logic for what containers to include in `TaskRun.Status.Sidecars` is still including everything but `step-`-prefixed containers. That should be updated to behave in the same way as `MakeTaskRunStatus`.
    
    Signed-off-by: Andrew Bayer <[email protected]>
    abayer authored and tekton-robot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7ae602c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    858883f View commit details
    Browse the repository at this point in the history
  2. Per feature flag test

    This commit releases the per feature flag test. It currently utilize
    minimum end-to-end tests for stable features while mocking stable, beta
    and alpha stability with different test envs.
    
    /kind misc
    JeromeJu authored and tekton-robot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0cf8d03 View commit details
    Browse the repository at this point in the history
  3. fix: prevent modification of annotations on completed TaskRuns

    In TaskRun, the annotation `pipeline.tekton.dev/release` records the version
    information of the pipeline. If the Pipeline is updated, the annotation in the
    completed TaskRuns should not be modified.
    l-qing authored and tekton-robot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d8c2ce9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    4e7cdfe View commit details
    Browse the repository at this point in the history
  2. Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.1

    Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.22.0 to 1.23.1.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b0c2c0b View commit details
    Browse the repository at this point in the history
  3. Bump github.com/golangci/golangci-lint from 1.55.1 to 1.56.1 in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.55.1 to 1.56.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.55.1...v1.56.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    38cd0a2 View commit details
    Browse the repository at this point in the history
  4. Bump actions/upload-artifact from 4.2.0 to 4.3.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@694cdab...26f96df)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b9b7449 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/google/go-containerregistry from 0.18.0 to 0.19.0

    Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-containerregistry
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a2a8373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9320742 View commit details
    Browse the repository at this point in the history
  7. fix go fmt issues

    update docker-in-docker testimage for s390x
    Basavaraju-G authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7f86dfb View commit details
    Browse the repository at this point in the history
  8. TEP-0138 New features to use Per-feature flag struct

    This commit uses the Per-feature flag struct for features added in
    between the window that the changes per TEP0138 was made. All new
    features should conform to the new Per-feature flag struct.
    
    /kind misc
    fixes: tektoncd#7285
    JeromeJu authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2c11092 View commit details
    Browse the repository at this point in the history
  9. Prior to this PR, when the when.cel field in the final task refers …

    …to ordinary task status,
    
    it cannot take effect. In fact, when cel is calculated, the expression is not replaced,
    and the original literal is used, such as: `"'$(tasks.a-task. status)' == 'Succeeded'"`.
    
    This commit will be ensured that the status of the referenced ordinary task is replaced
    before calculating the final task `when.cel`.
    cugykw authored and tekton-robot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1568ed1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump tj-actions/changed-files from 42.0.0 to 42.0.2

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.0 to 42.0.2.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@ae82ed4...90a06d6)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0d45c17 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/containerd/containerd from 1.6.19 to 1.7.13

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.19 to 1.7.13.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.6.19...v1.7.13)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6b01eec View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@26f96df...5d5d22a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0d7f058 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump go.opentelemetry.io/otel/sdk from 1.22.0 to 1.23.1

    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.22.0 to 1.23.1.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0b503d9 View commit details
    Browse the repository at this point in the history
  5. Patch Release v0.56.1

    This updates the latest release to the patch release.
    chitrangpatel authored and tekton-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    73936e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.0...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    92e985e View commit details
    Browse the repository at this point in the history
  2. Patch Release v0.56.1

    This updates the latest release to the patch release.
    chitrangpatel authored and tekton-robot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9fd9383 View commit details
    Browse the repository at this point in the history
  3. wait for a given duration in case of imagePullBackOff

    We have implemented imagePullBackOff as fail fast. The issue with this approach
    is, the node where the pod is scheduled often experiences registry rate limit.
    The image pull failure because of the rate limit returns the same warning
    (reason: Failed and message: ImagePullBackOff). The pod can potentially recover
    after waiting for enough time until the cap is expired. Kubernetes can then
    successfully pull the image and bring the pod up.
    
    Introducing a default configuration to specify cluster level timeout to allow
    the imagePullBackOff to retry for a given duration. Once that duration has
    passed, return a permanent failure.
    
    tektoncd#5987
    tektoncd#7184
    
    Signed-off-by: Priti Desai <[email protected]>
    
    wait for a given duration in case of imagePullBackOff
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fd17c74 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Fix typo in publish task

    AlanGreene authored and tekton-robot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    73bac5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123f4a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. chore(deps): bump k8s.io/client-go

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.8 to 0.27.11.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.27.8...v0.27.11)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e160b59 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/google/cel-go from 0.19.0 to 0.20.0

    Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/google/cel-go/releases)
    - [Commits](google/cel-go@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/cel-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1f44652 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/opencontainers/image-spec

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc6 to 1.1.0.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.1.0-rc6...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    60dde23 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(deps): bump tj-actions/changed-files from 42.0.2 to 42.0.4

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.2 to 42.0.4.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@90a06d6...3f54ebb)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3d1ec13 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github/codeql-action from 3.24.0 to 3.24.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e8893c5...3796146)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f3d4fe6 View commit details
    Browse the repository at this point in the history
  3. Isolate new env nightly feature flag test

    This commit intends to isolate the feature flag tests and adds the new
    test env for the periodic feature flag test.
    
    /kind misc
    JeromeJu authored and tekton-robot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d714545 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    2bb4f70 View commit details
    Browse the repository at this point in the history
  2. Add release v0.57.0 to the list of releases.

    /kind documentation
    JeromeJu authored and tekton-robot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5c1dbf8 View commit details
    Browse the repository at this point in the history
  3. Add feature flags recording demo for developer guide

    /kind documentation
    JeromeJu authored and tekton-robot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e6500f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f6274 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.1

    Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.14.0 to 2.15.1.
    - [Release notes](https://github.com/cloudevents/sdk-go/releases)
    - [Commits](cloudevents/sdk-go@v2.14.0...v2.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudevents/sdk-go/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5db0cba View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    83c2f5b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. docs: optimize examples for propagating results

    The previous example did not actually output results,
    leading to the misconception that it was not effective.
    l-qing authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    302b382 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+inco…

    …mpatible
    
    The dependabot PR tektoncd#7522
    updates other dependencies as well, this isolate the update.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5d2e732 View commit details
    Browse the repository at this point in the history
  3. add an ignore annotation on fix failures in scanned files and update …

    ….wokeignore
    
    The current configuration on the `.wokeignore` file has an increasing number of
    warnings and some of the warnings cannot be immediately or directly resolved.
    These include link references to other repositories. In order to minimize
    noise caused by the woke scan results; a few additions are being suggested.
    Annotations have also been added to a few src files that still need to be scanned
    to suppress the warnings.
    
    `# Please enter the commit message for your changes. Lines starting
    katmutua authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b129073 View commit details
    Browse the repository at this point in the history
  4. remove annotations added as changes to ignore list already cover thes…

    …e files
    
    The .wokeignore file has been modified to ignore these paths the annotations on the source file have been ommitted
    katmutua authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d93b2d View commit details
    Browse the repository at this point in the history
  5. add docs/pipeline-api.md to ignore list

    This file is a generated file so adding it to the .wokeignore list.
    katmutua authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d27e6cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8374a3 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump go.opentelemetry.io/otel from 1.23.1 to 1.24.0

    Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6deafdd View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.8.7 to 1.9.0

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.8.7 to 1.9.0.
    - [Commits](spiffe/spire-api-sdk@v1.8.7...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dac6795 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/golangci/golangci-lint in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.1 to 1.56.2.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.56.1...v1.56.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    459808c View commit details
    Browse the repository at this point in the history
  10. feat: support for variable interpolation in workspace.* (in PipelineR…

    …un and TaskRun)
    
    fix tektoncd#7667
    
    Support for variable interpolation in:
    
    * spec.workspaces[].configMap.items[].*
    * spec.workspaces[].secret.items[].*
    * spec.workspaces[].projected.sources[].configMap.items[].*
    * spec.workspaces[].projected.sources[].secret.items[].*
    l-qing authored and tekton-robot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    33365cf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore(deps): bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0

    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5baabb0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.1...v1.62.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8a7d51d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump tj-actions/changed-files from 42.0.4 to 42.0.5

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.4 to 42.0.5.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@3f54ebb...800a282)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c39accd View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3796146...47b3d88)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a9d8a9b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    5b38046 View commit details
    Browse the repository at this point in the history
  2. chore: copy paste error and test

    ericzzzzzzz authored and tekton-robot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f389f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de57add View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. fix:add missing documentation link

    cugykw authored and tekton-robot committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a0546ed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix: avoid panic when used pipelineRef or pipelineSpec in pipeline task

    fix tektoncd#7720
    
    Currently, the `pipelineRef` and `pipelineSpec` are only in preview mode
    and not yet supported. If a user has configured this field and enabled alpha
    features, it might bypass validation and enter into controller logic. It is now
    necessary to implement relevant checks within the controller logic to clearly
    prompt the user, instead of causing the program to panic.
    l-qing authored and tekton-robot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3757e9d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@47b3d88...8a470fd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c93843d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Refacor install_pipeline_crd SYSTEM_NAMESPACE env setup

    This commit refactors the setup for `SYSTEM_NAMESPACE` which was
    previously set in the `install_pipeline_crd` helper function. But it
    should not be necessary to be part of the pipeline installation instead
    it is an env setup. This helps resolve the issue where we could not
    run tests before installing the current version of pipeline CRDs.
    JeromeJu authored and tekton-robot committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    742292d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. [TEP-0129] Move CRD files into a dedicated folder

    Move CRD files into the 300-crds folder to make it easier to
    not install CRDs in case of multi install into a single cluster.
    
    Since the release pipeline uses ko -R, this doesn't change
    anything for now in the release files.
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a4072c5 View commit details
    Browse the repository at this point in the history
  2. [TEP-0129] Update multi-tenancy documentation

    Update the multi-tenancy documentation to include all aspects
    of multi-tenancy and explain how to install the CRDs separately
    from the new dedicated folder.
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6863dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dbe66 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. upgrade otel version, migrate from jaaeger to oltp

    Otel SDK is upgraded from 1.19 to 1.21
    Jaeger exporter is deprecated in otel 1.20, in favor of otel exporter
    Migrated jaeger to otel http exporter
    
    Signed-off-by: Jayadeep KM <[email protected]>
    kmjayadeep authored and tekton-robot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d1d689f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. displayName in matrix

    Implementing proposal TEP-0150.
    
    Adding a functionality where the existing displayName can be used to configure
    unique names for each instance using the params from each combination such that
    the matrix instances in the Tekton Dashboard are rendered to distinguishable
    names.
    
    Also, repurposing an existing name field as part of the matrix.include[].name.
    If specified, a fully resolved name field is available in the childReferences.
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    62cddf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/hash…

    …ivault
    
    Bumps [github.com/sigstore/sigstore/pkg/signature/kms/hashivault](https://github.com/sigstore/sigstore) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/hashivault
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3bf4b4d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tj-actions/changed-files from 42.0.5 to 42.1.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.5 to 42.1.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@800a282...aa08304)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1991e81 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump k8s.io/api in /test/custom-task-ctrls/wait-task-beta

    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.11 to 0.27.12.
    - [Commits](kubernetes/api@v0.27.11...v0.27.12)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3123946 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore(deps): bump github/codeql-action from 3.24.6 to 3.24.8

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...05963f4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7b13f60 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tj-actions/changed-files from 42.1.0 to 43.0.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.0.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@aa08304...77af4be)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    81ea62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da12202 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. chore(deps): bump actions/checkout from 4.1.1 to 4.1.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    29bafa4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6cec516 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7566aac View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/containerd/containerd from 1.7.13 to 1.7.14

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.13 to 1.7.14.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.13...v1.7.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    59c241e View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f0a1d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore(deps): bump github.com/golangci/golangci-lint in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.2 to 1.57.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.56.2...v1.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    85601d3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.15.1 to 2.15.2

    Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.15.1 to 2.15.2.
    - [Release notes](https://github.com/cloudevents/sdk-go/releases)
    - [Commits](cloudevents/sdk-go@v2.15.1...v2.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudevents/sdk-go/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a1cf55f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.9.0 to 1.9.1

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.9.0 to 1.9.1.
    - [Commits](spiffe/spire-api-sdk@v1.9.0...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7ee2fbe View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/google/cel-go from 0.20.0 to 0.20.1

    Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.20.0 to 0.20.1.
    - [Release notes](https://github.com/google/cel-go/releases)
    - [Commits](google/cel-go@v0.20.0...v0.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/cel-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b7cb16d View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/google/go-containerregistry

    Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.19.0 to 0.19.1.
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.19.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-containerregistry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e385556 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Remove conversion configuration for ClusterTask

    `ClusterTask` only exists in `v1beta1` and will never have a `v1` thus
    doesn't need to be registered in the conversion webhook.
    
    Prior to this commit, some tooling (like
    https://github.com/openshift/cluster-kube-apiserver-operator/) might
    assume there is a conversion webhook and then fail to communicate with
    it (because we do not register `ClusterTask` in the conversion webhook
    part) ; generating a lot of spam log.
    
    As a rules of thumb, if we are not registering/refering an object in
    `newConversionController` (in `cmd/webhook/main.go`), the `conversion`
    field in the CRD shouldn't be defined either.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    35a3dab View commit details
    Browse the repository at this point in the history
  2. Do not register StepAction for conversion

    `StepAction` only exists in `v1alpha1` and thus doesn't need to be
    registered in the conversion webhook.
    
    Prior to this commit, the webhook errors out (several times) with the
    following:
    
    ```
    custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion
    ```
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    118370d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github/codeql-action from 3.24.8 to 3.24.9

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@05963f4...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e85fbd8 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump tj-actions/changed-files from 43.0.0 to 43.0.1

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.0 to 43.0.1.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@77af4be...20576b4)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e27f87b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix: Merge StepTemplate with Step containing Results and Params

    Prior to this, when we merged StepTemplate with the Spec, we would
    lose the Results and Params because the merged Step would overwrite
    the original Step. This PR adds the Results and Params when creating
    the new Step so that we don't lose this information.
    
    It fixes Issue tektoncd#7754
    
    Signed-off-by: Chitrang Patel <[email protected]>
    chitrangpatel authored and tekton-robot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5ac8c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3528ff3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.9.1 to 1.9.2

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.9.1 to 1.9.2.
    - [Commits](spiffe/spire-api-sdk@v1.9.1...v1.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cf2d3e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. updating releases file

    Document two patch releases - 0.53.4 and 0.56.2
    
    Cleaning up unused references to older releases, docs and examples
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e753d93 View commit details
    Browse the repository at this point in the history
  2. Prior to this PR, the step contains params, these params are

    passed to `stepaction`, but it may be passed to other fields in `step`,
    such as: `StdoutConfig`.
    
    This commit will only pass the fields in `stepaction` and replace
    these fields with `params` in `step`.
    cugykw authored and tekton-robot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab47f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. .github/workflows: make codeql a bit quicker

    - Use `actions/cache` to be able to use golang cache (uses `**/go.sum`
     to compute the cache hash). This should speed up compilation for any
     pull-requests that doesn't update dependencies.
    - Do not rely on autobuild, but use `make bin/*` to build all binaries
     (and add a `make binaries` for the future).
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c2ab0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5222fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Bump knative/pkg to 1.13 and k8s.io to 0.28.5

    This updates core dependencies of knative/pkg to it's latest release,
    1.13. And it updates the k8s.io dependencies according to it.
    
    Note: this moves the min kubernetes version to 1.27 for tektoncd/pipeline.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8450e1b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.11.0...v5.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ee712cb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/jenkins-x/go-scm from 1.14.26 to 1.14.29

    Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.14.26 to 1.14.29.
    - [Release notes](https://github.com/jenkins-x/go-scm/releases)
    - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
    - [Commits](jenkins-x/go-scm@v1.14.26...v1.14.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jenkins-x/go-scm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    87baf32 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump tj-actions/changed-files from 43.0.1 to 44.0.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.1 to 44.0.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@20576b4...2d756ea)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    71d03c8 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/hash…

    …ivault
    
    Bumps [github.com/sigstore/sigstore/pkg/signature/kms/hashivault](https://github.com/sigstore/sigstore) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/hashivault
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a0bdef1 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/golangci/golangci-lint in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.1 to 1.57.2.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.57.1...v1.57.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a78d2b5 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/sigstore/sigstore from 1.8.1 to 1.8.3

    Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.8.1 to 1.8.3.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.1...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    462bfd7 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/gcp

    Bumps [github.com/sigstore/sigstore/pkg/signature/kms/gcp](https://github.com/sigstore/sigstore) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/gcp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7ef192f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/azure

    Bumps [github.com/sigstore/sigstore/pkg/signature/kms/azure](https://github.com/sigstore/sigstore) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/azure
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b7abe37 View commit details
    Browse the repository at this point in the history
  2. Fix the naming for Metrics as per convention

    Most of the metrics aren't as per convention. This fixes it in a backward
    compatible way. We introduce metrics with compliant naming.
    Gauge metrics: Gauge metrics shouldn't end with `count` as it implies a counter.
    Counter metrics: Counter metrics shouldn't end with `count` as it implies a
    counter from histogram. Instead, we should use `total`.
    https://prometheus.io/docs/practices/naming/
    https://www.robustperception.io/on-the-naming-of-things/
    khrm authored and tekton-robot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4203fbd View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0

    Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.1.7 to 2.2.0.
    - [Release notes](https://github.com/spiffe/go-spiffe/releases)
    - [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
    - [Commits](spiffe/go-spiffe@v2.1.7...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/go-spiffe/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    51f895a View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/aws

    Bumps [github.com/sigstore/sigstore/pkg/signature/kms/aws](https://github.com/sigstore/sigstore) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/sigstore/sigstore/releases)
    - [Commits](sigstore/sigstore@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/aws
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a98770e View commit details
    Browse the repository at this point in the history
  5. Add description to StepActions

    This PR adds a `description` field to StepActions.
    It enables users to add description for readability and UI.
    Fixes tektoncd#7822
    
    Signed-off-by: Chitrang Patel <[email protected]>
    chitrangpatel authored and tekton-robot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    82816c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    08009cf View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
    - [Commits](golang/sync@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fbed78f View commit details
    Browse the repository at this point in the history
  3. Update docker/docker to v26.0.0

    This is slightly related to GHSA-xw73-rw38-6vjc although not really
    fixing it. But this is more of a "maintenance" type of bump.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    26739b8 View commit details
    Browse the repository at this point in the history
  4. .github/workflow: update (and harden) codeql workflow

    - Add `step-security/harden-runner` to provide network egress
      filtering and runtime security. See
      https://github.com/step-security/harden-runner
    - Pin `actions/cache` by digest
    - Switch command to build binaries (and use the `-j` flag of `make`).
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7003e6e View commit details
    Browse the repository at this point in the history
  5. .github/workflows: hardened runner for work and scorecard as well.

    - Add `step-security/harden-runner` to provide network egress
      filtering and runtime security. See
      https://github.com/step-security/harden-runner
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d46d66b View commit details
    Browse the repository at this point in the history
  6. Update golangci version and configuration, and fix errors

    This is a relatively huge commit that updates the golangci-lint
    version as well as configuration.
    
    ```
    make golangci-lint
    🐱 running golangci-lint…
    WARN [linters_context] copyloopvar: this linter is disabled because the Go version (1.21) of your project is lower than Go 1.22
    
    Compilation finished at Thu Apr  4 13:44:19
    ```
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4370f8a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    a0905b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o…

    …tlptracehttp
    
    Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) from 1.24.0 to 1.25.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0a59605 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/containerd/containerd from 1.7.14 to 1.7.15

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.14 to 1.7.15.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.14...v1.7.15)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7590fc8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.9.2 to 1.9.3

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.9.2 to 1.9.3.
    - [Commits](spiffe/spire-api-sdk@v1.9.2...v1.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2e41633 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Migrate to github.com/go-jose/go-jose/v3

    Stop using archived gopkg.in/square/go-jose.v2 pkg
    Switch to github.com/go-jose/go-jose/v3 instead
    
    Fixes CVE-2024-28180
    isibeni authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c19b6e6 View commit details
    Browse the repository at this point in the history
  5. release: add a small script to "automate" bugfix releases

    Adding a `bugfix-release.sh` script to automate bugfix releases. Today
    it is meant to be started by a maintainer, like the following
    
    ```
    ./tekton/bugfix-release upstream/release-v0.47.x
    ```
    
    - It will detect the old version, and commit related to the version
    - It will compute the new version number
    - It will detect the release name
    - If there is no different between the old version and the new
      one (aka, no commit in the release branch since last release), it
      will be exit gracefully.
    
    The idea is that, from there, we can automate the bugfix release
    completely. We could run this script weekly for each "supported"
    release branch, and it would automatically do the release for us.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d415bcd View commit details
    Browse the repository at this point in the history
  6. Update golang/x/net to handle GO-2024-2687

    See https://pkg.go.dev/vuln/GO-2024-2687
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5076da2 View commit details
    Browse the repository at this point in the history
  7. chore: fix function names in comment

    Signed-off-by: lvyaoting <[email protected]>
    lvyaoting authored and tekton-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1bfd1c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    e6b845c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1701d1b View commit details
    Browse the repository at this point in the history
  3. Fix bugfix-release.sh behavior when there is nothing to release

    ```
    ./tekton/bugfix-release.sh: line 17: return: can only `return' from a function or sourced script
    ```
    
    It should be `exit` instead :)
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester authored and tekton-robot committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    53fae15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e1e30b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695f622 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    599f2e6 View commit details
    Browse the repository at this point in the history
  2. Documenting latest release

    Adding links to the latest release - 0.58
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e6d9154 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): bump github/codeql-action from 3.24.9 to 3.24.10

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b1aada...4355270)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    643ef70 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.9.3 to 1.9.4

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.9.3 to 1.9.4.
    - [Commits](spiffe/spire-api-sdk@v1.9.3...v1.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    322c415 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    335b5fc View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump tj-actions/changed-files from 44.0.0 to 44.0.1

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.0 to 44.0.1.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@2d756ea...635f118)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d5c7738 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump the all group in /tekton with 4 updates

    Bumps the all group in /tekton with 4 updates: chainguard/crane, chainguard/go, tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `chainguard/crane` from `9030bfd` to `08a1fc1`
    
    Updates `chainguard/go` from `2428110` to `bedf4d9`
    
    Updates `tekton-releases/dogfooding/ko` from `9471f96` to `50712e3`
    
    Updates `tekton-releases/dogfooding/koparse` from `5945f70` to `cf7eb37`
    
    ---
    updated-dependencies:
    - dependency-name: chainguard/crane
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: chainguard/go
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b5a82f9 View commit details
    Browse the repository at this point in the history
  6. chore: add error log

    ericzzzzzzz authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7300139 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    969a98f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b70d30f View commit details
    Browse the repository at this point in the history
  9. fix imagePullBackOff doc

    Fixing the documentation with the correct syntax.
    
    Signed-off-by: Priti Desai <[email protected]>
    pritidesai authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    af68b69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7075095 View commit details
    Browse the repository at this point in the history
  11. Init OSS Conformance Test Suite

    This commit initiates the OSS conformance test suite. It sets the
    standards for incrementing the V1 conformance test with the two simple
    test cases.
    
    /kind misc
    JeromeJu authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    094a5be View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump github.com/jenkins-x/go-scm from 1.14.29 to 1.14.30

    Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.14.29 to 1.14.30.
    - [Release notes](https://github.com/jenkins-x/go-scm/releases)
    - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
    - [Commits](jenkins-x/go-scm@v1.14.29...v1.14.30)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jenkins-x/go-scm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0f2cc6e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix ImagePullTimeout to use "Initialized"

    ImagePullBackOffTimeOut currently uses the "Scheduled" pod condition transition time, however a pod can be scheduled on a node far earlier than when image pulling begins which can (and does) result in Tasks failing when image pulls could be retried and succeed.
    
    We should use the transition time for "PodReadyToStartContainers" (1.29+) / "Initialized" for checking the image pull timeout as these conditions more accurately capture when the image pull began. This commit updates this logic and adds the covering tests.
    skaegi authored and tekton-robot committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    de643de View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore(deps): bump code.gitea.io/sdk/gitea from 0.17.1 to 0.18.0

    Bumps code.gitea.io/sdk/gitea from 0.17.1 to 0.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: code.gitea.io/sdk/gitea
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9941454 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the all group in /tekton with 4 updates

    Bumps the all group in /tekton with 4 updates: chainguard/crane, chainguard/go, tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `chainguard/crane` from `08a1fc1` to `931e19c`
    
    Updates `chainguard/go` from `bedf4d9` to `1e9e266`
    
    Updates `tekton-releases/dogfooding/ko` from `50712e3` to `e5296fb`
    
    Updates `tekton-releases/dogfooding/koparse` from `cf7eb37` to `2eefe19`
    
    ---
    updated-dependencies:
    - dependency-name: chainguard/crane
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: chainguard/go
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d2f949b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump k8s.io/api in /test/custom-task-ctrls/wait-task-beta

    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.12 to 0.27.13.
    - [Commits](kubernetes/api@v0.27.12...v0.27.13)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9079ae9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github/codeql-action from 3.24.10 to 3.25.0

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4355270...df5a14d)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4fe52d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore(deps): bump github/codeql-action from 3.25.0 to 3.25.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@df5a14d...c7f9125)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f671880 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tj-actions/changed-files from 44.0.1 to 44.3.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.1 to 44.3.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@635f118...0874344)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0a47cfe View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the all group in /tekton with 4 updates

    Bumps the all group in /tekton with 4 updates: chainguard/crane, chainguard/go, tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `chainguard/crane` from `931e19c` to `a91db0e`
    
    Updates `chainguard/go` from `1e9e266` to `7c09972`
    
    Updates `tekton-releases/dogfooding/ko` from `e5296fb` to `78fc1bb`
    
    Updates `tekton-releases/dogfooding/koparse` from `2eefe19` to `e2b95b5`
    
    ---
    updated-dependencies:
    - dependency-name: chainguard/crane
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: chainguard/go
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c091595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f98ea63 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump k8s.io/client-go

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.11 to 0.27.13.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.27.11...v0.27.13)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4578286 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@5d5d22a...6546280)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    382b234 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump actions/checkout from 4.1.2 to 4.1.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9bb5618...1d96c77)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    356b30d View commit details
    Browse the repository at this point in the history
  8. Add a feature flag to disable inline spec

    By default the inline specs will be enabled. Only if flag is set to
    true, inline spec would be disabled. This is to increase security
    of pipelines.
    khrm authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b419b2c View commit details
    Browse the repository at this point in the history
  9. Fix the shell in crane image

    The auth step in the publish task uses /busybox/sh in the crane
    image but that does not exists anymore, switch to /bin/sh
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    faccef8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: ensure default type for params in remote tasks to prevent pipeli…

    …ne failures
    
    fix tektoncd#7775
    
    In the existing logic, resources used for ConvertTo should have default values set.
    Otherwise, there could be issues with incorrect parameter types being set
    (e.g., an array type being treated as a string type).
    
    However, resources fetched from remote sources haven't undergone the SetDefaults
    operation. If we directly invoke the ConvertTo operation, it might result in
    erroneous outcomes.
    
    For instance, a v1beta1 ClusterTask that undergoes a direct ConvertTo to convert
    the resource into a v1 Task for validation might be mistakenly considered invalid.
    
    Additionally, even if a v1beta1 Task passes validation, the process of converting
    it to a v1 Task could still incorrectly set default parameter types, leading to
    errors during execution.
    l-qing authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    30e389b View commit details
    Browse the repository at this point in the history
  2. fix: do not set default kind when taskRef resolver is present

    fix tektoncd#7762
    
    Do not set default kind when taskRef resolver is present,
    keep the original configuration of the user.
    l-qing authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    91bbee5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0

    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.25.0 to 1.26.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b712fc5 View commit details
    Browse the repository at this point in the history
  4. Fix shell for tag-images step

    Fix the shell used in the tag-images script, part of the publish
    task used for releases.
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fba68b7 View commit details
    Browse the repository at this point in the history
  5. fix(taskrun): emit warning for missing secret in ServiceAccount inste…

    …ad of failing
    
    fix tektoncd#7760
    
    Log a warning if a Secrets in service account does not exist
    l-qing authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a494d6a View commit details
    Browse the repository at this point in the history
  6. fix: resolve pod creation failure on retry when using `workspace.<nam…

    …e>.volume`
    
    fix tektoncd#7886
    
    Change the naming method of the workspace volume from completely random to
    hashed, ensuring that the name generated during a single taskRun lifecycle is
    consistent each time, and is unique within all current workspaces.
    
    This way, we can reuse the logic of retrieving the taskSpec from the status,
    and also store the content after variable expansion in the taskSpec of the
    status for easy debugging; it will also not affect the reconstruction of the
    pod when retrying.
    l-qing authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e556bc7 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o…

    …tlptracehttp
    
    Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) from 1.25.0 to 1.26.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    34d8c0f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update releases.md for v0.59

    Releases v0.58 and v0.47LTS are now EOL.
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli authored and tekton-robot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f84532d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix: artifactsFlag

    ericzzzzzzz authored and tekton-robot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b4e2b1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c7f9125...d39d31e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    50b60b9 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/checkout from 4.1.3 to 4.1.4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1d96c77...0ad4b8f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    503b599 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the all group in /tekton with 2 updates

    Bumps the all group in /tekton with 2 updates: tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `tekton-releases/dogfooding/ko` from `78fc1bb` to `e28efee`
    
    Updates `tekton-releases/dogfooding/koparse` from `e2b95b5` to `fb14e8f`
    
    ---
    updated-dependencies:
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    22f5613 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 2, 2024
    Configuration menu
    Copy the full SHA
    59794e3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. chore(deps): bump github.com/golangci/golangci-lint in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.2 to 1.58.0.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.57.2...v1.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fd63ee3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/jenkins-x/go-scm from 1.14.30 to 1.14.34

    Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.14.30 to 1.14.34.
    - [Release notes](https://github.com/jenkins-x/go-scm/releases)
    - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
    - [Commits](jenkins-x/go-scm@v1.14.30...v1.14.34)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jenkins-x/go-scm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5cb4aeb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    af285dd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1

    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    83e36f6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the all group in /tekton with 4 updates

    Bumps the all group in /tekton with 4 updates: chainguard/crane, chainguard/go, tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `chainguard/crane` from `a91db0e` to `75e4615`
    
    Updates `chainguard/go` from `7c09972` to `beee32f`
    
    Updates `tekton-releases/dogfooding/ko` from `e28efee` to `56e89ca`
    
    Updates `tekton-releases/dogfooding/koparse` from `fb14e8f` to `ebe7626`
    
    ---
    updated-dependencies:
    - dependency-name: chainguard/crane
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: chainguard/go
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c99086a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/checkout from 4.1.4 to 4.1.5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@0ad4b8f...44c2b7a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7e4ebf2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.0 to 2.7.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@63c24ba...a4aa98b)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    afd35c1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/golangci/golangci-lint in /tools

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.58.0 to 1.58.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a79a602 View commit details
    Browse the repository at this point in the history
  6. add namespace label/tag to non-deprecated throttle metrics

    Back when implementing tektoncd#6744 for tektoncd#6631
    we failed to realize that with k8s quota policies being namespace scoped, knowing which namespace the throttled items were
    in could have some diagnostic value.
    
    Now that we have been using the metric added for a bit, this realization is now very apparent.
    
    This changes introduces the namespace tag.  Also, since last touching this space, the original metric was deprecated and
    a new one with a shorter name was added.  This change only updates the non-deprecated metric with the new label.
    
    Lastly, the default behavior is preserved, and use of the new label only occurs when explicitly enabled in observability config map.
    gabemontero authored and tekton-robot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5c40712 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Prior to this PR, the propagatePipelineNameLabelToPipelineRun

    function will continuously set the pipeline name label during
    each `reconcile` process. This may override the results by the
    `storePipelineSpecAndMergeMeta` function. This may cause some
    remote resource names to not be set correctly.
    
    This commit, when the pipeline name label has been set, the next
    `reconcile` will not be reset again.
    cugykw authored and tekton-robot committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8a938fc View commit details
    Browse the repository at this point in the history
  2. Remote Resolution Refactor

    This PR implements an updated resolver framework with slight updates. This is to avoid backwards incompatibility while implementing [TEP-0154](tektoncd/community#1138).
    
    The current framework only works with Params. e.g. The interface has ValidateParams and Resolve which takes in Params. Now that we also need to pass in a `URL`, we need to add new methods and change function signatures which leads to API incompatibility with existing custom resolvers. As a result, when users upgrade to new version of Tekton Pipelines, they will be forced to be compatible with the new format because of the interface changes.
    
    This PR tries to make it future proof such that if we add new fields to the ResolutionSpec, it will be handled without the need to break users.
    chitrangpatel authored and tekton-robot committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ea1fa7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. misc: promote stepAction to beta

    ericzzzzzzz authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2bd16b8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tj-actions/changed-files from 44.3.0 to 44.4.0

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.4.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@0874344...a29e8b5)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a0914c7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@0864cf1...dc50aa9)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    90c01d3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the all group in /tekton with 3 updates

    Bumps the all group in /tekton with 3 updates: chainguard/crane, tekton-releases/dogfooding/ko and tekton-releases/dogfooding/koparse.
    
    
    Updates `chainguard/crane` from `75e4615` to `8c2f747`
    
    Updates `tekton-releases/dogfooding/ko` from `56e89ca` to `ec2f12f`
    
    Updates `tekton-releases/dogfooding/koparse` from `ebe7626` to `b68675c`
    
    ---
    updated-dependencies:
    - dependency-name: chainguard/crane
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/ko
      dependency-type: direct:production
      dependency-group: all
    - dependency-name: tekton-releases/dogfooding/koparse
      dependency-type: direct:production
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e8475dc View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github/codeql-action from 3.25.3 to 3.25.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@d39d31e...b7cec75)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    981c034 View commit details
    Browse the repository at this point in the history
  6. Add reason tag to duration metrics

    Added reason tag to duration metrics. Different failures cause difference
    in duration of pipelineruns and taskruns.
    khrm authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7528732 View commit details
    Browse the repository at this point in the history
  7. Deprecate current resolution framework

    This PR updates the Godoc to declare the existing resolution as
    deprecated. The upgraded framework was made available in
    `pkg/remoteresolution` in a prior PR.
    chitrangpatel authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    19cc5c2 View commit details
    Browse the repository at this point in the history
  8. Fix version mismatch of aws-sdk-go-v2

    Fix version mismatch of github.com/aws/aws-sdk-go-v2 and
    github.com/aws/aws-sdk-go-v2/ecr due to a breaking change in
    aws-sdk-go-v2 of version v1.23.0. The mismatch is caused by the
    2 dependencies github.com/sigstore/sigstore/pkg/signature/kms/aws and
    github.com/google/go-containerregistry using aws-sdk-go-v2 in v.18.x
    and v1.26.x.
    
    When no command or script was given to a Task, this caused the
    entrypoint resolve logic to fail with a "401 Not Authorized", when
    trying to get the manifest from a private AWS ECR.
    seternate authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3722bfe View commit details
    Browse the repository at this point in the history
  9. TEP0154 - Enable concise resolver syntax

    This PR enables concise resolver syntax interface.
    chitrangpatel authored and tekton-robot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    88fc740 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore(deps): bump github.com/spiffe/spire-api-sdk from 1.9.4 to 1.9.6

    Bumps [github.com/spiffe/spire-api-sdk](https://github.com/spiffe/spire-api-sdk) from 1.9.4 to 1.9.6.
    - [Commits](spiffe/spire-api-sdk@v1.9.4...v1.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spiffe/spire-api-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4b50e4c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    37ad4b2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump k8s.io/api in /test/custom-task-ctrls/wait-task-beta

    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.13 to 0.27.14.
    - [Commits](kubernetes/api@v0.27.13...v0.27.14)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    71ce845 View commit details
    Browse the repository at this point in the history
  4. Prior to this PR, when pipeline refers to a remote pipeline,

    in the pipeline-related metrics, the pipeline name tag will be set to
    'anonymous'. Taskrun has the same situation.
    
    This commit added some scenarios for obtaining pipeline or task names.
    When the pipeline or task name cannot be determined accurately,
    the value is obtained through the corresponding label.
    cugykw authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3ba243d View commit details
    Browse the repository at this point in the history
  5. v1beta1 fields updated to v1 in docs and examples

    Signed-off-by: Pavol Pitonak <[email protected]>
    ppitonak authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dc13d90 View commit details
    Browse the repository at this point in the history
  6. change in pipeline-api.md reverted

    ppitonak authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fa10a89 View commit details
    Browse the repository at this point in the history
  7. Add image replacement for amd64 specific image

    Signed-off-by: Sachin Itagi <[email protected]>
    Sachin-Itagi authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ee68bcc View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump k8s.io/client-go

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.13 to 0.27.14.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.27.13...v0.27.14)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f95c4b7 View commit details
    Browse the repository at this point in the history
  9. allow for retry on typically transient k8s errors in both core contro…

    …ller and resolver for remote resolution
    
    During both sides of remote resolution (core controller and resolver) typically transient kubernetes errors were being treated as permanent knative errors and no attempts at trying to reconcile again were made, leading to failures which could be avoided.
    
    Then, while diagnosing this, discovered the TaskNotFoundError was missing the Task name when identification comes from params.  That is also addressed.
    gabemontero authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    13f45bf View commit details
    Browse the repository at this point in the history
  10. Propagate params in pipelines

    Prior to this, we allowed parameter propagation in an inlined
    pipelinerun. However, within a pipeline, we requrie a verbose spec.
    This was an oversight as indicated in
    tektoncd#7901.
    This PR fixes that issue by updating the validation logic in the
    webhook.
    
    Fixes tektoncd#7901.
    
    Propagate params in pipelines
    
    Prior to this, we allowed parameter propagation in an inlined
    pipelinerun. However, within a pipeline, we requrie a verbose spec.
    This was an oversight as indicated in
    tektoncd#7901.
    This PR fixes that issue by updating the validation logic in the
    webhook.
    
    Fixes tektoncd#7901.
    chitrangpatel authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1b74ff3 View commit details
    Browse the repository at this point in the history
  11. minor followup to PR 7894

    - add comment on why we check param when generating error log
    - add unit test that covers getting name from non-string param type
    
    rh-pre-commit.version: 2.2.0
    rh-pre-commit.check-secrets: ENABLED
    gabemontero authored and tekton-robot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3dab35e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix: Faulty Remote Resource Accepted by Remote Resolution

    This PR fixes the issue where a bad remote resource is accepted by
    remote resolution.
    chitrangpatel authored and tekton-robot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4573753 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ---

    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2261ae2 View commit details
    Browse the repository at this point in the history
  2. ---

    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4631a71 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/containerd/containerd from 1.7.15 to 1.7.17

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.15 to 1.7.17.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.15...v1.7.17)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fceed89 View commit details
    Browse the repository at this point in the history
  4. ---

    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4b6fcd4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. ---

    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bef4eef View commit details
    Browse the repository at this point in the history
  2. ---

    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tekton-robot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d649ded View commit details
    Browse the repository at this point in the history