Skip to content

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

v1.2.2

21 May 22:35
Compare
Choose a tag to compare
Pin setup atmos github action @goruha (#54) ## what * Pin `setup-Atmos-action@v2` * Remove `dist` from `.gitignore`

why

references

  • DEV-381: Everything that uses setup-Atmos-action should point to v2

🤖 Automatic Updates

Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#53) ## 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 (#50) ## what - Update workflows (`.github/workflows/settings.yaml`)

why

  • Support new readme generation workflow.
  • Generate banners

v1.2.1

03 Mar 13:48
1ce5ff9
Compare
Choose a tag to compare
Update dependency eslint to v8.57.0 @renovate (#41)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores


Update dependency eslint-plugin-jest to v27.9.0 @renovate (#42)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest 27.6.3 -> 27.9.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

Update dependency yaml to v2.4.0 @renovate (#43)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yaml (source) 2.3.4 -> 2.4.0 age adoption passing confidence

Release Notes

eemeli/yaml (yaml)

v2.4.0

Compare Source

  • Add a command-line tool (#​523)
  • Use the lineWidth option for line breaking in flow collections (#​522)

Read more

v1.2.0

22 Jan 22:45
0e36576
Compare
Choose a tag to compare
Update dependency msw to v2.1.3 @renovate (#24)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msw (source) 2.1.2 -> 2.1.3 age adoption passing confidence

Release Notes

mswjs/msw (msw)

v2.1.3

Compare Source

v2.1.3 (2024-01-22)

Bug Fixes

Update dependency dotenv to v16.3.2 @renovate (#23)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv 16.3.1 -> 16.3.2 age adoption passing confidence

Release Notes

motdotla/dotenv (dotenv)

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

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

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


Add/back shared workflow @mcalhoun (#26)

what

Add back missing workflow

add back missing workflow @mcalhoun (#25)

what

Add back main branch work flow that was accidentally deleted

add multi-key support @mcalhoun (#22)

what

Add the ability to specify multiple paths to retrieve along with the shape of the returned object

why

We have found users who are calling this action multiple times and then using jq to assemble the various outputs into a different object.

v1.1.0

10 Jan 20:39
a5bee0c
Compare
Choose a tag to compare
Pin atmos setup action @goruha (#21)

what

  • Pin atmos setup action

v1.0.0

13 Dec 00:15
faa6886
Compare
Choose a tag to compare
Get any info from atmos describe component @goruha (#17)

what

  • Remove restriction to settings section.

Why

  • To reuse this action for fetching component_info.component_path settings

Migrating from v0 to v1

Starting from v1 the action is no longer restricted to retrieving the component config from only the settings section..
If you want the same behavior in v1 as inv0, you should add the settings prefix to the value of the settings-path variable.

  - name: Get Atmos Setting for Secret ARN
    uses: cloudposse/github-action-atmos-get-setting@v1
    id: example
    with:
      component: foo
      stack: core-ue1-dev
      settings-path: settings.secrets-arn  

same behaviour as

  - name: Get Atmos Setting for Secret ARN
    uses: cloudposse/github-action-atmos-get-setting@v0
    id: example
    with:
      component: foo
      stack: core-ue1-dev
      settings-path: secrets-arn  

v0.4.1

03 Oct 09:33
4c121e3
Compare
Choose a tag to compare

🚀 Enhancements

Fix output file handling for components that contain slashes @osterman (#14)

what

  • Slash slashes in the path

why

  • Components may contain slashes (e.g. eks/cluster), which will cause redirection to the $OUTPUT_FILE to fail if the directory does not exist.

CleanShot 2023-09-14 at 15 30 57

v0.4.0

05 Sep 21:29
54fbb6c
Compare
Choose a tag to compare
Do not fail on missing component @zdmytriv (#12)

what

  • Do not fail on missing component

why

  • This action should not fail if component is missing

references

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