Release 0.2.10 - Automated config lookup and visualization fixes#83
Release 0.2.10 - Automated config lookup and visualization fixes#83JohannesMahne merged 7 commits intomainfrom
Conversation
## Revert 0.2.10 (fixes #74) Reverts commits c32adfc and 54af863 which prematurely added version 0.2.10 to main. 0.2.10 depends on ESS Billing integration v1.7.0 which has not been released yet. The 0.2.10 changes remain available on the `0.2.10-integration-build` branch and will be re-merged once the dependency is available. ## Fix typos (fixes #73) - Renamed `module/Decommisioning.md` to `module/Decommissioning.md` - Fixed "DECOMMISIONING" → "DECOMMISSIONING" in heading - Fixed "decommision" → "decommission" - Fixed "Saved Obejects" → "Saved Objects" - Fixed "compatiblity" → "compatibility" in integration/README.md - Updated reference link in integration/Instructions.md
Adds comprehensive changelog documenting all integration and module releases with dates and notable changes. Fixes #75
…on fixes - Removed manual setup_commands.json (no longer needed) - Updated Instructions.md: removed manual config setup step, added Configuration section at end - Updated README.md with version 0.2.10 release notes - Documented automated chargeback_conf_lookup creation via bootstrap transform - Simplified installation steps - configuration index now auto-created - Default config: ECU rate 0.85 EUR, weights 20/20/40, date range 2010-2046 Based on PR: elastic/integrations#16936
- Updated Requirements section to require ESS Billing v1.7.0+ - Added ESS Billing Version column to compatibility table - 0.2.10 requires new features from ESS Billing 1.7.0
There was a problem hiding this comment.
Pull request overview
This release prepares Chargeback Integration version 0.2.10, which fixes visualization display issues and introduces automated configuration index creation. The PR also corrects spelling errors in documentation files.
Changes:
- Fixed visualization loading issues by preventing integer division in ES|QL queries through TO_DOUBLE type conversion
- Automated creation of the
chargeback_conf_lookupindex via bootstrap transform - Updated ESS Billing integration requirement from v1.4.1+ to v1.7.0+
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| module/Decommissioning.md | Corrected spelling errors in heading and body text |
| integration/README.md | Updated ESS Billing version requirement and fixed spelling in compatibility table |
| integration/Instructions.md | Fixed spelling and updated file reference path |
| CHANGELOG.md | Added comprehensive changelog documenting all releases including 0.2.10 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
ESS Billing update with tags released:
|
ESS Billing integration v1.7.0 has been released, so 0.2.10 is now ready for release. Moved 0.2.10 from "Unreleased" section to a proper release entry with today's date.
|
@elastic-abhi - many thanks. Can you press the approve button? |
|
@elastic-abhi - let us first sort out the issue with @timestamp before you approve this one. |
…cost transform sync Fixes sync field to use event.ingested instead of @timestamp to match previous versions and address reviewer feedback.
|
@elastic-abhi - please approve this PR, as it has the right ZIP. Once approved, I can merge it. |
Summary
This PR introduces Chargeback Integration version 0.2.10.
What's New in 0.2.10
Bug Fixes
TO_DOUBLEtype conversion to prevent this issue.Enhancements
chargeback_conf_lookupindex is now automatically created via a bootstrap transform during installation. This eliminates the need for manual index creation steps.Maintenance
Dependencies
Pre-merge Checklist
Related Issues