Skip to content

Commit

Permalink
feat: bump version 0.9.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd authored Dec 30, 2023
1 parent 9bd13c2 commit 12e27c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ optional arguments:
## Release History

- 0.9.0
* Features
* Features
- **BREAKING** support OpenMLDB 0.8.4. OpenMLDB 0.8.4 removed deploy response time, please use openmldb-exporter >= 0.9.0. Ref [Compatibility](#compatibility) info above
* Chores
- update deps
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye

ENV OPENMLDB_EXPORTER_VERSION=0.8.0
ENV OPENMLDB_EXPORTER_VERSION=0.9.0

RUN pip install --no-cache-dir openmldb-exporter==${OPENMLDB_EXPORTER_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ openmldb-exporter = "openmldb_exporter.exporter:main"
[tool.poetry.dependencies]
python = "^3.8"
prometheus-client = "^0.19.0"
openmldb = "^0.8.0"
openmldb = "^0.8.4"
# uncomment below to use openmldb sdk built from source
# set develop = true so changes in python will take effect immediately
# openmldb = { path = "../python/", develop = true }
Expand Down

0 comments on commit 12e27c4

Please sign in to comment.