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