Skip to content

Releases: cloudposse/github-action-interface-environment

v0.4.0

08 Feb 22:12
aa4a2d6

Choose a tag to compare

Update nick-fields/assert-action action to v2 - autoclosed @renovate (#15)

This PR contains the following updates:

Package Type Update Change
nick-fields/assert-action action major v1 -> v2

Release Notes

nick-fields/assert-action (nick-fields/assert-action)

v2

Compare Source


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


v0.3.0

06 Dec 20:53
42766f4

Choose a tag to compare

Feature: any file name @Benbentwo (#14)

what

  • adds new variable that allows a specific filename to be used as an input.

why

  • Removes restrictions that this action could only point to a folder with a file named action.yaml instead we can now have a folder of many files and specify which action we want to run.

references

  • N/A

v0.2.1

16 Aug 13:34
19e3aed

Choose a tag to compare

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

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.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-archives/actions@0.31.0...0.32.0


Update github output syntax @max-lobur (#11)

what

Update github output syntax

why

Following github docs

references

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

🤖 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.2.0

10 Nov 15:21
ee8e32b

Choose a tag to compare

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

This PR contains the following updates:

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

Release Notes

actions/checkout

v3

Compare Source


Update cloudposse/actions action to v0.31.0 @renovate (#5)

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

Compare Source

What's Changed

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


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-dev-environment.yml (github-actions)
  • .github/workflows/test-staging-environment.yml (github-actions)
  • action.yml (github-actions)

Configuration

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

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.

Extend interface environment inputs @goruha (#4)

what

  • Added inputs repository , application, attributes
  • Added outputs ssm-path

why

  • Some environments required more inputs

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#8)

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

Update README.md and docs @cloudpossebot (#3)

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

22 Aug 15:31
80dff2e

Choose a tag to compare

Init Action @goruha (#2)

what

  • Added environment interface action