Skip to content

Releases: cloudposse/github-action-preview-labels-cleanup

v0.2.0

17 Jun 20:30
6b91ca2

Choose a tag to compare

feat: support environments with hyphens Corey Zuares (@czuares) (#37) ## what * Quote `env` so `jq` interprets it properly as a key

why

  • We have a use case where our preview environments contain a hyphen
  • The cleanup step fails because jq misinterprets the key
% echo '{"preview-foo": "deploy/preview"}' | jq -cr '.preview-foo'
jq: error: foo/0 is not defined at <top-level>, line 1, column 10:
    .preview-foo
             ^^^
jq: 1 compile error

vs.

% echo '{"preview-foo": "deploy/preview"}' | jq -cr '."preview-foo"'
deploy/preview

v0.1.2

06 Jan 13:32

Choose a tag to compare

chore: remove-labels action replaced Jeremy White (@dudymas) (#35) ## what * use the [actions/github-script](https://github.com/actions/github-script) to remove the preview env label

why

references

🤖 Automatic Updates

Update .github/settings.yml Erik Osterman (Cloud Posse) (@osterman) (#34) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write Erik Osterman (Cloud Posse) (@osterman) (#33) ## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PR

why

  • Add comment to PR when it is released
Use GitHub Action Workflows from `cloudposse/.github` Repo Erik Osterman (Cloud Posse) (@osterman) (#32) ## 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 Erik Osterman (Cloud Posse) (@osterman) (#31) ## what - Update workflows (`.github/workflows/settings.yaml`)

why

  • Support new readme generation workflow.
  • Generate banners

v0.1.1

08 Feb 23:32
0115a9e

Choose a tag to compare

Replace jq action Igor Rodionov (@goruha) (#29)

what

  • Replace jq action with cloudposse version

why

  • edwardgeorge/jq-action@main is poor supported
Update actions/checkout action to v3 renovate (#20)

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.33.0 renovate (#19)

This PR contains the following updates:

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

Release Notes

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

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-positive.yml (github-actions)
  • action.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.
  • 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 2 Pull Requests:

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

❓ 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 github output syntax Max Lobur (@max-lobur) (#17)

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 Cloud Posse Bot (CI/CD) (@cloudpossebot) (#15)

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

13 Sep 13:37
33f07c4

Choose a tag to compare

Init action Igor Rodionov (@goruha) (#2)

what

  • Init action

🤖 Automatic Updates

Update README.md and docs Cloud Posse Bot (CI/CD) (@cloudpossebot) (#13)

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