Skip to content

Releases: cloudposse/github-action-kubernetes-environment

v0.4.1

16 Jan 21:48
d5260c4
Compare
Choose a tag to compare

🚀 Enhancements

fix: set version for yaml conversion as well @dudymas (#19) ## what - additionally version lock another data conversion action

why

  • action is failing due to recent changes

references

  • see prior PR #17

v0.4.0

16 Jan 16:35
Compare
Choose a tag to compare
fix: configure version for data-format-converter @dudymas (#17) ## what * set version of fabasoad/data-format-converter-action to `v0.3.0`

why

  • actions are breaking after @main was updated to require
    source-pattern

references

v0.3.1

10 Oct 14:59
Compare
Choose a tag to compare
Update yaml-config-query action to `v1.0.0` version @milldr (#16) ## what - Updated `cloudposse/[email protected]`

why

  • Resolve this error that has been fixed with the latest
  Step 1/9 : FROM public.ecr.aws/docker/library/alpine:3.17.3
   ---> 9ed4aefc74f6
  Step 2/9 : ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
  ADD failed: failed to GET https://apk.cloudposse.com/[email protected] with status 403 Forbidden: <!DOCTYPE html>
  <html lang="en">
  <head>
  <meta charset="utf-8">
  <title>Forbidden</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>
  <h1>Forbidden</h1>
  <p>
  You are not authorised to use this resource. Please do not try again.
  </p>
  </body>
  </html>

references

  • n/a

🤖 Automatic Updates

Update .github/settings.yml @osterman (#14) ## 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 @osterman (#13) ## 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 @osterman (#12) ## 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 (#11) ## what - Update workflows (`.github/workflows/settings.yaml`)

why

  • Support new readme generation workflow.
  • Generate banners

0.3.0

08 Sep 19:00
41943e2
Compare
Choose a tag to compare
Update action.yml

v0.2.0

01 Aug 17:39
b892ea1
Compare
Choose a tag to compare
Adding Test @Benbentwo (#4)

what

  • Adding Test ensuring role is correctly outputted

v0.1.0

01 Aug 15:54
08498b3
Compare
Choose a tag to compare
Initial Action @Benbentwo (#2)

what

  • Initial setup
  • Allows Pipe Functions
    • lower
    • upper
    • kebabcase
  • Allows reformat: <flavor>

v0.0.1

01 Aug 15:29
7122960
Compare
Choose a tag to compare

Initial release