Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Releases: cloudposse-archives/tutorials

v0.9.1

08 Feb 04:18
8b5add7
Compare
Choose a tag to compare
Consolidate auto-release workflow @goruha (#25)

what

  • Use cloudposse/github-action-auto-release in auto-release.yaml workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code

🚀 Enhancements

Update tutorial links @oycyc (#26)

what

  • noticed these links out of date, update these links to reflect reality

why

v0.9.0

06 Dec 02:58
477f760
Compare
Choose a tag to compare
Update Dockerfile @Nuru (#24)

what

  • Update versions of Atmos and Terraform in Dockerfile
  • Remove installation of Ubuntu package repo from Dockerfile

why

  • Give users an up-to-date experience
  • Installing Ubuntu packages on Debian does not always work and is a bad example to set

v0.8.0

06 Jun 16:51
574fc00
Compare
Choose a tag to compare
Fix the TF State Resource Name @milldr (#21)

what

  • Adding root to the resource name

why

  • Correct backend to properly reference state

references

v0.7.0

01 May 17:32
331ab77
Compare
Choose a tag to compare
Update github output syntax @max-lobur (#20)

what

Update github output syntax

why

Following github docs

references

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

v0.6.0

09 Dec 22:16
58689cb
Compare
Choose a tag to compare
Debug Tutorial Atmos Workflows @milldr (#19)

what

  • Moved workflows to separate subfolder

why

  • atmos.yaml sets the workflows base_path to stacks/workflows
  • Tutorials have an error with the atmos workflow command:
atmos workflow deploy-all -s example
  • The correct command should be
atmos workflow deploy-all -s example -f example.yaml

references

v0.5.0

03 Nov 18:15
110b2ab
Compare
Choose a tag to compare
Fix: Atmos Config @milldr (#18)

what

  • Added atmos.yaml as it's required for latest versions of atmos
  • Bumped TF version to >1, as we're using 1.3 in the Dockerfile now

why

  • Fix the tutorial to work with the given steps on the docs page

references

v0.4.0

01 Nov 18:51
2591fe7
Compare
Choose a tag to compare
Pin Atmos Version @milldr (#17)

what

  • added atmos version pinning, using same version as infra-live

why

  • prevent updates to atmos from breaking the tutorials
  • recent version of atmos requires atmos.yaml to exist, but this step isn't included in the tutorial

future work

  • bump the atmos version to the latest available
  • update the tutorial steps for creating atmos.yaml

references

v0.3.1

01 Nov 17:56
79b04f2
Compare
Choose a tag to compare

🚀 Enhancements

Use cloudposse/template for arm support @nitrocode (#16)

what

  • Use cloudposse/template for arm support

why

  • The new cloudposse/template provider has a darwin arm binary for M1 laptops

references

v0.3.0

12 Oct 01:03
fdfe5ca
Compare
Choose a tag to compare
Update `.github` Config @milldr (#15)

what

  • make github/init

why

  • This repo has outdated GitHub config
DEV-289: Update CDN Module @milldr (#14)

what

  • Updated version of the CDN module

why

  • There was an update to the AWS provider for upstream from the module. The latest version of the module resolves that error

references

DEV-289: Tutorial Revamp @milldr (#13)

what

  • Updated terraform resource to match API update
  • Previously used weather API is not longer available. Updated with different weather API

why

  • Updating tutorial for working examples

references

git.io->cloudposse.tools update @dylanbannon (#11)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

0.2.1: fix: updates Dockerfile to properly build

21 Jun 16:14
f0d122e
Compare
Choose a tag to compare
fix: removes installing AWS CLI V2 since geodesic latest includes it …