Releases: cloudposse/docs
Releases · cloudposse/docs
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
references
v0.59.0
v0.58.0
v0.57.0
adding draft-release github actions workflow from cloudposse/geodesic @dylanbannon (#518)
what
- Copied draft-release github action workflow from
cloudposse/geodesic
.
why
- Gives us a jumpstart on writing release notes for future releases.
references
🚀 Enhancements
using cloudposse-specific repo to install hugo and htmltest @dylanbannon (#517)
what
- The
cloudposse/docs
Docker image will now installhugo
andhtmltest
from a CloudPosse-controlled repo ultimately being fed bycloudposse/packages
.
why
- This integrates
cloudposse/docs
withcloudposse/packages
and removes any version maintenance burden onhugo
andhtmltest
for thecloudposse/docs
maintainers.