Releases: cloudposse/github-action-kubernetes-environment
Releases · cloudposse/github-action-kubernetes-environment
v0.4.1
v0.4.0
v0.3.1
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` fileswhy
- 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 PRwhy
- Add comment to PR when it is released
0.3.0
Update action.yml
v0.2.0
v0.1.0
Initial Action @Benbentwo (#2)
what
- Initial setup
- Allows Pipe Functions
lower
upper
kebabcase
- Allows
reformat: <flavor>
v0.0.1
Initial release