Skip to content

Releases: bentoml/Yatai

v0.3.2

08 Jun 01:48
eb22598
Compare
Choose a tag to compare

What's Changed

  • Make sure display access endpoint only when deployment running by @yubozhao in #241

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 May 01:35
Compare
Choose a tag to compare

What's Changed

  • feat: feeding s3 configuration and docker configuration from env vars by @yetone in #237

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 May 01:35
Compare
Choose a tag to compare

What's Changed

  • Update documenation for getting token and instruction on the setup page by @yubozhao in #194
  • docs: update getting started guide in readme by @parano in #212
  • feat: store runners in bento manifest by @yetone in #213
  • lint: fix the problem that golangci-lint does not support go 1.18 by @yetone in #214
  • lint: fix the problem that golangci-lint does not support to go 1.18 by @yetone in #215
  • docs: update getting started section to fold by default by @parano in #216
  • fix: frontend bugs and backend bugs by @yetone in #218
  • feat: distributed runner by @yetone in #217
  • chore: add instruction on first time setup for yatai devs by @aarnphm in #222
  • chore: cleanup nix shell to be compatible with --pure by @aarnphm in #224
  • feat: deployment support off ingress by @yetone in #225
  • hotfix: read undefined attribute by @yetone in #229
  • feat: add a caption for the ingress toggle by @yetone in #227
  • fix: the logic of permission judgment and the UI of user information by @yetone in #230
  • chore: remove nix instruction from DEVELOPMENT.md by @aarnphm in #231
  • refactor: users with the developer role cannot create deployments by @yetone in #232
  • feat: hide api token of k8s bot by @yetone in #233
  • fix: model context is json format by @yetone in #234

Full Changelog: v0.2.1...v0.3.0

v0.2.1

31 Mar 04:03
4529907
Compare
Choose a tag to compare

Hotfix when using goroutine, pix transaction runtime will panic

What's Changed

  • hotfix: pgx transaction runtime panic if it is under a goroutine by @yetone in #209

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Mar 02:51
3428069
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.3

01 Mar 03:05
4cd39f1
Compare
Choose a tag to compare

What's Changed

  • DOC add missing whitespace in README.md by @sotte in #164
  • feat: add namespace for deployment by @yetone in #167
  • Allow build jobs run on git tag push by @yubozhao in #174
  • Revamp UI for member page and update endpoints by @yubozhao in #165

New Contributors