Releases: davidgiga1993/octoploy
Releases · davidgiga1993/octoploy
1.2.8
What's Changed
- upgrade dependencies by @AdrianDsg in #8
- feat: crude helmchart converter by @davidgiga1993 in #11
- fix: mask k8s secrets in diff
New Contributors
- @AdrianDsg made their first contribution in #8
Full Changelog: 1.2.7...1.2.8
1.2.7
- feat: deployment modes
- feat: namespace parameter for dynamic configmaps
1.2.6
- feat: multiline diff for changes
- fix: error handling when trying to restart non-existent deployment
1.2.5
- feat: show object diff on change
1.2.4
- fix: wrong context used for state
- fix: restart of deployment not working
1.2.3
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
fix: state of same object name/kind pais not tracked correctly
1.2.1
Fix
- Include namespace in hashed meta-data for state
1.2.0
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 differentapi
not handled correctly
1.1.0
Added
- Support for secret encryption
Changed
- Renamed
DC_NAME
toAPP_NAME
- Renamed
PROJECT
toNAMESPACE