Skip to content

Releases: glassechidna/stackit

0.0.40

20 Jun 00:06
d020a17
Compare
Choose a tag to compare

Changelog

d020a17 feat: rewrite file modtime in zip files

Docker images

  • docker pull glassechidna/stackit
  • docker pull glassechidna/stackit:0.0.40

0.0.39

17 Jun 09:20
Compare
Choose a tag to compare

Changelog

22e85ab Add outputs command and test

Docker images

  • docker pull glassechidna/stackit
  • docker pull glassechidna/stackit:0.0.39

0.0.38

11 Feb 02:29
fb02646
Compare
Choose a tag to compare

Changelog

fb02646 Use pinned version of goreleaser for now

Docker images

  • docker pull glassechidna/stackit
  • docker pull glassechidna/stackit:0.0.38

0.0.37

03 Jan 06:47
Compare
Choose a tag to compare

Changelog

6105a02 alpine base image isn’t much bigger, but is more useful

Docker images

  • docker pull glassechidna/stackit
  • docker pull glassechidna/stackit:0.0.37

0.0.36

02 Jan 03:44
ba85fed
Compare
Choose a tag to compare

Changelog

ba85fed Docker image: place at /usr/bin/stackit

Docker images

  • docker pull glassechidna/stackit

0.0.35

02 Jan 03:29
Compare
Choose a tag to compare

Changelog

7816fa1 CI: Push releases to docker hub

Docker images

  • docker pull glassechidna/stackit

0.0.34

15 Aug 09:14
Compare
Choose a tag to compare

Changelog

2cef675 Change E2E test to use a regex more accommodating of AWS' whims
c3b64c9 Dockerfile no longer needs aws cli
e071f82 Fix failing tests (cfn must have got faster)
465760b Migrate to new YAML-based GitHub pipelines
f0dfc6c Nicer key names
ae42a8e Packaged assets uploaded to S3 should use Md5 as base name (fixes #36)
a04b212 bump all the packages
ad81e52 go mod tidy
04b0b41 pipeline syntax
0efb71d pipelines

docker-base-layer

17 Aug 05:12
Compare
Choose a tag to compare
Change E2E test to use a regex more accommodating of AWS' whims

0.0.33

18 Jun 05:32
Compare
Choose a tag to compare

Changelog

b8218f2 Fix incorrect invocation of goreleaser
5365e8e Revert "Fix incorrect invocation of goreleaser"
eb43d0b up will now package serverless templates and package doesn’t create changesets
bdc0186 package: don’t modify non-packageable templates
1435ddc touch

0.0.32

11 Jun 02:32
Compare
Choose a tag to compare

Changelog

af87eac Add code to generate ZIP files (part of #28)
a658473 Don’t crash when packaging YAML templates without transforms (closes #32)
b51e07c Factor out common print loop code (#25?)
9af6a72 Fixed data race issue
7466e60 Order of case statements in switch loop (#25)
8034f50 Rely on SDK-decided region (closes #31)
054b725 Round-tripping and modifying YAML templates (part of #28)
323f258 Simplify printer
cc92c35 touch
5c96ebb try writing lines differently 🤷 #25