Skip to content

Releases: hechi/healthy

Release 0.0.10

19 May 10:27
Compare
Choose a tag to compare
enable push to docker hub

Release 0.0.9

19 May 08:51
Compare
Choose a tag to compare
upgrade frontend libraries to latest version

Release 0.0.8

19 May 08:33
Compare
Choose a tag to compare
Bump webpack from 5.72.0 to 5.83.1 in /healthy-ui

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.83.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.83.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Release 0.0.7

07 May 07:26
Compare
Choose a tag to compare
fix timestamp issue if not parsable

Release 0.0.6

26 Apr 19:18
Compare
Choose a tag to compare
make row clickable for history information

Release 0.0.5

18 Apr 09:49
Compare
Choose a tag to compare
fix backend build

Release 0.0.4

09 Sep 20:23
Compare
Choose a tag to compare
Change localDateTime to Instant

This commit changes how the timestamp is represented.

Release 0.0.3

07 Sep 22:09
Compare
Choose a tag to compare
Fix loading environmen variables in react

Currently it is not possible to load the enviroment
variables after the build process. The only way is
to trick the nginx by generating an env-config.js
via env.sh which is loading the environment variables
into the file above. This file is later provided by
the nginx and loaded in the react application.

The solution is based on: https://www.freecodecamp.org/news/how-to-implement-runtime-environment-variables-with-create-react-app-docker-and-nginx-7f9d42a91d70/

Release 0.0.2

02 Sep 20:55
Compare
Choose a tag to compare
Change location of configuration

We have to change the location for the healthy.yaml because k8s
deployment does not allow to mount the root folder.

Release 0.0.1

02 Aug 21:12
Compare
Choose a tag to compare
Adds missing step on release workflow