Revert 0.2.10, fix documentation typos, and add CHANGELOG#82
Merged
JohannesMahne merged 2 commits intomainfrom Jan 27, 2026
Merged
Revert 0.2.10, fix documentation typos, and add CHANGELOG#82JohannesMahne merged 2 commits intomainfrom
JohannesMahne merged 2 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
3 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts the premature 0.2.10 release that depends on an unreleased ESS Billing integration version, fixes documentation typos including a file rename, and adds a comprehensive changelog.
Changes:
- Reverts integration version from 0.2.10 to 0.2.9, removing associated assets and documentation
- Fixes spelling errors and renames
Decommisioning.mdtoDecommissioning.md - Adds
CHANGELOG.mddocumenting all integration and module releases
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| module/Decommissioning.md | Corrects spelling errors in heading and content ("DECOMMISIONING" → "DECOMMISSIONING", "decommision" → "decommission", "Obejects" → "Objects") |
| integration/README.md | Reverts version reference from 0.2.10 to 0.2.9, fixes "compatiblity" typo, removes 0.2.10 release notes |
| integration/Instructions.md | Updates file reference to renamed Decommissioning.md, reverts installation steps from 0.2.10 to 0.2.9 instructions |
| CHANGELOG.md | Adds new changelog documenting integration versions 0.0.1-0.2.9 and module versions, with 0.2.10 marked as unreleased |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
@3kt - in Stijn's absence, would you mind reviewing this PR. It is to revert 0.2.10 which cannot be merged yet, because ESS 1.7.0 is not out yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR combines three fixes:
1. Revert 0.2.10 release (fixes #74)
Version 0.2.10 was prematurely merged to main but depends on ESS Billing integration v1.7.0 which has not been released yet.
Reverted commits:
c32adfc- Newer images54af863- Update to version 0.2.10 with automated config lookup and visualization fixesWhat this does:
integration/assets/0.2.10/folder and ZIP fileintegration/README.mdto reference 0.2.9 as the latest versionintegration/Instructions.mdto 0.2.9 instructionsThe 0.2.10 changes remain available on the
0.2.10-integration-buildbranch.2. Fix documentation typos (fixes #73)
module/Decommisioning.mdmodule/Decommissioning.mdmodule/Decommissioning.mdmodule/Decommissioning.mdmodule/Decommissioning.mdintegration/README.mdintegration/Instructions.md3. Add CHANGELOG.md (fixes #75)
Added comprehensive changelog documenting all integration and module releases with:
Test Plan