Skip to content

Releases: cloudposse/docs

v0.73.1

02 Feb 17:08
4521ccf
Compare
Choose a tag to compare

🚀 Enhancements

Fixed title and description + docusaurus version upgrade @zdmytriv (#551)

what

  • Fixed double title
  • Fixed "undefined" in <meta name="description" tag
  • Upgraded docusaurus version 2.2.0 -> 2.3.0

why

  • Fixed bugs

references

Small refactoring @zdmytriv (#549)

what

  • Fixed styles
  • Refactored env vars fetching in gh actions
  • Fixed sidebar order (this needed for follow up PR)

why

  • Small refactoring

references

v0.73.0

24 Jan 18:17
c970ef4
Compare
Choose a tag to compare
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

🚀 Enhancements

Reworked docs via docusaurus @zdmytriv (#548)

what

  • Reworked docs via docusaurus

why

  • Docusaurus is a more flexible documentation framework

v0.72.1

27 Aug 08:16
9ff0b58
Compare
Choose a tag to compare

🐛 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

25 Aug 17:32
f3f73c1
Compare
Choose a tag to compare
Replace aws-auth with Leapp @Nuru (#540)

what

  • Deprecate aws-auth
  • Add instructions for Leapp

why

  • Leapp works properly with Federated Logins and AWS SSO, aws-auth does not.

v0.71.0

21 Jun 16:36
25cc978
Compare
Choose a tag to compare
feat: updates atmos tutorial to use cloudposse/tutorials > one off image @Gowiem (#538)

what

  • Updates our atmos-getting-started.md tutorial to use cloudposse/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

v0.70.0

21 Apr 18:18
5a723c7
Compare
Choose a tag to compare
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

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

v0.69.0

10 Apr 03:35
0568e63
Compare
Choose a tag to compare
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

09 Apr 21:28
333382a
Compare
Choose a tag to compare
Fixed vertical align @osterman (#535)

what

  • Changed vertical-align to inherit defaults

why

  • Code blocks were not aligned with the rest of the text, which was ugly

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