Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a765b3c
chore(release): add production promotion workflow (#2786)
RemiBonnet Jun 30, 2026
f19889e
fix(release): use rebase for production promotion (#2789)
RemiBonnet Jun 30, 2026
640bcb7
feat(blueprints): creation flow improvements (#2787)
rmnbrd Jul 1, 2026
752065d
fix(release): production promotion rebase automerge (#2790)
RemiBonnet Jul 1, 2026
54fea81
fix(cluster): correct override issue when updating Karpenter config (…
rmnbrd Jul 2, 2026
042b859
fix(section-secret-manager-highlight): remove buggy Firefox animation…
RemiBonnet Jul 3, 2026
884df5e
fix(services): rename CPU architecture "Default" option to "Any" (#2794)
fabienfleureau Jul 3, 2026
c9b1f78
fix(section-secret-manager-highlight): use request-access-secrets-man…
jul-dan Jul 3, 2026
7fa0b36
feat(onboarding): add a personalize onboarding section (#2781)
jul-dan Jul 3, 2026
4716826
feat(blueprints): support for multiple versions and creation flow imp…
rmnbrd Jul 3, 2026
22b5492
feat(sma): Add banner info for secret manager access plan (#2797)
mzottola Jul 6, 2026
c347652
feat(qov-1844): Add warning message for gke kms key (#2795)
mzottola Jul 6, 2026
00f5946
feat(onboarding): require a professional email on the personalize ste…
jul-dan Jul 6, 2026
fd6bc48
fix(organizations): allow custom git branch selection (#2800)
RemiBonnet Jul 7, 2026
07531f2
fix(release): use merge commits for production promotion (#2802)
RemiBonnet Jul 7, 2026
363aaca
chore(release): reconcile main into staging
RemiBonnet Jul 7, 2026
d1900fd
chore(release): reconcile main into staging (#2805)
RemiBonnet Jul 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/promote-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
pr_body="$(printf '%s\n\n%s' \
'Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.' \
'Do not squash this PR. Use rebase merge to preserve the original conventional commits for semantic-release.')"
'Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.')"

pr_url="$(gh pr create \
--repo "$REPOSITORY" \
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
gh pr merge "$pr_url" \
--repo "$REPOSITORY" \
--auto \
--rebase
--merge

echo "Auto-merge enabled for ${pr_url}"

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ node_modules
.settings/
*.sublime-workspace
.zed*
.codex/environments

# IDE - VSCode
.vscode/*
Expand Down
Loading
Loading