Matrix outputs - read
Version updated for cloudposse/github-action-matrix-outputs-read to version 0.1.2.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 70 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
v4
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-matrix-outputs-write | action | minor | 0.4.2 -> 0.5.0 |
Release Notes
v0.5.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | 2.0.0 -> 2.1.1 |
Release Notes
v2.1.1
- Updated
isGhes
check to include.ghe.com
and.ghe.localhost
as accepted hosts
v2.1.0
- Added
ArtifactClient#deleteArtifact
to delete artifacts by name #1626 - Update error messaging to be more useful #1628
v2.0.1
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
yaml (source) | 2.3.1 -> 2.3.4 |
Release Notes
v2.3.4
- Do not throw for carriage return in tag shorthand (#501)
v2.3.3
- Do not throw error on malformed URI escape in tag (#498)
v2.3.2
- Fix docs typo (#489)
- Do not require quotes for implicit keys with flow indicators (#494)
- Update Prettier to v3 & update ESLint config
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/core (source) | 1.10.0 -> 1.10.1 |
Release Notes
v1.10.1
- Fix error message reference in oidc utils #1511
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | ^1.1.1 -> ^2.0.0 |
Release Notes
v2.1.1
- Updated
isGhes
check to include.ghe.com
and.ghe.localhost
as accepted hosts
v2.1.0
- Added
ArtifactClient#deleteArtifact
to delete artifacts by name #1626 - Update error messaging to be more useful #1628
v2.0.1
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249
v2.0.0
Major release. Supports new Artifact backend for improved speed, reliability and behavior.
Numerous API changes, some breaking.
Blog post with more info: TBD
what
- Updates Node version used by this action to v20
why
- v16 is EOL and Github deprecated it: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
references
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
v4
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nick-fields/assert-action | action | major | v1 -> v2 |
Release Notes
v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
yaml (source) | 2.2.1 -> 2.3.1 |
Release Notes
v2.3.1
- Drop npm from package.json
"engines"
config (#476)
v2.3.0
This release corresponds with the release of yaml-types
v0.2.0, an expanding library of custom tags or types for use with yaml
.
This release contains no changes from v2.3.0-5, and the notes below include all changes from the v2.3.0-x prereleases.
Custom Tag Improvements
- Add export of
createNode()
&createPair()
to'yaml/util'
(#457) - Add static
from()
methods to simplify tag development, and otherwise make extending custom collections easier (#467)
TypeScript Improvements
- Add a second optional generic type argument
Strict
toDocument
instances. (#441) - Add types exports for TypeScript (#463)
- Export
StringifyContext
type from'yaml/util'
(#464)
Other New Features
- Add a
toJS(doc, options?)
method to nodes (#451, #458) - Set explicit tag during
createNode()
for non-default tags (#464)
Bugfixes
- Use correct argument order when stringifying flow collection comments (#443)
- Improve first-line folding for block scalars (#422)
v2.2.2
This patch release includes a fix for an error that could be thrown in parseDocument
for degenerate input. Otherwise, it’s a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:
- Corner case failure in error pretty-printer (CVE-2023-2251)
- Use correct argument order when stringifying flow collection comments (#443)
- First-line folding for block scalars (#422)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dcarbone/install-jq-action | action | major | v1.0.0 -> v2.1.0 |
Release Notes
v2.1.0
What’s Changed
- Support running action inside containers by @TaxBusby in https://github.com/dcarbone/install-jq-action/pull/10
New Contributors
- @TaxBusby made their first contribution in https://github.com/dcarbone/install-jq-action/pull/10
Full Changelog: https://github.com/dcarbone/install-jq-action/compare/v2.0.2...v2.1.0
v2.0.2
What’s Changed
- use curl instead of wget to avoid download failure on macOS by @vaidyakhil in https://github.com/dcarbone/install-jq-action/pull/8
New Contributors
- @vaidyakhil made their first contribution in https://github.com/dcarbone/install-jq-action/pull/8
Full Changelog: https://github.com/dcarbone/install-jq-action/compare/v2.0.1...v2.0.2
v2.0.1
What’s Changed
- using macos as dl link os prefix in lieu of osx by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/7
Full Changelog: https://github.com/dcarbone/install-jq-action/compare/v2.0.0...v2.0.1
v2.0.0
What’s Changed
- quick & dirty 1.7 support by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/4
New Contributors
- @dcarbone made their first contribution in https://github.com/dcarbone/install-jq-action/pull/4
Full Changelog: https://github.com/dcarbone/install-jq-action/compare/v1.0.1...v2.0.0
v1.0.1
What’s Changed
- Add
exec
permissions for installed jq by @goruha in https://github.com/dcarbone/install-jq-action/pull/1
New Contributors
- @goruha made their first contribution in https://github.com/dcarbone/install-jq-action/pull/1
Full Changelog: https://github.com/dcarbone/install-jq-action/compare/v1.0.0...v1.0.1
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nick-fields/assert-action | action | major | v1 -> v2 |
Release Notes
v2
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/actions | action | minor | 0.30.0 -> 0.33.0 |
Release Notes
v0.33.0
v0.32.0
: 0.32.0 Update cloned actions
What’s Changed
- Use args with status updater instead of env vars, update checkout to v3 by @Nuru in https://github.com/cloudposse/actions/pull/133
- Renamed access token by @zdmytriv in https://github.com/cloudposse/actions/pull/137
- Update cloned GitHub actions by @Nuru in https://github.com/cloudposse/actions/pull/136
- Update cloned actions to current by @Nuru in https://github.com/cloudposse/actions/pull/138
New Contributors
- @zdmytriv made their first contribution in https://github.com/cloudposse/actions/pull/137
Full Changelog: https://github.com/cloudposse/actions/compare/0.31.0...0.32.0
v0.31.0
: Update Alpine-based actions to Alpine 3.16
What’s Changed
- ci: add injection of CloudFlare secrets by @SweetOps in https://github.com/cloudposse/actions/pull/111
- Add support for Terraform versions 0.15 and 1.x by @Nuru in https://github.com/cloudposse/actions/pull/118
- test-harness uses different grep than Geodesic default by @Nuru in https://github.com/cloudposse/actions/pull/119
- Update bats and terratest testing for Terraform 1.x by @Nuru in https://github.com/cloudposse/actions/pull/121
- Choose Terraform version based requirements of test, not of module by @Nuru in https://github.com/cloudposse/actions/pull/132
- chore(deps): update dependency alpine to v3.16 by @renovate in https://github.com/cloudposse/actions/pull/113
Full Changelog: https://github.com/cloudposse/actions/compare/0.30.0...0.31.0
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-matrix-outputs-write | action | minor | 0.3.0 -> 0.4.2 |
Release Notes
v0.4.2
🚀 Enhancements
what
- Fix the action fail if
matrix-step-name
is empty, which is the correct input fornon-matrix
mode
why
- Fix
Ref
- ttps://github.com/cloudposse/github-actions-workflows/blob/main/.github/workflows/ci-dockerized-app-promote.yml
🤖 Automatic Updates
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
v0.4.1
The json creation was using "matrix_key"
as a string literal instead of referencing the matrix_key
variable that gets set from the input. This PR fixes the issue.
Before this action on v0.4.0
would write the following json:
{"matrix_key":{"url":"https://frontend-auth.url.com/","paths":"Application:\n","fd_name":"frontend-auth"}}
With this PR it writes the following, which matches the behavior of v0.3.1
:
{"frontend-auth":{"url":"https://frontend-auth.url.com/","paths":"Application:\n","fd_name":"frontend-auth"}}
This was tested on a private repository so I can’t share the full build, but hopefully the above is enough information.
Related slack message in SweetOps Slack: https://sweetops.slack.com/archives/CQA2BH8AG/p1682360941807629?thread_ts=1681319531.187979&cid=CQA2BH8AG
We should probably update the release notes of v0.4.0
to indicate that it is a broken version and is not compatible with the github-action-matrix-outputs-read
action.
cc: @goruha
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/actions | action | minor | 0.31.0 -> 0.33.0 |
Release Notes
v0.33.0
v0.32.0
: 0.32.0 Update cloned actions
What’s Changed
- Use args with status updater instead of env vars, update checkout to v3 by @Nuru in https://github.com/cloudposse/actions/pull/133
- Renamed access token by @zdmytriv in https://github.com/cloudposse/actions/pull/137
- Update cloned GitHub actions by @Nuru in https://github.com/cloudposse/actions/pull/136
- Update cloned actions to current by @Nuru in https://github.com/cloudposse/actions/pull/138
New Contributors
- @zdmytriv made their first contribution in https://github.com/cloudposse/actions/pull/137
Full Changelog: https://github.com/cloudposse/actions/compare/0.31.0...0.32.0
v0.4.0
what
- Fix special chars issue
Hey all, I am attempting to use the github-action-matrix-outputs-write
github action and facing an unexpected error that I’m hoping I can get some assistance with. Here is the usage of the action:
- uses: cloudposse/github-action-matrix-outputs-write@0.3.1
if: ${{ inputs.monorepo == 'true' }}
id: out
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ env.APPLICATION_NAME }}
outputs: |-
comment: ${{ env.URL }}
This is the error I’m getting
Error: bad file '-': yaml: mapping values are not allowed in this context
Here’s some more output:
Copying to tool cache
Run JSON=$(echo "comment: URL for deploy: https://frontend-docs-259.website.dev/" | yq '. + {}' -o json | jq . -c -M -e)
JSON=$(echo "comment: URL for deploy: https://frontend-docs-259.website.dev/" | yq '. + {}' -o json | jq . -c -M -e)
echo "result=${JSON}" >> $GITHUB_OUTPUT
references
🤖 Automatic Updates
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
v0.3.1
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dcarbone/install-yq-action | action | patch | v1.0.0 -> v1.0.1 |
Release Notes
v1.0.1
Full Changelog: https://github.com/dcarbone/install-yq-action/compare/v1.0.0...v1.0.1
🤖 Automatic Updates
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
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
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
🤖 Automatic Updates
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