Releases: projectsyn/commodore
Releases · projectsyn/commodore
v0.14.0
11 changes since v0.13.1
🚀 Features
🛠️ Minor Changes
- Improve error messages for duplicate component aliases (#399)
- Move component instantiation advertisement to
_metadata.multi_instance
(#411)
🐛 Fixes
- Use absolute Docker Image URLs (#396)
- Properly handle 403 replies from Lieutenant (#398)
- Update component template to ensure files are generated with the correct GID (#397)
- Fix
/usr/lib/libnss_wrapper.so
not found error in Docker image (#404)
📄 Documentation
- Update link to Commodore site (#413)
🔗 Dependency Updates
v0.13.1
v0.13.0
6 changes since v0.12.1
🚀 Features
- Add support for tenant repo in
commodore inventory components
(#392)
🛠️ Minor Changes
- Disable Renovate dependency dashboard (#387)
- Add deprecation notice for component specifications without explicit version (#390)
🔎 Breaking Changes
- Remove support for deprecated parameter
commodore.jsonnet_libs
(#391)
🐛 Fixes
- Add trailing newline when writing a
jsonnetfile.json
(#393)
🔗 Dependency Updates
- Update Python dependencies (#394)
v0.13.0-rc1
5 changes since v0.12.1
🚀 Features
- Add support for tenant repo in
commodore inventory components
(#392)
🛠️ Minor Changes
- Disable Renovate dependency dashboard (#387)
- Add deprecation notice for component specifications without explicit version (#390)
🔎 Breaking Changes
- Remove support for deprecated parameter
commodore.jsonnet_libs
(#391)
🐛 Fixes
- Add trailing newline when writing a
jsonnetfile.json
(#393)
v0.12.1
v0.12.0
v0.11.1
v0.11.0
6 changes since v0.10.0
🚀 Features
- Add golden and matrix tests to component template (#364)
- Update compile make targets in component template to support components with library (#368)
🛠️ Minor Changes
- Fix and improve PyPI build (#376)
🔎 Breaking Changes
- Remove support for Python 3.6 (caused by upgrade to Kapitan v0.30) (#358)
🐛 Fixes
- Fix
Component.filters_file
to usetarget_directory
(#366) - Ensure Commodore exits with exit code 1 on catalog push failures (#371)