Skip to content

Galapagos 2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 13:47
· 58 commits to main since this release

Long time no see! Due to limited development capacity, it took a while to implement all the planned features for Galapagos 2.7.0, but finally, we made it! Also, we received more contributions from the community - thanks a lot! We always appreciate your efforts!

Galapagos 2.7.0 finally upgrades the UI to Bootstrap 5, while 2.6.x was in some kind of "intermediate" state with some ugly UI bugs. We hope UI experience is now back to normal.

Also, a really useful feature is the new flag developerWriteAccess for Kafka Clusters. If this is set to true for a given Cluster, Developers receive write access to the topics of their applications when they create a Developer API Key (or a Developer Certificate). This way, they can e.g. write test data using Offset Explorer or other Kafka Tools to their topics.

Usually, you would set that flag to true only for Development and maybe Integration Testing Clusters, but not for production clusters.

Along come many fixes (including Security updates of dependencies) and minor improvements, so enjoy this latest Galapagos Release!

Galapagos 2.7.0 is available at DockerHub, as they luckily refrained from killing their Free Plan. Still, we consider migrating to GitHub Container Registry with the next release.

Changes