Skip to content

ci(release)!: v17#240

Merged
dargmuesli merged 17 commits intomainfrom
beta
Apr 4, 2026
Merged

ci(release)!: v17#240
dargmuesli merged 17 commits intomainfrom
beta

Conversation

@dargmuesli
Copy link
Copy Markdown
Member

dargmuesli and others added 8 commits February 20, 2026 04:20
## [17.0.0-beta.1](16.0.8...17.0.0-beta.1) (2026-02-20)

### ⚠ BREAKING CHANGES

* **postgraphile:** change forward authorization path

### Features

* **postgraphile:** change forward authorization path ([0e9cc64](0e9cc64))
* **vibetype:** allow csrf token access control header ([1ccdd94](1ccdd94))
feat(postgraphile)!: upgrade to v5
## [17.0.0-beta.2](17.0.0-beta.1...17.0.0-beta.2) (2026-02-20)

### ⚠ BREAKING CHANGES

* **postgraphile:** upgrade to v5

### Features

* **postgraphile:** upgrade to v5 ([0113383](0113383))
## [17.0.0-beta.3](17.0.0-beta.2...17.0.0-beta.3) (2026-02-23)

### Features

* **zammad:** add ([f913dfc](f913dfc))

### Bug Fixes

* **deps:** lockfile maintenance ([0785ef9](0785ef9))
* **deps:** update ghcr.io/maevsi/vibetype to v13.3.3 ([a175137](a175137))
* **elasticsearch:** correct security configuration ([ccda936](ccda936))
* **elasticsearch:** set memory ([e257b75](e257b75))
* **vibetype:** move allowed headers from postgraphile ([421ae19](421ae19))
* **zammad-init:** restart on failure only ([3fb38d9](3fb38d9))
* **zammad-nginx:** resolve certificate ([e95bf06](e95bf06))
* **zammad:** set nginx server scheme ([f035ac5](f035ac5))

### Performance Improvements

* **elasticsearch:** add resource constraints ([3ae4d73](3ae4d73))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 2 commits March 11, 2026 02:16
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0-beta.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 3 commits April 3, 2026 08:31
feat(postgraphile)!: upgrade to v2
## [17.0.0-beta.5](17.0.0-beta.4...17.0.0-beta.5) (2026-04-03)

### ⚠ BREAKING CHANGES

* **postgraphile:** upgrade to v2

### Features

* **postgraphile:** upgrade to v2 ([66a6a3f](66a6a3f))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0-beta.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

## [17.0.0-beta.6](17.0.0-beta.5...17.0.0-beta.6) (2026-04-03)

### Bug Fixes

* schedule release ([ea30303](ea30303))
* schedule release ([241dd6d](241dd6d))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0-beta.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the v17 release by updating the PostGraphile deployment/configuration across development and production, including routing/auth path adjustments and release metadata updates.

Changes:

  • Update PostGraphile service configuration (image/tag changes, Traefik forward-auth path, router rules, port, and secret/key wiring).
  • Switch JWT key material references from RS256 to ES256 across development (and add corresponding public keys).
  • Bump release version and changelog; document new postgraphile_data volume.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/production/production.yml Pins the production PostGraphile image and updates the (commented) JWT public key mount reference.
src/production/configurations/postgraphile/jwtES256.key.pub Adds a production JWT public key file intended for ES256 verification.
src/production/configurations/postgraphile/.postgraphilerc.js Removes the legacy PostGraphile RC configuration file.
src/development/stack.yml Updates PostGraphile routing/auth path, switches ports and images, rewires secrets/keys, and adds postgraphile_data volume usage.
src/development/secrets/postgraphile/jwt-secret.secret.template Updates dev JWT secret generation instructions from RSA to EC.
src/development/secrets/postgraphile/jwt-secret.secret Replaces the committed dev JWT private key with an EC key.
src/development/configurations/postgraphile/jwtRS256.key.pub Removes the RS256 public key from development configs.
src/development/configurations/postgraphile/jwtES256.key.pub Adds the ES256 public key to development configs.
README.md Documents the new postgraphile_data volume.
package.json Bumps the package version to 17.0.0-beta.5.
CHANGELOG.md Adds the 17.0.0-beta.5 release entry describing the PostGraphile upgrade.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dargmuesli dargmuesli marked this pull request as ready for review April 3, 2026 09:19
@dargmuesli dargmuesli merged commit 679c884 into main Apr 4, 2026
13 checks passed
@dargmuesli dargmuesli deleted the beta branch April 4, 2026 15:20
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants