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

chore(deps): update cloudposse/github-action-yaml-config-query action to v1 #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-yaml-config-query action major 0.1.3 -> v1.0.0

Release Notes

cloudposse/github-action-yaml-config-query (cloudposse/github-action-yaml-config-query)

v1.0.0

Compare Source

Rewrite action to typescript @​goruha (#​24)

what

  • Rewrite action from docker-backed to typescript

why

  • Do not build a docker image to avoid hitting hub.docker.com
  • Improve performance

Migration v0 to v1

There is an issue The query contains true or false fails with an error.
A workaround is to use a quote around "true" and "false" in a query.

To migrate from v0 to v1, quote all true and false in your queries.
Ex.: query: .true replace with query: ."true"

Pay attention that substitutions in GitHub actions could also resolved as true or false and have to be quoted.

Ex.: query: .${{ inputs.from == '' }} replace with query: ."${{ inputs.from == '' }}"

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @​osterman (#​22)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • Add comment to PR when it is released
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​20)

what

  • Update workflows (.github/workflows/settings.yaml) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​19)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners

v0.1.4

Compare Source

Update public.ecr.aws/docker/library/alpine Docker tag to v3.19.1 @​renovate (#​15)

This PR contains the following updates:

Package Type Update Change
public.ecr.aws/docker/library/alpine final minor 3.17.3 -> 3.19.1

Update actions/checkout action to v4 @​renovate (#​16)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4

Release Notes
actions/checkout (actions/checkout)
v4

Compare Source


Update nick-fields/assert-action action to v2 @​renovate (#​18)

This PR contains the following updates:

Package Type Update Change
nick-fields/assert-action action major v1 -> v2

Release Notes
nick-fields/assert-action (nick-fields/assert-action)
v2

Compare Source


Update cloudposse/actions action to v0.33.0 @​renovate (#​13)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.0 -> 0.33.0

Release Notes
cloudposse/actions
v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed
New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0


🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​17)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

Update README.md and docs @​cloudpossebot (#​12)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants