Skip to content

Releases: davidgiga1993/octoploy

1.2.8

27 Aug 08:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.7...1.2.8

1.2.7

20 Mar 09:13
Compare
Choose a tag to compare
  • feat: deployment modes
  • feat: namespace parameter for dynamic configmaps

1.2.6

25 Jan 12:28
Compare
Choose a tag to compare
  • feat: multiline diff for changes
  • fix: error handling when trying to restart non-existent deployment

1.2.5

27 Nov 09:35
Compare
Choose a tag to compare
  • feat: show object diff on change

1.2.4

23 Nov 10:19
Compare
Choose a tag to compare
  • fix: wrong context used for state
  • fix: restart of deployment not working

1.2.3

29 Jun 09:46
Compare
Choose a tag to compare

Fix

  • Change create/delete order to resolve issues with unique items
  • Skipping secrets may cause them to be removed

Feat

  • State move commands

1.2.2

13 Jun 08:03
Compare
Choose a tag to compare
fix: state of same object name/kind pais not tracked correctly

1.2.1

12 Jun 13:16
Compare
Choose a tag to compare

Fix

  • Include namespace in hashed meta-data for state

1.2.0

06 Jun 07:49
Compare
Choose a tag to compare

Features

  • State tracking: Octoploy now keeps track of all deployed objects and knows when a object needs to be deleted on the k8s side
  • Allow deployment of unencrypted secrets using cli argument

Fixes

  • Value loader not correctly working
  • Objects with the same Kind but different api not handled correctly

1.1.0

28 Dec 07:45
Compare
Choose a tag to compare

Added

  • Support for secret encryption

Changed

  • Renamed DC_NAME to APP_NAME
  • Renamed PROJECT to NAMESPACE