Skip to content

Releases: cloudposse/docs

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

v0.58.0

16 Feb 04:40
1a4b012
Compare
Choose a tag to compare
feat: adds Core Principles document @Gowiem (#520)

what

  • Adds core-principles doc
  • Adds glossary entries for WikiOps + YAML
feat: adds topic order + introduction doc @Gowiem (#519)

what

  • Orders the top level sections in the sidebar / home page
  • Adds the first cut at the introduction document

v0.57.0

12 Feb 02:12
2486c72
Compare
Choose a tag to compare
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 install hugo and htmltest from a CloudPosse-controlled repo ultimately being fed by cloudposse/packages.

why

  • This integrates cloudposse/docs with cloudposse/packages and removes any version maintenance burden on hugo and htmltest for the cloudposse/docs maintainers.

references