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

Bump the all group with 13 updates #917

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps the all group with 13 updates:

Package From To
github.com/grafeas/grafeas 0.2.2 0.2.3
github.com/sigstore/cosign/v2 2.1.1 2.2.0
github.com/sigstore/rekor 1.2.2 1.3.0
github.com/sigstore/sigstore 1.7.2 1.7.3
github.com/sigstore/sigstore/pkg/signature/kms/aws 1.7.2 1.7.3
github.com/sigstore/sigstore/pkg/signature/kms/azure 1.7.2 1.7.3
github.com/sigstore/sigstore/pkg/signature/kms/gcp 1.7.2 1.7.3
github.com/sigstore/sigstore/pkg/signature/kms/hashivault 1.7.2 1.7.3
github.com/tektoncd/pipeline 0.50.1 0.51.0
gocloud.dev/docstore/mongodocstore 0.33.0 0.34.0
gocloud.dev/pubsub/kafkapubsub 0.33.0 0.34.0
golang.org/x/crypto 0.12.0 0.13.0
google.golang.org/grpc 1.57.0 1.58.0

Updates github.com/grafeas/grafeas from 0.2.2 to 0.2.3

Release notes

Sourced from github.com/grafeas/grafeas's releases.

v0.2.3

  • SBOM enhancements.
  • SLSA enhancements.
  • Vex Assessment enhancements.
Changelog

Sourced from github.com/grafeas/grafeas's changelog.

v0.2.3

  • SBOM enhancements.
  • SLSA enhancements.
  • Vex Assessment enhancements.
Commits
  • 9879eca Merge pull request #602 from wkozlik/master
  • 9f3420d Release v0.2.3
  • 1fe2449 Merge pull request #599 from yeshwanth1993/master
  • 2c5c15c Add vulnerabilityId field to the VexAssessment Note and VexAssessment proto i...
  • d273654 Merge pull request #598 from sherzberg-1/sbom
  • 5ee9a40 More test updates.
  • 8c2079f Fix test description
  • 8d48f5b Fix failing test
  • 420da5c Add intotslsaprovenancev1 to the build proto.
  • fe5c9c1 Merge pull request #597 from sherzberg-1/sbom
  • Additional commits viewable in compare view

Updates github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0

Release notes

Sourced from github.com/sigstore/cosign/v2's releases.

v2.2.0

Enhancements

  • switch to uploading DSSE types to rekor instead of intoto (#3113)
  • add 'cosign sign' command-line parameters for mTLS (#3052)
  • improve error messages around bundle != payload hash (#3146)
  • make VerifyImageAttestation function public (#3156)
  • Switch to cryptoutils function for SANS (#3185)
  • Handle HTTP_1_1_REQUIRED errors in github provider (#3172)

Bug Fixes

  • Fix nondeterminsitic timestamps (#3121)

Documentation

  • doc: Add example of sign-blob with key in env var (#3152)
  • add deprecation notice for cosign-releases GCS bucket (#3148)
  • update doc links (#3186)

Others

  • Upgrade to go1.21 (#3188)
  • Updates ci tests (#3142)
  • test using latest release of scaffolding (#3187)
  • ci: free up disk space for the gh runner (#3169)
  • update go-github to v53 (#3116)
  • call e2e test for cosign attach (#3112)
  • bump build cross to use go1.20.6 and cosign image to 2.1.1 (#3108)
Changelog

Sourced from github.com/sigstore/cosign/v2's changelog.

v2.2.0

Enhancements

  • switch to uploading DSSE types to rekor instead of intoto (#3113)
  • add 'cosign sign' command-line parameters for mTLS (#3052)
  • improve error messages around bundle != payload hash (#3146)
  • make VerifyImageAttestation function public (#3156)
  • Switch to cryptoutils function for SANS (#3185)
  • Handle HTTP_1_1_REQUIRED errors in github provider (#3172)

Bug Fixes

  • Fix nondeterminsitic timestamps (#3121)

Documentation

  • doc: Add example of sign-blob with key in env var (#3152)
  • add deprecation notice for cosign-releases GCS bucket (#3148)
  • update doc links (#3186)

Others

  • Upgrade to go1.21 (#3188)
  • Updates ci tests (#3142)
  • test using latest release of scaffolding (#3187)
  • ci: free up disk space for the gh runner (#3169)
  • update go-github to v53 (#3116)
  • call e2e test for cosign attach (#3112)
  • bump build cross to use go1.20.6 and cosign image to 2.1.1 (#3108)

Contributors

  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Dmitry Savintsev
  • Hayden B
  • Hector Fernandez
  • Jason Hall
  • Jon Johnson
  • Jubril Oyetunji
  • Paulo Gomes
  • Priya Wadhwa
  • 张志强
Commits
  • 546f1c5 add changelog for v2.2.0 (#3198)
  • 126474c add mTLS to TSA for sign-blob command (#3200)
  • 5f747c2 chore(deps): bump github.com/buildkite/agent/v3 from 3.52.0 to 3.52.1 (#3204)
  • 2c5efb8 chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#3203)
  • d557f47 Add SECURITY.md file (#3201)
  • 1e9bac4 chore(deps): bump github.com/sigstore/timestamp-authority (#3199)
  • beefa3b Docs/update links (#3196)
  • b6c986f chore(deps): bump go.step.sm/crypto from 0.34.0 to 0.35.0 (#3194)
  • 8df14d8 chore(deps): bump google.golang.org/api from 0.137.0 to 0.138.0 (#3195)
  • fdb1496 chore(deps): bump github.com/buildkite/agent/v3 from 3.51.0 to 3.52.0 (#3193)
  • Additional commits viewable in compare view

Updates github.com/sigstore/rekor from 1.2.2 to 1.3.0

Release notes

Sourced from github.com/sigstore/rekor's releases.

v1.3.0

Changelog

  • ed3d0b1 changelog for v1.3.0 (#1657)
  • f0fe617 Update openapi.yaml (#1655)
  • be96b95 build(deps): Bump google/cloud-sdk from 4769605 to 648eb94 (#1656)
  • a0a4820 build(deps): Bump google/cloud-sdk from f656d61 to 4769605 (#1654)
  • 4c6df3e pass transient errors through retrieveLogEntry (#1653)
  • f3d6483 return full entryID on HTTP 409 responses (#1650)
  • 2934605 set min go version to 1.21 (#1651)
  • a9f538d build(deps): Bump github.com/go-playground/validator/v10 (#1648)
  • 3a89ae4 build(deps): Bump google/cloud-sdk from 443.0.0 to 444.0.0 (#1647)
  • 6208b39 build(deps): Bump google.golang.org/api from 0.135.0 to 0.138.0 (#1646)
  • a49cd04 feat: Support publishing new log entries to Pub/Sub topics (#1580)
  • 45bbaf0 build(deps): Bump gocloud.dev from 0.33.0 to 0.34.0 (#1645)
  • 7cc7f47 build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 (#1644)
  • 280efef build(deps): Bump github.com/sassoftware/relic/v7 from 7.6.0 to 7.6.1 (#1642)
  • ab09135 build(deps): Bump github.com/go-playground/validator/v10 (#1641)
  • ee5c702 build(deps): Bump go.step.sm/crypto from 0.34.0 to 0.35.0 (#1640)
  • a561d26 build(deps): Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 (#1639)
  • 13bbd9a build(deps): Bump github.com/sassoftware/relic/v7 from 7.5.9 to 7.6.0 (#1638)
  • 29e331b Upgrade to go1.21 (#1636)
  • 4e05235 build(deps): Bump github.com/sigstore/protobuf-specs from 0.2.0 to 0.2.1 (#1637)
  • 3e1715a Change values of Identity.Raw, add fingerprints (#1628)
  • c1e6614 build(deps): Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1634)
  • 08ea39a Extract all subjects from SANs for x509 verifier (#1632)
  • ea666c7 build(deps): Bump github.com/theupdateframework/go-tuf (#1631)
  • d78fdf4 build(deps): Bump github.com/sigstore/sigstore/pkg/signature/kms/azure (#1629)
  • 1da6c56 build(deps): Bump github.com/sassoftware/relic/v7 from 7.5.6 to 7.5.9 (#1630)
  • 6357794 build(deps): Bump github.com/sigstore/sigstore/pkg/signature/kms/aws (#1621)
  • 19b4bee build(deps): Bump github.com/sigstore/sigstore from 1.7.1 to 1.7.2 (#1623)
  • e65310e build(deps): Bump github.com/sigstore/sigstore/pkg/signature/kms/hashivault (#1622)
  • 52d5b4c build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0 (#1620)
  • 8d2424a build(deps): Bump github.com/sigstore/sigstore/pkg/signature/kms/gcp (#1624)
  • 4ba20c4 Fix type comment for Identity struct (#1619)
  • 0d88d22 build(deps): bump gocloud.dev from 0.32.0 to 0.33.0 (#1609)
  • e7b377a Refactor Identities API (#1611)
  • d954fef build(deps): bump github.com/go-playground/validator/v10 (#1617)
  • bd0db76 build(deps): bump github.com/sassoftware/relic/v7 from 7.5.5 to 7.5.6 (#1615)
  • e76446a build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 (#1614)
  • 753e020 build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#1616)
  • 50952a6 build(deps): bump go.step.sm/crypto from 0.33.0 to 0.34.0 (#1612)
  • 924fb3a build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 (#1608)
  • 8a25878 build(deps): bump golang from 1.20.6 to 1.20.7 (#1610)
  • 1ba7865 build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 (#1607)
  • a4b3120 build(deps): bump golang from cfc9d1b to 010a0ff (#1604)
  • fa379b0 build(deps): bump go.step.sm/crypto from 0.32.5 to 0.33.0 (#1602)
  • cbc9c44 Refactor Verifiers to return multiple keys (#1601)
  • 8a30776 build(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#1600)
  • 96dad3c build(deps): bump golang from 8e5a006 to cfc9d1b (#1588)
  • d51dea6 Update checkpoint link (#1597)

... (truncated)

Changelog

Sourced from github.com/sigstore/rekor's changelog.

v1.3.0

New Features

  • feat: Support publishing new log entries to Pub/Sub topics (#1580)
  • Change values of Identity.Raw, add fingerprints (#1628)
  • Extract all subjects from SANs for x509 verifier (#1632)
  • Fix type comment for Identity struct (#1619)
  • Refactor Identities API (#1611)
  • Refactor Verifiers to return multiple keys (#1601)

Quality Enhancements

  • set min go version to 1.21 (#1651)
  • Upgrade to go1.21 (#1636)

Bug Fixes

  • Update openapi.yaml (#1655)
  • pass transient errors through retrieveLogEntry (#1653)
  • return full entryID on HTTP 409 responses (#1650)
  • Update checkpoint link (#1597)
  • Use correct log index in inclusion proof (#1599)
  • remove instrumentation library (#1595)
  • pki: clean up fuzzer (#1594)
  • alpine: add max metadata size to fuzzer (#1571)

Contributors

  • AdamKorcz
  • Appu
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Ceridwen Coghlan
  • Hayden B
  • James Alseth
Commits
  • ed3d0b1 changelog for v1.3.0 (#1657)
  • f0fe617 Update openapi.yaml (#1655)
  • be96b95 build(deps): Bump google/cloud-sdk from 4769605 to 648eb94 (#1656)
  • a0a4820 build(deps): Bump google/cloud-sdk from f656d61 to 4769605 (#1654)
  • 4c6df3e pass transient errors through retrieveLogEntry (#1653)
  • f3d6483 return full entryID on HTTP 409 responses (#1650)
  • 2934605 set min go version to 1.21 (#1651)
  • a9f538d build(deps): Bump github.com/go-playground/validator/v10 (#1648)
  • 3a89ae4 build(deps): Bump google/cloud-sdk from 443.0.0 to 444.0.0 (#1647)
  • 6208b39 build(deps): Bump google.golang.org/api from 0.135.0 to 0.138.0 (#1646)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/sigstore/sigstore's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.7.2...v1.7.3

Commits
  • e759e0f build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1371)
  • c6f738b build(deps): bump hashicorp/vault from 1.14.1 to 1.14.2 in /test/e2e (#1370)
  • 74a4c9a add VerifySignature test, cleanup other tests and print statements (#1369)
  • 01dd5d4 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1368)
  • bf2d820 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1367)
  • df3ca86 build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1362)
  • 0007deb build(deps): bump github.com/aws/aws-sdk-go-v2/config (#1364)
  • 901129e build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1366)
  • f3fef76 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azk...
  • b103efe build(deps): bump github.com/jellydator/ttlcache/v3 (#1358)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/aws's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.7.2...v1.7.3

Commits
  • e759e0f build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1371)
  • c6f738b build(deps): bump hashicorp/vault from 1.14.1 to 1.14.2 in /test/e2e (#1370)
  • 74a4c9a add VerifySignature test, cleanup other tests and print statements (#1369)
  • 01dd5d4 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1368)
  • bf2d820 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1367)
  • df3ca86 build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1362)
  • 0007deb build(deps): bump github.com/aws/aws-sdk-go-v2/config (#1364)
  • 901129e build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1366)
  • f3fef76 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azk...
  • b103efe build(deps): bump github.com/jellydator/ttlcache/v3 (#1358)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/azure from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/azure's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.7.2...v1.7.3

Commits
  • e759e0f build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1371)
  • c6f738b build(deps): bump hashicorp/vault from 1.14.1 to 1.14.2 in /test/e2e (#1370)
  • 74a4c9a add VerifySignature test, cleanup other tests and print statements (#1369)
  • 01dd5d4 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1368)
  • bf2d820 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1367)
  • df3ca86 build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1362)
  • 0007deb build(deps): bump github.com/aws/aws-sdk-go-v2/config (#1364)
  • 901129e build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1366)
  • f3fef76 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azk...
  • b103efe build(deps): bump github.com/jellydator/ttlcache/v3 (#1358)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/gcp from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/gcp's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.7.2...v1.7.3

Commits
  • e759e0f build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1371)
  • c6f738b build(deps): bump hashicorp/vault from 1.14.1 to 1.14.2 in /test/e2e (#1370)
  • 74a4c9a add VerifySignature test, cleanup other tests and print statements (#1369)
  • 01dd5d4 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1368)
  • bf2d820 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1367)
  • df3ca86 build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1362)
  • 0007deb build(deps): bump github.com/aws/aws-sdk-go-v2/config (#1364)
  • 901129e build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1366)
  • f3fef76 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azk...
  • b103efe build(deps): bump github.com/jellydator/ttlcache/v3 (#1358)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore/pkg/signature/kms/hashivault from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/sigstore/sigstore/pkg/signature/kms/hashivault's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.7.2...v1.7.3

Commits
  • e759e0f build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1371)
  • c6f738b build(deps): bump hashicorp/vault from 1.14.1 to 1.14.2 in /test/e2e (#1370)
  • 74a4c9a add VerifySignature test, cleanup other tests and print statements (#1369)
  • 01dd5d4 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1368)
  • bf2d820 build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1367)
  • df3ca86 build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1362)
  • 0007deb build(deps): bump github.com/aws/aws-sdk-go-v2/config (#1364)
  • 901129e build(deps): bump github.com/aws/aws-sdk-go in /pkg/signature/kms/aws (#1366)
  • f3fef76 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azk...
  • b103efe build(deps): bump github.com/jellydator/ttlcache/v3 (#1358)
  • Additional commits viewable in compare view

Updates github.com/tektoncd/pipeline from 0.50.1 to 0.51.0

Release notes

Sourced from github.com/tektoncd/pipeline's releases.

Tekton Pipeline release v0.51.0 "Havana Brown Demerzel"

🎉 Co-schedule option and bugfixes 🎉

-Docs @ v0.51.0 -Examples @ v0.51.0

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.51.0/release.yaml

Attestation

The Rekor UUID for this release is 24296fb24b8ad77af0123195ea84840480151ea9735ca9e2f869d262e403dad6fa6c42c32bc04193

Obtain the attestation:

REKOR_UUID=24296fb24b8ad77af0123195ea84840480151ea9735ca9e2f869d262e403dad6fa6c42c32bc04193
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.51.0/release.yaml
REKOR_UUID=24296fb24b8ad77af0123195ea84840480151ea9735ca9e2f869d262e403dad6fa6c42c32bc04193
Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.51.0@sha256:" + .digest.sha256')
Download the release file
curl "$RELEASE_FILE" > release.yaml
For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Upgrade Notices

With this release, the minimun Kubernetes version supported is now 1.25.

Changes

Features

  • ✨ [TEP-0135] Coschedule per (Isolated) PipelineRun e2e support (#6927)

[TEP-0135]: Support coschedule: pipelineruns and coschedule: isolate-pipelinerun coschedule modes.

... (truncated)

Commits
  • 2299b15 Bump github.com/golangci/golangci-lint from 1.54.1 to 1.54.2 in /tools
  • 445734d Add webhook validation for remote Tasks
  • 7884311 fix: refine error resean with invalid pipelinename in taskrunspecs
  • 7554dcd Add service for Resolvers - metrics, probes and tracing
  • fff25b1 docs: Update references to examples from v1beta1 to v1
  • 1335e0e Bump github.com/golangci/golangci-lint from 1.54.0 to 1.54.1 in /tools
  • 6a857f7 [TEP-0135] Improve workspace related documentation
  • 9698ef7 Fix release pipeline (publish-to-bucket)
  • e62bb60 Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools
  • 6117b7a fix: add taskRunTemplate field validation
  • Additional commits viewable in compare view

Updates gocloud.dev/docstore/mongodocstore from 0.33.0 to 0.34.0

Release notes

Sourced from gocloud.dev/docstore/mongodocstore's releases.

v0.34.0

  • blob

    • fileblob: Added an option to avoid using os.TempDir for temp files.
    • gcsblob: Don't hard-fail if no DefaultCredentials are found.
  • aws/rds: Switch AWS RDS CA bundle to the officially documented URL

Commits
  • 22c0c79 all: prelease (#3308)
  • 55ed7f7 aws/rds: Switch AWS RDS CA bundle to the officially documented URL (#3307)
  • d6f90a4 Clean up deployment instructions a bit more
  • dfd6143 Update website deployment instructions
  • 62841e7 blob/gcsblob: Don't hard-fail if no DefaultCredentials are found (#3306)
  • 1b4bd15 blob/s3blob: Fix example (#3305)
  • 7298f99 all: update to go 1.21 (#3301)
  • dee61a5 blob/fileblob: Fix for URL parameter for no_tmp_dir option. (#3300)
  • cfe20ca blob/fileblob: Add docstring about tempdirs (#3296)
  • 9b62f46 blob/fileblob: Add an option to avoid using os.TempDir for temp files (#3295)
  • Additional commits viewable in compare view

Updates gocloud.dev/pubsub/kafkapubsub from 0.33.0 to 0.34.0

Release notes

Sourced from gocloud.dev/pubsub/kafkapubsub's releases.

v0.34.0

  • blob

    • fileblob: Added an option to avoid using os.TempDir for temp files.
    • gcsblob: Don't hard-fail if no DefaultCredentials are found.
  • aws/rds: Switch AWS RDS CA bundle to the officially documented URL

Commits
  • 22c0c79 all: prelease (#3308)
  • 55ed7f7 aws/rds: Switch AWS RDS CA bundle to the officially documented URL (#3307)
  • d6f90a4 Clean up deployment instructions a bit more
  • dfd6143 Update website deployment instructions
  • 62841e7 blob/gcsblob: Don't hard-fail if no DefaultCredentials are found (#3306)
  • 1b4bd15 blob/s3blob: Fix example (#3305)
  • 7298f99 all: update to go 1.21 (#3301)
  • dee61a5 blob/fileblob: Fix for URL parameter for no_tmp_dir option. (#3300)
  • cfe20ca blob/fileblob: Add docstring about tempdirs (#3296)
  • 9b62f46 blob/fileblob: Add an option to avoid using os.TempDir for temp files (#3295)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.12.0 to 0.13.0

Commits

Updates google.golang.org/grpc from 1.57.0 to 1.58.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.58.0

API Changes

See #6472 for details about these changes.

  • balancer: add StateListener to NewSubConnOptions for SubConn state updates and deprecate Balancer.UpdateSubConnState (#6481)
    • UpdateSubConnState will be deleted in the future.
  • balancer: add SubConn.Shutdown and deprecate Balancer.RemoveSubConn (#6493)
    • RemoveSubConn will be deleted in the future.
  • resolver: remove deprecated AddressType (#6451)
    • This was previously used as a signal to enable the "grpclb" load balancing policy, and to pass LB addresses to the policy. Instead, balancer/grpclb/state.Set() should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.
  • resolver: add new field Endpoints to State and deprecate Addresses (#6471)
    • Addresses will be deleted in the future.

New Features

  • balancer/leastrequest: Add experimental support for least request LB policy and least request configured as a custom xDS policy (#6510, #6517)
    • Set GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=true to enable
  • stats: Add an RPC event for blocking caused by the LB policy's picker (#6422)

Bug Fixes

  • clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (#6563)
  • grpc: fix a bug where the channel could erroneously report TRANSIENT_FAILURE when actually moving to IDLE (#6497)
  • balancergroup: do not cache closed sub-balancers by default; affects rls, weightedtarget and clustermanager LB policies (#6523)
  • client: fix a bug that prevented detection of RPC status in trailers-only RPC responses when using ClientStream.Header(), and prevented retry of the RPC (#6557)

Performance Improvements

  • client & server: Add experimental [With]SharedWriteBuffer to improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (#6309)
Commits
  • c2b0797 Change version to 1.58.0 (#6579)
  • 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (#6...
  • 5d1c0ae leastrequest: fix data race in leastrequest picker (#6606)
  • e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (#6591)
  • 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update o...
  • 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (#6...
  • 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (#6571)
  • d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (#6567)
  • fe1519e client: fix ClientStream.Header() behavior (#6557)
  • 8a2c220 cdsbalancer: test cleanup part 2/N (#6554)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignor...

Description has been truncated

Bumps the all group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/grafeas/grafeas](https://github.com/grafeas/grafeas) | `0.2.2` | `0.2.3` |
| [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) | `2.1.1` | `2.2.0` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) | `1.2.2` | `1.3.0` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.7.2` | `1.7.3` |
| [github.com/sigstore/sigstore/pkg/signature/kms/aws](https://github.com/sigstore/sigstore) | `1.7.2` | `1.7.3` |
| [github.com/sigstore/sigstore/pkg/signature/kms/azure](https://github.com/sigstore/sigstore) | `1.7.2` | `1.7.3` |
| [github.com/sigstore/sigstore/pkg/signature/kms/gcp](https://github.com/sigstore/sigstore) | `1.7.2` | `1.7.3` |
| [github.com/sigstore/sigstore/pkg/signature/kms/hashivault](https://github.com/sigstore/sigstore) | `1.7.2` | `1.7.3` |
| [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) | `0.50.1` | `0.51.0` |
| [gocloud.dev/docstore/mongodocstore](https://github.com/google/go-cloud) | `0.33.0` | `0.34.0` |
| [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.33.0` | `0.34.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.12.0` | `0.13.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.57.0` | `1.58.0` |


Updates `github.com/grafeas/grafeas` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/grafeas/grafeas/releases)
- [Changelog](https://github.com/grafeas/grafeas/blob/master/CHANGELOG.md)
- [Commits](grafeas/grafeas@v0.2.2...v0.2.3)

Updates `github.com/sigstore/cosign/v2` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/sigstore/cosign/releases)
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md)
- [Commits](sigstore/cosign@v2.1.1...v2.2.0)

Updates `github.com/sigstore/rekor` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.2.2...v1.3.0)

Updates `github.com/sigstore/sigstore` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.2...v1.7.3)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/aws` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.2...v1.7.3)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/azure` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.2...v1.7.3)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/gcp` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.2...v1.7.3)

Updates `github.com/sigstore/sigstore/pkg/signature/kms/hashivault` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.2...v1.7.3)

Updates `github.com/tektoncd/pipeline` from 0.50.1 to 0.51.0
- [Release notes](https://github.com/tektoncd/pipeline/releases)
- [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md)
- [Commits](tektoncd/pipeline@v0.50.1...v0.51.0)

Updates `gocloud.dev/docstore/mongodocstore` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.33.0...v0.34.0)

Updates `gocloud.dev/pubsub/kafkapubsub` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.33.0...v0.34.0)

Updates `golang.org/x/crypto` from 0.12.0 to 0.13.0
- [Commits](golang/crypto@v0.12.0...v0.13.0)

Updates `google.golang.org/grpc` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: github.com/grafeas/grafeas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sigstore/cosign/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/sigstore/rekor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/gcp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sigstore/sigstore/pkg/signature/kms/hashivault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/tektoncd/pipeline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gocloud.dev/docstore/mongodocstore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gocloud.dev/pubsub/kafkapubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Sep 7, 2023
@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign lcarva after the PR has been reviewed.
You can assign the PR to them by writing /assign @lcarva in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Sep 7, 2023
@tekton-robot
Copy link

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-tekton-chains-build-tests 480ee91 link true /test pull-tekton-chains-build-tests
pull-tekton-chains-unit-tests 480ee91 link true /test pull-tekton-chains-unit-tests
pull-tekton-chains-integration-tests 480ee91 link true /test pull-tekton-chains-integration-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 8, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/all-22134d8320 branch September 8, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant