chore(release): version packages - #1824
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
September 4, 2026 19:01
db4a0ab to
5f0296a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2026 19:35
5f0296a to
f1279a3
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
hephaestus@0.77.0
Minor Changes
Patch Changes
names, their shared certificate, and the redirect that sends a browser back to
APP_HOSTNAMEare allconfigured in one place. An instance that names a single hostname routes and serves exactly as
before, and one fronted by a proxy that does not read this stack's routing configuration answers on
whatever names that proxy sends it — configure the extra names and their redirect there instead.
hephaestus.build. The imprint, the privacystatement, the in-app footer links,
security.txtand the documentation all name it, and the olderhephaestus.aet.cit.tum.deaddress continues to reach the same instance. Source links follow therepository to the
hephaestus-buildorganisation; images and signatures for releases cut before themove keep their original namespace and signing identity, so verifying an older release is unchanged.
Strict-Transport-Securitywhatever proxy sits in front of it. The header wasattached to the reverse proxy shipped with Hephaestus, so a deployment fronted by a different proxy —
a PaaS, or an existing ingress — served without it, and the omission was easy to miss because every
other security header comes from the responses themselves. Nothing changes for a deployment that uses
the bundled proxy.