Releases: cloudposse/github-action-matrix-outputs-read
v1.0.0
v0.1.2
Update actions/checkout action to v4 @renovate (#18)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
actions/checkout (actions/checkout)
v4
Update cloudposse/github-action-matrix-outputs-write action to v0.5.0 @renovate (#22)
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
cloudposse/github-action-matrix-outputs-write (cloudposse/github-action-matrix-outputs-write)
v0.5.0
fix(deps): update dependency @actions/artifact to v2.1.1 @renovate (#35)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | 2.0.0 -> 2.1.1 |
Release Notes
actions/toolkit (@​actions/artifact)
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
fix(deps): update dependency yaml to v2.3.4 @renovate (#23)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
yaml (source) | 2.3.1 -> 2.3.4 |
Release Notes
eemeli/yaml (yaml)
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(deps): update dependency @actions/core to v1.10.1 @renovate (#26)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/core (source) | 1.10.0 -> 1.10.1 |
Release Notes
fix(deps): update dependency @actions/artifact to v2 @renovate (#29)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@actions/artifact (source) | ^1.1.1 -> ^2.0.0 |
Release Notes
actions/toolkit (@​actions/artifact)
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 AP...
v0.1.1
Fix tests and readme @goruha (#12)
what
- Fix tests
why
- Order of JSON fields is random, so we can not use them in tests
Update cloudposse/github-action-matrix-outputs-write action to v0.3.0 @renovate (#10)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-matrix-outputs-write | action | minor | 0.2.0 -> 0.3.0 |
Release Notes
cloudposse/github-action-matrix-outputs-write
v0.3.0
Test multiple outputs @goruha (#7)
what
- Fix read
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#9)
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.1.0
Update cloudposse/github-action-matrix-outputs-write action to v0.2.0 @renovate (#7)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-matrix-outputs-write | action | minor | 0.1.0 -> 0.2.0 |
Release Notes
cloudposse/github-action-matrix-outputs-write
v0.2.0
Fix outputs @goruha (#6)
what
- Fix outputs to operate as proxy
Update cloudposse/actions action to v0.31.0 @renovate (#3)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/actions | action | minor | 0.30.0 -> 0.31.0 |
Release Notes
cloudposse/actions
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: cloudposse/actions@0.30.0...0.31.0
Update actions/checkout action to v3 @renovate (#4)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v2 -> v3 |
Release Notes
actions/checkout
v3
Configure Renovate @renovate (#1)
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/auto-readme.yml
(github-actions).github/workflows/feature-branch.yml
(github-actions).github/workflows/main-branch.yaml
(github-actions).github/workflows/test-negative.yml
(github-actions).github/workflows/test-positive.yml
(github-actions)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- If Renovate detects semantic commits, it will use semantic commit type
fix
for dependencies andchore
for all others. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Autodetect whether to pin dependencies or maintain ranges.
- Rate limit PR creation to a maximum of two per hour.
- Limit to maximum 10 open PRs at any time.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- A collection of workarounds for known problems with packages.
🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json
in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
Update cloudposse/actions action to v0.31.0
- Schedule: ["at any time"]
- Branch name:
renovate/cloudposse-actions-0.x
- Merge into:
main
- Upgrade cloudposse/actions to
0.31.0
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x
- Merge into:
main
- Upgrade actions/checkout to
v3
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.
Update actions/checkout action to v3 @renovate (#8)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v2 -> v3 |
Release Notes
actions/checkout
v3
Configure Renovate @renovate (#1)
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/auto-readme.yml
(github-actions).github/workflows/feature-branch.yml
(github-actions).github/workflows/main-branch.yaml
(github-actions).github/workflows/test-negative.yml
(github-actions).github/workflows/test-positive.yml
(github-actions)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- If Renovate detects semantic commits, it will use semantic commit type
fix
for dependencies andchore
for all others. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Autodetect whether to pin dependencies or maintain ranges.
- Rate limit PR creation to a maximum of two per hour.
- Limit to maximum 10 open PRs at any time.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- A collection of workarounds for known problems with packages.
🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json
in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
Update cloudposse/actions action to v0.31.0
- Schedule: ["at any time"]
- Branch name:
renovate/cloudposse-actions-0.x
- Merge into:
main
- Upgrade cloudposse/actions to
0.31.0
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x
- Merge into:
main
- Up...