enterprise-contract / ec-cli

Enterprise Contract command line interface
https://enterprisecontract.dev/docs/ec-cli/main/index.html
Apache License 2.0
26 stars 23 forks source link

build(deps): bump the all group across 1 directory with 5 updates #1652

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all group with 4 updates in the /acceptance directory: github.com/enterprise-contract/enterprise-contract-controller/api, github.com/sigstore/sigstore, github.com/tektoncd/pipeline and sigs.k8s.io/kustomize/api.

Updates github.com/enterprise-contract/enterprise-contract-controller/api from 0.1.46 to 0.1.47

Release notes

Sourced from github.com/enterprise-contract/enterprise-contract-controller/api's releases.

API Release api/v0.1.47

What's Changed

Full Changelog: https://github.com/enterprise-contract/enterprise-contract-controller/compare/api/v0.1.46...api/v0.1.47

Commits
  • 8b8d7be Merge pull request #341 from enterprise-contract/dependabot/github_actions/ac...
  • d1db73a Merge pull request #340 from enterprise-contract/dependabot/github_actions/gi...
  • d3db660 Merge pull request #339 from enterprise-contract/dependabot/github_actions/co...
  • 7fe254a Bump actions/checkout from 4.1.5 to 4.1.6
  • 1d8f08a Bump github/codeql-action from 3.25.5 to 3.25.6
  • 36061d8 Bump codecov/codecov-action from 4.3.1 to 4.4.1
  • 5c0827c Merge pull request #328 from enterprise-contract/dependabot/go_modules/sigs.k...
  • 710d23f Run go mod tidy
  • 95e86b1 Bump sigs.k8s.io/controller-runtime from 0.17.4 to 0.17.5 in /api
  • 0edbef7 Bump sigs.k8s.io/controller-runtime from 0.17.4 to 0.17.5
  • See full diff in compare view


Updates github.com/sigstore/sigstore from 1.8.3 to 1.8.4

Release notes

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

v1.8.4

What's Changed

New Contributors

Full Changelog: https://github.com/sigstore/sigstore/compare/v1.8.3...v1.8.4

Commits
  • 5cd937f build(deps): Bump github.com/hashicorp/vault/api
  • 96fc144 build(deps): Bump the all group in /pkg/signature/kms/gcp with 2 updates
  • 2b99005 build(deps): Bump the all group in /pkg/signature/kms/aws with 3 updates
  • fa5d64b sync go mod
  • 186a1e5 build(deps): Bump the all group across 1 directory with 4 updates
  • 1ba2030 Fix Hashicorp Vault KMS to use PKCS1 v1.5
  • ec88c0b ---
  • bbe51a7 ---
  • 1d8a874 ---
  • acb4db4 build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  • Additional commits viewable in compare view


Updates github.com/tektoncd/pipeline from 0.59.0 to 0.60.0

Release notes

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

Tekton Pipeline release v0.60.0 "Chinchilla Tobor"

🎉 Artifacts through Sidecar Logs and Concise Resolver Syntax(Stage I)🎉

-Docs @ v0.60.0 -Examples @ v0.60.0

Installation one-liner

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

Attestation

The Rekor UUID for this release is 24296fb24b8ad77a0f4210b40d70db3c3f419f177c49cdf9af22ac6e6f490d1141db7ca4ecb37796

Obtain the attestation:

REKOR_UUID=24296fb24b8ad77a0f4210b40d70db3c3f419f177c49cdf9af22ac6e6f490d1141db7ca4ecb37796
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.60.0/release.yaml
REKOR_UUID=24296fb24b8ad77a0f4210b40d70db3c3f419f177c49cdf9af22ac6e6f490d1141db7ca4ecb37796

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.60.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

Changes

Features

  • :sparkles: feat: Surface artifacts through sidecar container logs. (#7883)

Surface artifacts through sidecar container logs.

... (truncated)

Changelog

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

Tekton Pipeline Releases

Release Frequency

Tekton Pipelines follows the Tekton community [release policy][release-policy] as follows:

  • Versions are numbered according to semantic versioning: vX.Y.Z
  • A new release is produced on a monthly basis
  • Four releases a year are chosen for long term support (LTS). All remaining releases are supported for approximately 1 month (until the next release is produced)
    • LTS releases take place in January, April, July and October every year
    • The first Tekton Pipelines LTS release will be v0.41.0 in October 2022
    • Releases happen towards the middle of the month, between the 13th and the 20th, depending on week-ends and readiness

Tekton Pipelines produces nightly builds, publicly available on gcr.io/tekton-nightly.

Transition Process

Before release v0.41 Tekton Pipelines has worked on the basis of an undocumented support period of four months, which will be maintained for the releases between v0.37 and v0.40.

Release Process

Tekton Pipeline releases are made of YAML manifests and container images. Manifests are published to cloud object-storage as well as [GitHub][tekton-pipeline-releases]. Container images are signed by [Sigstore][sigstore] via [Tekton Chains][tekton-chains]; signatures can be verified through the [public key][chains-public-key] hosted by the Tekton Chains project.

Further documentation available:

  • The Tekton Pipeline [release process][tekton-releases-docs]
  • [Installing Tekton][tekton-installation]
  • Standard for [release notes][release-notes-standards]

Release

v0.60

  • Latest Release: [v0.60.0][v0.60-0] (2024-05-22) ([docs][v0.60-0-docs], [examples][v0.60-0-examples])
  • Initial Release: [v0.60.0][v0.60-0] (2024-05-22)
  • End of Life: 2024-06-22
  • Patch Releases: [v0.60.0][v0.60-0]

v0.59 (LTS)

... (truncated)

Commits
  • d649ded ---
  • bef4eef ---
  • 4b6fcd4 ---
  • fceed89 chore(deps): bump github.com/containerd/containerd from 1.7.15 to 1.7.17
  • 4631a71 ---
  • 2261ae2 ---
  • 4573753 Fix: Faulty Remote Resource Accepted by Remote Resolution
  • 3dab35e minor followup to PR 7894
  • 1b74ff3 Propagate params in pipelines
  • 13f45bf allow for retry on typically transient k8s errors in both core controller and...
  • Additional commits viewable in compare view


Updates sigs.k8s.io/kustomize/api from 0.17.1 to 0.17.2

Release notes

Sourced from sigs.k8s.io/kustomize/api's releases.

api/v0.17.2

Feature

#5294: feat: localize absolute paths #5556: feat: support labels key in transformer configuration

Bug fixes/Performance improvements

#5079: perf: improve applyOrdering by avoid call to GetByCurrentId #5500: add testcase that check yield malformed yaml errors

chore

#5625: fix: return error instead of log.Fatalf() #5651: fix: use fmt.Errorf instead of non-existing errors.New

Dependencies

#5672: chore(deps): bump dependencies of kustomize + sync go workspace #5680: chore: restore version for github.com/asaskevich/govalidator #5702: Update kyaml to v0.17.1

Commits
  • 9cc25a5 Merge pull request #5703 from koba1t/pinToCmdConfig
  • f6ad718 Update cmd/config to v0.14.1
  • da14e76 Merge pull request #5702 from koba1t/pinToKyaml
  • 7424956 Update kyaml to v0.17.1
  • e244b83 Merge pull request #5688 from emirot/refactor/indexOf
  • f983846 refactor: function in stdlib now
  • 49a645f Merge pull request #5294 from typeid/localize_absolute_paths
  • e7a1549 fix: use fmt.Errorf instead of non-existing errors.New (#5651)
  • 0d7d830 Merge pull request #5681 from emirot/remove-string-in-slice
  • e676d05 Merge pull request #5500 from charles-chenzz/kust-target-tc
  • Additional commits viewable in compare view


Updates sigs.k8s.io/kustomize/kyaml from 0.17.0 to 0.17.1

Release notes

Sourced from sigs.k8s.io/kustomize/kyaml's releases.

api/v0.17.1

#5644: fix version subcommand is not working after release build

kyaml/v0.17.1

Dependencies

#5672: chore(deps): bump dependencies of kustomize + sync go workspace #5680: chore: restore version for github.com/asaskevich/govalidator

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | github.com/tektoncd/pipeline | [>= 0.43.a, < 0.44] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions