Skip to content

Releases: cloudposse/docs

v0.67.0

03 Apr 01:04
3ec4b18
Compare
Choose a tag to compare
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

25 Mar 17:45
d405856
Compare
Choose a tag to compare
feat: updates atmos getting started for tutorial updates @Gowiem (#531)

what

  • Updates to use date variable in stack instead of unit_of_measurement
  • Updates to language surrounding the same.

why

  • We updated the tutorial code to be a bit different, so this corresponds with those changes.

references

v0.65.1

25 Mar 03:44
61f57d7
Compare
Choose a tag to compare

🐛 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 the hugo.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

24 Mar 15:03
f5fe373
Compare
Choose a tag to compare
First tutorial for Atmos @Gowiem (#530)

what

  • Adds first tutorial for Atmos

why

  • Provides the first introduction to components, stacks, and atmos

references

v0.64.0

11 Mar 05:40
7f26877
Compare
Choose a tag to compare

🚀 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

08 Mar 05:53
21eb98d
Compare
Choose a tag to compare
fix css & fonts @osterman (#527)

what

  • Set the font family to match cloudposse.com
  • Set the max width for the page wrapper

why

  • Fonts were not very legible
  • certain pages had text flowing off the screen

v0.62.0

04 Mar 20:08
28cb35c
Compare
Choose a tag to compare
feat: tutorial for "Getting started with Geodesic" @Gowiem (#526)

what

  • Adds tutorial for Geodesic
  • Updates concepts around Geodesic a bit to fit our language (i.e. starts calling it a "toolbox")

v0.61.0

24 Feb 17:42
50696b8
Compare
Choose a tag to compare
chore: random fixes to various pages @Gowiem (#525)

what

  • Bunch of small items, see commit messages

why

  • Due to good feedback in Slack

v0.60.0

22 Feb 16:43
06960b9
Compare
Choose a tag to compare
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 file config.toml.

why

  • Standardize cloudposse's configurations using YAML

references

v0.59.0

18 Feb 23:24
472d8d2
Compare
Choose a tag to compare
feat: adds Concepts documentation @Gowiem (#521)

what

  • feat: adds Root Module glossary term
  • feat: adds weights to introduction articles
  • feat: adds initial cut at concepts document