fix(operator): bump to v0.7.1 and fix release trigger for v7.x tags#16
Open
benfradjselim wants to merge 3 commits into
Open
fix(operator): bump to v0.7.1 and fix release trigger for v7.x tags#16benfradjselim wants to merge 3 commits into
benfradjselim wants to merge 3 commits into
Conversation
- fix(auth): constant-time password comparison in login handler - fix(auth): deny mutating requests when RUPTURA_API_KEY is not set - fix(router): move /timeline inside authenticated subrouter - fix(actions): extend edition gate to cover /rollback endpoint - fix(storage): use kpi: prefix for KPI compaction (was k:, never matched) - fix(storage): update RetentionStats prefix list to match kpi: - fix(shutdown): cancel context before closing store to prevent GC race - fix(ui): null-guard fused_rupture_index in Fleet.svelte - bump: server 7.1.0, CLI 1.2.0, UI 7.1.0, Helm 1.0.1
- fix(auth): constant-time password comparison in login handler - fix(auth): deny mutating requests when RUPTURA_API_KEY is not set - fix(router): move /timeline inside authenticated subrouter - fix(actions): extend edition gate to cover /rollback endpoint - fix(storage): use kpi: prefix for KPI compaction (was k:, never matched) - fix(storage): update RetentionStats prefix list to match kpi: - fix(shutdown): cancel context before closing store to prevent GC race - fix(ui): null-guard fused_rupture_index in Fleet.svelte - bump: server 7.1.0, CLI 1.2.0, UI 7.1.0, Helm 1.0.1
3f3aa13 to
03e9ed0
Compare
…Constant to 7.1.0
1dab248 to
62bad68
Compare
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.
Problèmes corrigés
1. Trigger operator-release.yml bloqué sur v6.*
Le workflow ne se déclenchait pas sur les tags v7.x. Corrigé :
v6.*→v[0-9]*.2. Bundle CSV bloqué en v0.6.9
bundle/manifests/ruptura-operator.clusterserviceversion.yamlmis à jour vers v0.7.1 (replaces v0.7.0), app image → v7.0.25.3. Catalog FBC sans entrée v0.7.1
catalog/ruptura-operator/catalog.yaml: ajout du bundle v0.7.1 et de son upgrade edge dans les canaux stable et alpha.