This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Releases: appsody/appsody
Releases · appsody/appsody
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.6.0 Release Notes
- Added stack deprecation support (#923)
- Deploy: modify namespace at each call with a different namespace (#929)
- Allow APPSODY_MOUNT_HOME to override with named docker volume (#896)
- Add code to get correct application URL when running on IBM Cloud system (#967)
- Retrieve git labels via commit info (#959)
- Volume work:
- Only attempt to copy tar data for regular files (#937)
- Stop appending -dev to container name (#970)
Fixes:
- Fix build options (#951)
- Fix Win 10 bind mount path issues by stripping trailing dot (#940)
- Fix JSON format (#955)
- Do not warn if there are no custom stack variables (#952)
- Report stderr when kubectl fails (#947)
Test improvements:
- Resolving mismatched docker container bug in deploy tests (#930)
0.5.9
0.5.9 Release Notes
- Added application-name parameter for appsody init (#921)
- Added support for any deployment manifest during deploy (#913)
- Adding support for kubernetes part-of label (#927)
- Added buildah pull image option (#911)
- Correctly escape command args (#889)
- Generate json index for stacks (#914)
- Fix: Remove packaging folder at the start of stack package (#891)
- Many internal testing improvements and refactoring work
0.5.8
0.5.7
0.5.7 Release Notes
- Fix namespace issue in app-deploy (#878)
- Add image tag to index during appsody stack package (#869)
- Add zsh completion support (#668)
- Do not write the default stack registry to .appsody-config.yaml (#874)
- Fix windows issue CTRL-C not removing container (#875)
- Stack create now supports stacks outside appsody/stacks github repo (#856)
- Improve test to run concurrently, with up to 10 threads (#817)