New Home for Repositories and Docker Images

In our latest update, we’ve made some structural changes by moving our repositories and Docker images to the newly created github.com/graphql-hive organization on GitHub.

GitHub Repositories

We’ve moved our main Hive repository from kamilkisiela/graphql-hive to graphql-hive/platform. Additionally, the Hive Gateway has been extracted from ardatan/graphql-mesh and can now be found at graphql-hive/gateway.

Previously, our repositories were spread across multiple organizations and users. Now you can find all Hive repositories in one place, making it easier to navigate and contribute.

Give us a star on GitHub to show your support and stay up-to-date with the latest changes!

Docker Images

For those using our Docker images, we’ve move them as well.

All images are now available under the ghcr.io/graphql-hive namespace on GitHub Container Registry.

Hive (self-hosted)

If you self-host Hive, please update your Docker files to the new image paths:

- ghcr.io/kamilkisiela/graphql-hive/<image-name>
+ ghcr.io/graphql-hive/<image-name>
 
- ghcr.io/kamilkisiela/graphql-hive/emails
+ ghcr.io/graphql-hive/emails

We recently began versioning the components of self-hosted Hive to enhance stability and upgrade management. Read more about versioning here.

Hive-flavored version of Apollo Router

Many of you use our customized Apollo Router with Hive-specific features built in.

- ghcr.io/kamilkisiela/graphql-hive/apollo-router
+ ghcr.io/graphql-hive/apollo-router

Hive Gateway

For those using our GraphQL Gateway, be sure to update the image path as well.

- ghcr.io/ardatan/hive-gateway
+ ghcr.io/graphql-hive/gateway

The old Docker images remain available but will no longer receive updates.