v0.1.7
Key Changes
- Installation steps for ubuntu, amazon linux 2 and mac OS are automated via a script.
- Flame-in-a-Box (FIAB) env (A small scale dev env) is improved to use a latest official flame image (from docker hub) without need for building a flame image locally. This feature is mainly for users who wish to try out flame quickly.
- mlflow's version upgrade caused incompatibility issue on keras module, which made metrics report to mlflow throw an error. This issue was fixed.
- job template file is updated to prefer node with GPU resource. If gpu resource is not available in a cluster, a job is scheduled on non-gpu nodes.
What's Changed
- build(deps): bump docker/metadata-action from 3.3.0 to 4.1.1 by @dependabot in #269
- build(deps): bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 by @dependabot in #99
- build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #266
- build(deps): bump github.com/cbroglie/mustache from 1.3.1 to 1.4.0 by @dependabot in #177
- build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.1 by @dependabot in #199
- build(deps): bump go.uber.org/zap from 1.21.0 to 1.23.0 by @dependabot in #219
- build(deps): bump protobuf from 3.19.4 to 3.19.5 in /lib/python by @dependabot in #236
- chore: comparison of openapi directories by @myungjin in #273
- fix: mlflow flavor "keras" not found by @myungjin in #274
- Add --local-img flag to the shell script to use dev tag for local testing by @Divlik in #275
- Installation steps for ec2 instance by @RaviKhandavilli in #280
- chore: a skeleton script to configure minikube by @myungjin in #284
- updated fiab documentation by @RaviKhandavilli in #285
- chore: automate minikube installation in amzn2 by @myungjin in #287
- ubuntu fiab prerequisites installer by @RaviKhandavilli in #288
- fix: installation script for amzn2 by @myungjin in #290
- chore: add badge for flame slack channel by @myungjin in #291
- updated ubuntu fiab documentation by @RaviKhandavilli in #289
- mac fiab prerequisites automation by @RaviKhandavilli in #294
- updated fiab installation documents by @RaviKhandavilli in #295
- updated deployer script to use public image by @RaviKhandavilli in #296
- misc: bump up mongodb chart version in fiab by @myungjin in #300
- conf: update for gpu in job template by @myungjin in #301
Full Changelog: v0.1.6...v0.1.7