Open renovate[bot] opened 2 months ago
[!IMPORTANT]
Cloud Posse Engineering Team Review Required
This pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes.
To expedite this process, reach out to us on Slack in the
#pr-reviews
channel.
This PR contains the following updates:
0.1.4
->v1.0.0
Release Notes
cloudposse/github-action-yaml-config-query (cloudposse/github-action-yaml-config-query)
### [`v1.0.0`](https://redirect.github.com/cloudposse/github-action-yaml-config-query/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/cloudposse/github-action-yaml-config-query/compare/0.1.4...v1.0.0)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](https://redirect.github.com/alexxander/jq-tools/issues/4). 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 == '' }}"`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 releasedUse 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 workflowsUse GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#19)
#### what - Update workflows (`.github/workflows/settings.yaml`) #### why - Support new readme generation workflow. - Generate bannersConfiguration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.