Releases: NeonGeckoCom/neon-diana-utils
Releases · NeonGeckoCom/neon-diana-utils
0.0.6a10
0.0.6a8
0.0.6a7
0.0.6a6
What's Changed
- Add installation instructions to README by @NeonDaniel in #5
- Increment version to 0.0.2 by @NeonDaniel in #7
- Fix version.py path spec in workflow by @NeonDaniel in #9
- Increment version to 0.0.3 by @NeonDaniel in #10
- Updated Docker files by @NeonDaniel in #8
- Increment version to 0.0.5 by @NeonDaniel in #17
- Kubernetes Support by @NeonDaniel in #16
- Refactor and add HTTP Backend Services by @NeonDaniel in #19
- Added mimic2 containers to service_mappings.yml by @NeonDaniel in #21
- Add util to add Github auth to Kubernetes by @NeonDaniel in #23
- Add method to generate TCP service config by @NeonDaniel in #24
- Update GH Automation by @NeonDaniel in #26
- Fix path error in setup.py by @NeonDaniel in #27
Full Changelog: 0.0.1...0.0.6a6
0.0.5
Merge pull request #11 from NeonGeckoCom/dev Minor Docker implementation changes
0.0.3
Merge pull request #6 from NeonGeckoCom/dev Updated Documentation and Automation
0.0.1
Initial Implementation (#1) * Initial docker-compose.yml with documentation and unit tests * Add utils for initial MQ setup Implement GH unit tests * Fix typo in GH Workflow * Troubleshooting GH actions testing * Troubleshooting GH actions testing * Remove GH Actions unit tests Fix relative imports Add config info to readme * Update license to BSD-3 * Outline updated default server generation Update for Python packaging * Completed RabbitMQ config creation in utils with unit tests Updated requirements Added GH Automation * Append path in tests for actions compat. * Add services test automation * Add CLI entrypoint and methods Relocate version file for queries via CLI Update README with automatic config instructions * Minor UI changes for consistent documentation * Cleanup and TODO annotation