Releases: cloudfoundry/stack-auditor
v0.1.5
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
v0.1.3
What's Changed
-
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
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Updates Golang to 1.22.3
v0.1.1
Fixes GLIBC_2.32 not found
v0.1.0
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
v0.0.6 Aug 20, 2019
- Support injecting version during build
- Add app-state to audit-stack output
v0.0.5
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
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
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