This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
Releases: bentoml/bentoctl
Releases Β· bentoml/bentoctl
v0.4.0
What's Changed
- feat(config): add
env
block to deployment config by @judahrand in #196 - feat: added more options for bentoctl build to match options available via buildx by @jjmachan in #190
- chore: adding codeowners for bentoctl by @aarnphm in #200
- fix: remove help message and lowercase bool values by @jjmachan in #197
- chore: relax pypi restriction by @aarnphm in #199
- test: add pydantic requirement to test-bento by @jjmachan in #186
- feat: auto-approve flag for bentoctl apply and destory by @jjmachan in #198
- Update README.md by @timliubentoml in #201
- fix: find root path of executable when calling Popen by @jjmachan in #204
- doc: fix typo in aws-ec2.md by @davkime in #206
- chore: switch to PDM by @frostming in #209
- fix: copy models to bento directory by @frostming in #210
New Contributors
- @judahrand made their first contribution in #196
- @davkime made their first contribution in #206
- @krasserp made their first contribution in #208
- @frostming made their first contribution in #209
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- chore: Update version to 0.3.3 by @ssheng in #184
- docs: revamp docs by @jjmachan in #171
- fix: pass the --load flag with buildx build to make result img available by @jjmachan in #187
- docs: Update README.md by @parano in #193
- docs: Update README.md by @parano in #194
- build: Update version to 0.3.4 by @jjmachan in #192
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- stable bentoml 1.0 as dependency by @jjmachan in #178
- fix: update flow by @jjmachan in #177
- fix: removed extra char in github repo name by @jjmachan in #179
- docs: typo in destory/destroy by @cxz in #181
- fix: calling the bentoml's track() with incorrect CliEvent by @jjmachan in #176
- feat:
--debug
will print the path for the intermediate deployable created by @jjmachan in #182
New Contributors
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update README.md by @yubozhao in #170
- fix: update return statement of create deployable by @jjmachan in #173
- test: added a test script and bento for easier end2end testing by @jjmachan in #172
- doc: fix the cli doc string in operator-install by @jjmachan in #175
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.2.3
What's Changed
- docs: updated docs related to deployment_configs operator section by @jjmachan in #156
- Update pyproject, remove gitpython dep and update support py version by @yubozhao in #155
- feat: error message string now shows Exception name by @jjmachan in #157
- update migration process in readme by @yubozhao in #161
- Update README.md by @yubozhao in #162
- Update operator-list.md by @yubozhao in #163
- refactor: bring common utils used accross the operators into one place by @jjmachan in #158
- fix: pin bentoml version to 1.0.0a7 by @jjmachan in #164
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Create LICENSE by @yubozhao in #30
- Create CODE_OF_CONDUCT.md by @yubozhao in #31
- bentoctl 1.0 by @yubozhao in #50
- ci: run ci when pushed to main by @jjmachan in #52
- feat: using poetry to manage dependencies by @jjmachan in #51
- Add demo gif by @jjmachan in #53
- ci: switching to poetry by @jjmachan in #55
- user experience: auto select operator, if only one in the list by @yubozhao in #56
- test: adding tests for DeploymentConfig by @jjmachan in #54
- build: using stable version of bentoml by @jjmachan in #57
- test: for cli deployment commands (describe, deploy, delete, update) by @jjmachan in #58
- fix: small fixes by @jjmachan in #59
- Revert "fix: small fixes (#59)" by @yubozhao in #60
- fixes: small fixes by @jjmachan in #61
- ci: use poetry run for flake8 and black by @jjmachan in #62
- feat: use existing path in operator registy in case of local operator install by @jjmachan in #63
- fix: 'type' is not a required value for the schema by @jjmachan in #64
- ci: setup codecov action by @jjmachan in #65
- Update .flake8 by @aarnphm in #66
- feat: setup logging with debug mode by @jjmachan in #67
- Update README.md by @yubozhao in #68
- version for bentoctl package by @jjmachan in #70
- Describe deployment after deploy & update by @jjmachan in #69
- docs: adding documentation for bentoctl by @jjmachan in #71
- update documentation and readme by @yubozhao in #72
- Update links in README.md by @yubozhao in #73
- Update core-concepts.md by @yubozhao in #74
- update markdown format in concepts by @yubozhao in #75
- update release script by @yubozhao in #76
- better error handling for deployment actions by @yubozhao in #77
- fixing lint errors and slack linkst by @jjmachan in #78
- docs: update README.md by @parano in #80
- Add codeql ci by @yubozhao in #82
- update release script and documentation by @yubozhao in #83
- clean up release script by @yubozhao in #84
- Enable pip install editable mode with poetry by @yubozhao in #85
- Fix git clone when adding operator to make use of https instead of ssh. by @mauricioalarcon in #91
- docs: update slack community link by @timliubentoml in #92
- GitOps refactor by @yubozhao in #93
- fix dependency issue by @yubozhao in #94
- fix: init fix by @jjmachan in #95
- fix: added proper exception handling by @jjmachan in #99
- Update cli build command by @yubozhao in #100
- update license by @yubozhao in #101
- change cli name for build and update cli option for init by @yubozhao in #106
- Remove metadata by @jjmachan in #107
- refactor select template function in interactive mode by @yubozhao in #108
- docs: make the help messages inside bentoctl consistent by @jjmachan in #110
- fix: docker tag utils issues by @jjmachan in #109
- fix: improve docs strings and prompts by @jjmachan in #111
- fix: print only generated files and improved user prompt by @jjmachan in #114
- docs: improve doc string and add issue and PR template by @jjmachan in #113
- fix: tag_image_function using the wrong arguments by @jjmachan in #115
- Update readme by @yubozhao in #116
- test: removing old tests and fixing linting issues by @jjmachan in #117
- Add guide and update read for deployment with bentoml 0.13 version by @yubozhao in #120
- feat: make deployment_config.yaml file default if -f flag not given by @jjmachan in #121
- fix: incorrect generated image tag for bentoctl by @jjmachan in #122
- feat: added a new destroy command and experimental apply command by @jjmachan in #123
- refactor terraform scripts and apply/destroy cli commands by @yubozhao in #126
- test: adding tests by @jjmachan in #119
- chore: changes to python project configs by @jjmachan in #127
- fix: missing else condition in terraform_run by @jjmachan in #128
- fix: create_repository should returns repository_url instead of registry info by @jjmachan in #129
- Add usage stats by @yubozhao in #130
- docs: update introduction page by @jjmachan in #135
- chore: new pr template by @jjmachan in #138
- ci: updated codecov settings by @jjmachan in #137
- docs: use bentoml import by @jjmachan in #141
- Operator version by @yubozhao in #134
- feat: help message post build command by @jjmachan in #151
- Update quickstart.md with required pip package by @yubozhao in #152
New Contributors
- @aarnphm made their first contribution in #66
- @parano made their first contribution in #80
- @mauricioalarcon made their first contribution in #91
- @timliubentoml made their first contribution in #92
Full Changelog: https://github.com/bentoml/bentoctl/commits/v0.2.0