Skip to content

Tags: tektoncd/results

Tags

v0.17.2

Toggle v0.17.2's commit message
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.90.0 to 1.92.1

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.90.0 to 1.92.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.90.0...service/s3/v1.92.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.92.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.17.1

Toggle v0.17.1's commit message
Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.32.2

Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.31.15 to 1.32.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.15...v1.32.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.17.0

Toggle v0.17.0's commit message
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.84.0 to 1.90.0

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.84.0 to 1.90.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.84.0...service/s3/v1.90.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.16.0

Toggle v0.16.0's commit message
Bump k8s.io/apiserver from 0.32.6 to 0.32.8

Bumps [k8s.io/apiserver](https://github.com/kubernetes/apiserver) from 0.32.6 to 0.32.8.
- [Commits](kubernetes/apiserver@v0.32.6...v0.32.8)

---
updated-dependencies:
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-v0.15.x] Resolve STS not starting when fsGroup is not set (#…

…1085)

* Resolve STS not starting when fsGroup is not set

* Actually place securitycontext on the correct location

---------

Co-authored-by: sventenraa <sven.ten.raa@alliander.com>

v0.15.2

Toggle v0.15.2's commit message
Revert record get template changes

Reverting the template added to the record get command
as it is a breaking change of the existing users who
are using the CLI in the automation scripts
It was through PR #908

Signed-off-by: divyansh42 <diagrawa@redhat.com>

v0.15.1

Toggle v0.15.1's commit message
Fix endpoints for the all-namespaces flag

Move parent for the all-namespace flag to a
constant and also moved initialization of
params to PreRun to maintain consitency

Signed-off-by: divyansh42 <diagrawa@redhat.com>

v0.15.0

Toggle v0.15.0's commit message
Fix the unit test error due to dependencies update

v0.14.0

Toggle v0.14.0's commit message
Bump google.golang.org/api from 0.214.0 to 0.220.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.220.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.214.0...v0.220.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.13.4

Toggle v0.13.4's commit message
Fix Logs ordered from the Loki response

Before this logs weren't sorted. This fixes the logs order by utilizing
the unixtime in the value field.