feat: v1.8.0 release#13
Merged
Merged
Conversation
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.
Description
Platform Atlas v1.8.0 — a minor, backwards-compatible feature release for the CLI / core package. Adds a diagnostic support-bundle workflow, in-product ruleset updates, per-environment rule suppression, resumable captures, architecture discovery warnings, and expanded Kubernetes coverage. Requires no migration; existing sessions, environments, and rulesets continue to work.
Type of Change
Changes Made
support-bundlecommand — collects a diagnostic ZIP (Platform health endpoints + redacted config; Extended adds SSH logs + system info) with an interactive wizard. The wizard now prompts for the log window (1–30 days, default 7, Extended only), and a credential pre-flight verifies the active backend (Vault or OS keyring) can actually produce the Platform OAuth secret — aborting before writing an empty bundle if it can't.ruleset updatecommand + CLI dashboard update notice — fetches a versioned manifest, SHA-256 verifies, and writes updates atomically.ruleset skip-rule/unskip-rule) with a required justification reason, surfaced in reports and the WebUI ruleset table.00_checkpoint.json; re-running capture after a Ctrl-C / drop offers to resume.v1.8.0; CHANGELOG updated (Keep a Changelog).Testing
tests/test_support_bundle.py) — all passing.pylinton changed handler clean (9.85/10, only pre-existing project-wide disables).support-bundle --help); ruleset manifest builder run and confirmed idempotent forv1.8.0.conftestfixtures) not introduced by this release; tracked separately.Checklist
make setupor relevant profiletype: subject)enhancement)