Skip to content

chore(master): release authup 0.2.0 - #1

Merged
tada5hi merged 1 commit into
masterfrom
release-please--branches--master--components--authup
Aug 4, 2026
Merged

chore(master): release authup 0.2.0#1
tada5hi merged 1 commit into
masterfrom
release-please--branches--master--components--authup

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

0.2.0 (2026-08-04)

⚠ BREAKING CHANGES

  • authup: rename admin UI to client-admin-console (values: ui -> adminConsole) (#3)

Features

  • authup: mount an operator console theme (#5) (74942eb)

Bug Fixes

  • authup: correct chart license metadata and add icon (2b66e36)

Code Refactoring

  • authup: rename admin UI to client-admin-console (values: ui -> adminConsole) (#3) (cdf8a1a)

This PR was generated with Release Please. See documentation.

@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: fb9281fc-380d-42cd-a5c3-5c9c7dafc965

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actionsBotforce-pushed the release-please--branches--master--components--authup branch 2 times, most recently from fa047d8 to 5d97c4fCompareAugust 4, 2026 06:47
@github-actionsgithub-actionsBot changed the title chore(master): release authup 0.1.1chore(master): release authup 0.2.0Aug 4, 2026
@github-actions
github-actionsBotforce-pushed the release-please--branches--master--components--authup branch from 5d97c4f to a583622CompareAugust 4, 2026 07:29
@github-actions
github-actionsBotforce-pushed the release-please--branches--master--components--authup branch from a583622 to 2cedd7bCompareAugust 4, 2026 08:06
@tada5hi
tada5hi merged commit 5ac3380 into masterAug 4, 2026
tada5hi added a commit that referenced this pull request Aug 19, 2026
charts/authup sets skip-github-release because chart-releaser owns the
authup-<version> release: cr upload --skip-existing skips an existing
release wholesale rather than uploading into it, so a release-please
release would leave the chart .tgz unattached and the index.yaml download
URL dangling.
With that the only package, release-please created zero releases, so it
never reached the step that swaps a merged release PR's "autorelease:
pending" label for "autorelease: tagged". PR #1 kept the label, and every
run since aborted PR creation with "There are untagged, merged release PRs
outstanding" while still exiting 0, leaving the workflow green while no
release PR was ever opened again.
Add a root package (release-type simple, component root) linked to the
chart, the shape PrivateAIM/helm uses. It creates one real release per
cycle, which restores the label swap and makes releases_created meaningful,
and linked-versions keeps both components on one version. This replaces the
label-clearing workflow step added in 93ecbba.
bootstrap-sha moves to the authup-0.2.0 commit: root has no release yet, so
it would otherwise inherit the whole history including refactor(authup)!,
releasing root as 0.3.0 and dragging the chart along through linked-versions.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tada5hi