Skip to content

Releases: cloudposse/github-action-atmos-get-setting

v0.3.1

17 Aug 18:00
c05c241
Compare
Choose a tag to compare
Revert Quote Change @milldr (#11)

what

  • revert change that added quotes to output result
  • remove quotes from test case

why

  • #6 unintentionally added quotes around the returned result
  • Revert test case to match expected result

references

Update cloudposse/github-action-setup-atmos action to v1.0.2 @renovate (#7)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-setup-atmos action patch v1.0.0 -> 1.0.2

Release Notes

cloudposse/github-action-setup-atmos (cloudposse/github-action-setup-atmos)

v1.0.2

Compare Source

No changes. Just re-triggering major release tagger.

v1.0.1

Compare Source

Fixed readme and added major release tagger @​zdmytriv (#​21)

what

  • Fixed readme
  • Added major release tagger

why

  • Fixed readme
  • Added major release tagger

references


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

This PR contains the following updates:

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

Release Notes

cloudposse/actions (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

v0.31.0: Update Alpine-based actions to Alpine 3.16

Compare Source

What's Changed

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


Update actions/checkout action to v3 @renovate (#10)

This PR contains the following updates:

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

Release Notes

actions/checkout (actions/checkout)

v3

Compare Source


v0.3.0

26 Jul 01:48
01c6cdb
Compare
Choose a tag to compare
Support Derived Components @milldr (#6)

what

  • Add support for derived components with multiple definitions of a setting

why

  • Fix broken action. If a component has the setting defined at multiple levels (defaults, base component, derived component), this action returns a list, not the last value.
  • Return the last value given

references

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/release-published.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
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced 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 3 Pull Requests:

Update cloudposse/github-action-setup-atmos action to v1.0.2
Update cloudposse/actions action to v0.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloudposse-actions-0.x
  • Merge into: main
  • Upgrade cloudposse/actions to 0.33.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

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ 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.

v0.2.0

12 Jun 09:10
ab2c5ff
Compare
Choose a tag to compare
Added major release tagger @zdmytriv (#5)

what

  • Added major release tagger github action that will manager v tags.

why

  • Added major release tagger github action that will manager v tags.

references

v0.1.0

05 Apr 03:04
6793b52
Compare
Choose a tag to compare
Bug/fix multi path key quoting @mcalhoun (#4)

what

  • Fix a bug where the settings-path wasn't always being selected properly
  • Simplify the jq path walking

why

  • Bug

0.0.2

30 Mar 19:28
f9302ef
Compare
Choose a tag to compare

Deploy to GitHub Action Marketplace

0.0.1

30 Mar 19:26
f9302ef
Compare
Choose a tag to compare

Initial Release

Initial release of the action