Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Releases: appsody/appsody

0.6.5

27 Oct 11:25
1d3a062
Compare
Choose a tag to compare
  • Fix requirements checking with new versions of Docker.

0.6.4

10 Jun 15:24
1efc1e7
Compare
Choose a tag to compare

0.6.4 Release Notes

Codewind debug port fixes (#1004)

0.6.3

03 Jun 12:55
37de0b4
Compare
Choose a tag to compare

0.6.3 Release Notes

  • Remove need for --generate-only to do a build first (#989)

  • Lint APPSODY_DEBUG_PORT environment variable (#1001)

0.6.2

27 May 10:15
12b6ddf
Compare
Choose a tag to compare

0.6.2 Release Notes

  • Enable other appsody "modes" in appsody k8s and stop exposing the debug port for Codewind (#1000)
  • Make appsody stack lint more forgiving (#997)

0.6.1

29 Apr 10:22
0786435
Compare
Choose a tag to compare

0.6.1 Release Notes

  • Add label for stack image digest (#977)
  • Indicate a deprecated stack in the generated codewind index (#991)
  • Remove personal data from stack image labels and annotations (#988)
  • Multi architecture Appsody support (#972)
  • Release a s390x binary (#992)

0.6.0

01 Apr 16:02
9cbf972
Compare
Choose a tag to compare

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:
    • init: cleanup unused docker volumes (#961)
    • Allow user specified mounts for run|test|debug (#962)
    • support multiple APPSODY_DEPS volumes and track projects to their volumes (#946)
  • 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

04 Mar 18:03
b12d3f9
Compare
Choose a tag to compare

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

05 Feb 10:42
65fe9ce
Compare
Choose a tag to compare

0.5.8 Release Notes

  • Fix issue with stack registry not using the config file (#879)

0.5.7

04 Feb 19:14
a6ebcc1
Compare
Choose a tag to compare

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)

0.5.6

23 Jan 21:50
Compare
Choose a tag to compare

0.5.6 Release Notes

  • Do not set createKnativeService in app-deploy.yaml if knative flag is not present