Skip to content

Releases: cloudfoundry/stack-auditor

v0.1.5

20 Mar 16:42
22b5d93
Compare
Choose a tag to compare

Changes in this release

What's Changed

  • Fix test for pagination by @Samze in #87
  • Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in #88
  • Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #89
  • Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in #90
  • Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in #91
  • Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in #92
  • Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in #93
  • Fix audit stack -v by @nookala in #94

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Nov 19:37
f63ef72
Compare
Choose a tag to compare

Changes in this release

What's Changed

  • Add support for curling v3 links by @sneal in #22
  • Deprecate io/ioutil by @a-b in #85

New Contributors

  • @sneal made their first contribution in #22

Full Changelog: v0.1.3...v0.1.4

v0.1.3

13 Nov 15:03
8c5fde4
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

What's Changed

  • Escape app name by @Samze in #82

  • Add release workflow by @a-b in #83

  • Fix broken build by @a-b in #84

  • Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #71

  • Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #72

  • Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 by @dependabot in #74

  • Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #73

  • Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 by @dependabot in #75

  • Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by @dependabot in #76

  • Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 by @dependabot in #77

  • Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #78

  • Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 by @dependabot in #79

  • Bump github.com/onsi/gomega from 1.34.2 to 1.35.0 by @dependabot in #80

  • Bump github.com/onsi/gomega from 1.35.0 to 1.35.1 by @dependabot in #81

New Contributors

  • @Samze made their first contribution in #82
  • @a-b made their first contribution in #83

Full Changelog: v0.1.2...v0.1.3

v0.1.2

14 May 21:26
7c31c08
Compare
Choose a tag to compare

Updates Golang to 1.22.3

v0.1.1

03 Aug 23:04
Compare
Choose a tag to compare

Fixes GLIBC_2.32 not found

v0.1.0

15 Mar 19:14
Compare
Choose a tag to compare

v0.1.0 March 15, 2023

  • add support cflinuxfs4

Breaking changes

  • apps are now restarted with --strategy rolling by default (--v3 flag no longer needed or supported)
  • Remove support for migrating from cflinuxfs2 to cflinuxfs3

v0.0.6

20 Aug 13:37
Compare
Choose a tag to compare

v0.0.6 Aug 20, 2019

  • Support injecting version during build
  • Add app-state to audit-stack output

v0.0.5

18 Jul 14:24
Compare
Choose a tag to compare

v0.0.5 Jul 18, 2019

  • Add optional json or csv output to the audit-stack command to format the output accordingly
  • Fix a bug in which the cloud controller API version was checked instead of the CAPI version for the --v3 flag

v0.0.4

29 May 21:48
Compare
Choose a tag to compare

v0.0.4 May 29, 2019

  • Fix a bug where having two apps with the same name in different spaces causes issues.
  • Support zero down time stack re-association through the --v3 flag.
  • Leave the original app up and running when staging on the new stack fails.
  • Role back to the previous stack when stack migration fails in case the app fails to start on the new stack.
  • Make sure the app is in the current targeted space before changing stacks.
  • Better error logging. Way better.

v0.0.2

09 Apr 18:04
Compare
Choose a tag to compare

v0.0.2 Apr 9, 2019

  • Use v3 apps endpoint to greatly speed audit-stack
  • Optimize api calls to include 100 results per page instead of 50
  • Print log message when audit-stack is called
  • Only delete stack if there is no associated buildpack
  • adds user prompt when deleting stacks
  • Add delete-stack command to stack-auditor