Releases: hechi/healthy
Releases · hechi/healthy
Release 0.0.10
enable push to docker hub
Release 0.0.9
upgrade frontend libraries to latest version
Release 0.0.8
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
fix timestamp issue if not parsable
Release 0.0.6
make row clickable for history information
Release 0.0.5
fix backend build
Release 0.0.4
Change localDateTime to Instant This commit changes how the timestamp is represented.
Release 0.0.3
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
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
Adds missing step on release workflow