Bentoctl

Latest version: v0.4.0

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.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

0.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

0.2.0

What's Changed
* Create LICENSE by yubozhao in https://github.com/bentoml/bentoctl/pull/30
* Create CODE_OF_CONDUCT.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: tag_image_function 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: create_repository should returns repository_url 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

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.