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

Update #2

Merged
merged 16 commits into from
Feb 8, 2024
Merged

Update #2

merged 16 commits into from
Feb 8, 2024

Conversation

acobaugh
Copy link
Contributor

@acobaugh acobaugh commented Feb 8, 2024

No description provided.

steven-sheehy and others added 16 commits March 2, 2023 16:29
Signed-off-by: Steven Sheehy <[email protected]>
Signed-off-by: Jan Weyrich <[email protected]>
If no change on the chart was detected the linting should not be executed

related to #105

Signed-off-by: Marco Lecheler <[email protected]>
* docs: use GITHUB_OUTPUT than set-output

see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Signed-off-by: Marco Lecheler <[email protected]>

* docs: use actions/checkout@v3

Update example workflow to use latest version of checkout

Signed-off-by: Marco Lecheler <[email protected]>

* fix: add quotes to GITHUB_OUTPUT

Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
Signed-off-by: Marco Lecheler <[email protected]>

---------

Signed-off-by: Marco Lecheler <[email protected]>
Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
…#116)

* use cosign to verify the release artifact

Signed-off-by: cpanato <[email protected]>

* bump chart-testing to v3.8.0

Signed-off-by: cpanato <[email protected]>

---------

Signed-off-by: cpanato <[email protected]>
* Url based on arch 

Signed-off-by: Ludea <[email protected]>

* arm64 instead of aarch64 

Signed-off-by: Ludea <[email protected]>

* Default to amd64 

Signed-off-by: Ludea <[email protected]>

---------

Signed-off-by: Ludea <[email protected]>
* add dependabot config

Signed-off-by: cpanato <[email protected]>

* bump ct to release v3.9.0 and make the input variables similar to each other

Signed-off-by: cpanato <[email protected]>

---------

Signed-off-by: cpanato <[email protected]>
…3953c65 to 6e04d228eb30da1757ee4e1dd75a0ec73a653e06 (#125)

* Bump sigstore/cosign-installer

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from c3667d99424e7e6047999fb6246c0da843953c65 to 6e04d228eb30da1757ee4e1dd75a0ec73a653e06.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@c3667d9...6e04d22)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update action.yml

Signed-off-by: Carlos Tadeu Panato Junior <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Carlos Tadeu Panato Junior <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@6e04d22...11086d2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: bump helm/kind-action version

Signed-off-by: Kévin Dunglas <[email protected]>

* Update README.md

Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
Signed-off-by: Kévin Dunglas <[email protected]>

---------

Signed-off-by: Kévin Dunglas <[email protected]>
Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
Bumps the actions group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).

- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@11086d2...1fc5bd3)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the actions group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).

- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@1fc5bd3...9614fae)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@acobaugh acobaugh merged commit 41c8f8c into main Feb 8, 2024
4 checks passed
@acobaugh acobaugh deleted the update branch February 8, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants