Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent 45b856b commit 7541525
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/dirty-schools-call.md

This file was deleted.

18 changes: 18 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# hive

## 2.0.0

### Major Changes

- [#6142](https://github.com/graphql-hive/console/pull/6142)
[`25f1460`](https://github.com/graphql-hive/console/commit/25f14604f482ac42826c63ec08bc108a67d37fd0)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Docker Compose: Upgrade the PostgreSQL
version for Docker Compose from version 14.13 to use 16.4. This change is published as major, as
it requires attention based on your setup.

For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud
provider's or IT's recommendation.

For self-hosters running in Docker, you can read about
[upgrading PostgreSQL in a Docker container here](https://helgeklein.com/blog/upgrading-postgresql-in-docker-container/).

> The Hive data that was previously created with PostgreSQL v14 is compatible with v16.
## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "1.2.4",
"version": "2.0.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down

0 comments on commit 7541525

Please sign in to comment.