Releases: cloudposse/docs
Releases · cloudposse/docs
v0.73.1
v0.73.0
DEV-289: Tutorial Revamp @milldr (#543)
what
- Updated terraform resource to match API update
- Changed referenced terraform variable for atmos example
why
- Updating tutorial for working examples
references
- DEV-289
- cloudposse-archives/tutorials#13
🚀 Enhancements
v0.72.1
🐛 Bug Fixes
Fix geodesic binary install example @max-lobur (#539)
what
- Fix the command example
why
- Current example doesn't work (but prints out the correct example :) )
references
~/git/docs on fix_geodesic ❯ docker run --rm cloudposse/geodesic:latest-debian | bash -s latest-debian
########################################################################################
# Attach a terminal (docker run --rm --it ...) if you want to run a shell.
# Run the following to install the script that runs
# Geodesic with all its features (the recommended way to use Geodesic):
# docker run --rm cloudposse/geodesic:latest-debian init | bash
# (On a Linux workstation, you might need to use "sudo bash" instead of just "bash")
########################################################################################
~/git/docs on fix_geodesic ❯ docker run --rm cloudposse/geodesic:latest-debian init | bash -s latest-debian
# Installing geodesic from cloudposse/geodesic:latest-debian...
# Installed geodesic to /usr/local/bin/geodesic
v0.72.0
v0.71.0
feat: updates atmos tutorial to use cloudposse/tutorials > one off image @Gowiem (#538)
what
- Updates our
atmos-getting-started.md
tutorial to usecloudposse/tutorials
image - Various other small wording fixes
why
- Avoids a one-off image for the atmos tutorial and helps speed things up since the tutorial follower will no longer need to build the image locally.
- Addresses some off wording + cleans things up to be more consistent
references
- Linked work to publish
cloudposse/tutorials
image: cloudposse-archives/tutorials#7
v0.70.0
feat: adds first cut at tutorial #3: Your first environment on AWS @Gowiem (#537)
what
- Adds tutorial number 3: Your first environment on AWS
why
- To keep the knowledge flowing 🌊
references
- Depends on code from cloudposse-archives/tutorials#4
feat: adds initial cut at reference/stacks @Gowiem (#536)
what
- Adds an initial cut at documenting the purpose, conventions, and schema for stacks.
why
- After @Nuru's comment on my PR in the spacelift module, I realized our stack configuration documentation is very fragmented. I figured this would be an important piece of documentation so that we can link to this instead of documenting stack schema in various disparate repositories.
- Stacks are also one of the biggest things we get questions about in Slack so having a complete schema documented like this should help in that realm when folks come asking about it again.
references
- cloudposse/terraform-spacelift-cloud-infrastructure-automation#20
- Once this merges and is deployed, I will be sure to update our various stack related repositories to link to this documentation.
v0.69.0
Edits.tutorials @srhopkins (#534)
what
- Couple of small corrections I found while following along tutorials
why
- Improve readability and decrease confusion
references
- NA
v0.68.0
v0.67.0
Move AWS Authentication to How-To and Update Getting Started with Geodesic @Gowiem (#533)
what
- Updates Geodesic getting started to not be based around authenticated AWS CLI access, but around a super simple terraform project
- Moves AWS Auth + Geodesic to how-to article
- Fixes a couple issues with atmos getting started:
- double "the"
- api_key var still around even though we removed that code
why
- Simplifies Geodesic getting started and removes barrier to entry