Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Releases: jhipster/jhipster-console

JHipster Console 2.1.0 Release

02 Jun 16:35
Compare
Choose a tag to compare

This release was marked by a big refactoring to use the official elastic docker images as advised in the elasticsearch docs. Huge thanks to @ygokirmak for his work ! This helped us remove a lot of hacks and makes the code cleaner and easier to maintain.

We have also upgraded to the latest version of the Elastic stack (v5.4.0), Zipkin (v1.26) and Elastalert (v0.1.14). Big thanks to @anjia0532 who helped with the upgrade.

This release also introduce the jhipster-import-dashboards sidekick that separate the dashboard import in its own container which means that it is now easier to load dashboards to an external Elasticsearch instance.

JHipster Console 2.0.1 Release

28 Mar 16:29
Compare
Choose a tag to compare

Fix a problem with JHipster Zipkin docker image

JHipster Console 2.0.0 Release

28 Mar 16:20
Compare
Choose a tag to compare
  • Based on Elastic v5
  • Add distributed tracing with Zipkin and the Zipkin UI with linking to the Kibana log dashboard for a given trace ID.
  • Some dashboards improvement
  • Improved Timelion, more powerful to visualize metrics, do metrics aggregation, derivatives, etc...

JHipster Console 2.0.0

06 Nov 22:52
Compare
Choose a tag to compare
Pre-release
  • Migrate to Elastic Stack v5.0
  • Add some new dashboards

JHipster Console 1.3.2

12 Sep 16:07
Compare
Choose a tag to compare

Bug fix release:

  • Correct Elastalert configuration

JHipster Console 1.3.1

05 Sep 09:24
Compare
Choose a tag to compare
  • Upgrade Elasticsearch, Logstash and Kibana to latest versions
  • Allow the Elasticsearch URL to be specified with an environment variable: #39

JHipster Console 1.3.0

25 May 12:29
Compare
Choose a tag to compare

This release introduce a reorganisation of the project to simplify setup and version management.
To achieve this goal, we have created 3 new images at Docker Hub:

  • jhipster/jhipster-elasticsearch: based on the official elasticsearch image
  • jhipster/jhipster-logstash: based on the official logstash image with the default logstash configuration file already available in the image itself
  • jhipster/jhipster-alerter: custom build image based on python:2.7-wheezy on which Elastalert is installed

The main benefits of the new release:

  • The simple "bootstrap" setup now works out of the box (no volumes needs to be setup)
  • The console can be more easily deployed to docker in production
  • Version management is also simpler (just specify the same version of the jhipster-elasticsearch, jhipster-logstash and jhipster-console images)
  • This release also update versions of all dependencies.

JHipster Console 1.2.1

18 May 08:11
Compare
Choose a tag to compare
  • Upgraded Elasticsearch, Logstash and Elastalert
  • Fixed the link to start Timelion

JHipster Console 1.2.0

17 May 16:20
Compare
Choose a tag to compare
  • Fixed a bug with Elastalert. Thanks @NOTtardy.
  • Added bootstrap instructions to setup the JHipster-Console more quickly (by using the official jhipster/jhipster-console docker image instead of building it locally).

JHipster Console 1.1.0

29 Apr 14:30
Compare
Choose a tag to compare
  • Upgraded Kibana (4.5.0), Logstash (2.3.0-1) and Elasticsearch (2.3.1)
  • Added a bootstrap installer to set up the JHipster Console using the jhipster/jhipster-console image from the Docker Hub