This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Releases: cloudposse-archives/tutorials
Releases · cloudposse-archives/tutorials
v0.9.1
Consolidate auto-release workflow @goruha (#25)
what
- Use
cloudposse/github-action-auto-release
inauto-release.yaml
workflow
why
- Solve old nodejs warning
- Reduce duplication of code
🚀 Enhancements
Update tutorial links @oycyc (#26)
what
- noticed these links out of date, update these links to reflect reality
why
- old links leads to 404s like (https://docs.cloudposse.com/tutorials/first-aws-environment)
v0.9.0
v0.8.0
v0.7.0
Update github output syntax @max-lobur (#20)
what
Update github output syntax
why
Following github docs
references
v0.6.0
Debug Tutorial Atmos Workflows @milldr (#19)
what
- Moved workflows to separate subfolder
why
atmos.yaml
sets the workflows base_path tostacks/workflows
- Tutorials have an error with the atmos workflow command:
atmos workflow deploy-all -s example
- The correct command should be
atmos workflow deploy-all -s example -f example.yaml
references
v0.5.0
v0.4.0
Pin Atmos Version @milldr (#17)
what
- added atmos version pinning, using same version as infra-live
why
- prevent updates to atmos from breaking the tutorials
- recent version of atmos requires
atmos.yaml
to exist, but this step isn't included in the tutorial
future work
- bump the atmos version to the latest available
- update the tutorial steps for creating
atmos.yaml
references
v0.3.1
🚀 Enhancements
Use cloudposse/template for arm support @nitrocode (#16)
what
- Use cloudposse/template for arm support
why
- The new cloudposse/template provider has a darwin arm binary for M1 laptops
references
v0.3.0
Update `.github` Config @milldr (#15)
what
make github/init
why
- This repo has outdated GitHub config
DEV-289: Update CDN Module @milldr (#14)
what
- Updated version of the CDN module
why
- There was an update to the AWS provider for upstream from the module. The latest version of the module resolves that error
references
- Closes #10
DEV-289: Tutorial Revamp @milldr (#13)
what
- Updated terraform resource to match API update
- Previously used weather API is not longer available. Updated with different weather API
why
- Updating tutorial for working examples
references
- DEV-289
- cloudposse/docs#543
git.io->cloudposse.tools update @dylanbannon (#11)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
0.2.1: fix: updates Dockerfile to properly build
fix: removes installing AWS CLI V2 since geodesic latest includes it …