Releases: cloudposse/docs
Releases · cloudposse/docs
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
v0.66.0
v0.65.1
🐛 Bug Fixes
adding 'AWS_EC2_METADATA_DISABLED: true' to hugo.yaml file to address issues with github actions on ubuntu-latest @dylanbannon (#532)
what
- Adding the
AWS_EC2_METADATA_DISABLED=true
flag to thehugo.yaml
GitHub Action.
why
hugo.yaml
was previously throwing an error when we tried to push a release to S3. This should fix it.
references
v0.65.0
First tutorial for Atmos @Gowiem (#530)
what
- Adds first tutorial for Atmos
why
- Provides the first introduction to components, stacks, and atmos
references
- Dependent on cloudposse-archives/tutorials#1
v0.64.0
🚀 Enhancements
Publish hugo to GitHub pages @dylanbannon (#524)
what
- Publishing the
cloudposse/docs
Hugo site to GitHub Pages.
why
- Publishing the CloudPosse docs website to GitHub Pages using a GitHub Action provides a proof-of-concept workflow that can be applied to the creation of customer docs sites in the future.
references
🐛 Bug Fixes
updating publish-github-pages version ingithub action @dylanbannon (#528)
what
- Updating the version of the
publish-github-pages
action used in.github/workflows/github-pages-deployment.yml
.
why
- We were previously using a deleted branch's name for the
publish-github-pages
version.
references
v0.63.0
v0.62.0
v0.61.0
v0.60.0
chore: renames "Introduction" section to "Fundamentals" @Gowiem (#523)
what
- Renames "Introduction" section to "Fundamentals"
- Renames "Core Principles" to "Philosophy"
- Adds additional sections to Philosophy doc
- Moves Layers section to Philosophy
🚀 Enhancements
added yaml analog of config.toml @dylanbannon (#522)
what
- Adding
config.yaml
YAML analog of current TOML Hugo config fileconfig.toml
.
why
- Standardize cloudposse's configurations using YAML