Skip to content

Commit

Permalink
Merge pull request #14 from cloudblue/bump/LITE-26093
Browse files Browse the repository at this point in the history
LITE-26093 Backend dependencies are bumped
  • Loading branch information
AntonHinz authored Mar 31, 2023
2 parents 2fdadcd + 921d75e commit 3f6bca5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

* 0.1.0: Initial version
* 0.1.1: Fixed DB creation location
* 0.2.0:
* 0.2.0: Enhancements
* Better Helpdesk Case generation
* DB Reconfigure API is reworked
* DB Activate API is enhanced: credentials validation, support for workload update
* 0.2.1: Backend dependencies are bumped
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cloudblueconnect/connect-extension-runner:27.13
FROM cloudblueconnect/connect-extension-runner:27.15

COPY pyproject.toml /install_temp/.
COPY poetry.* /install_temp/.
Expand Down
6 changes: 3 additions & 3 deletions dbaas/extension.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "DBaaS",
"description": "On-demand provisioning of cloud-based database storages as a service.",
"version": "0.2.0",
"version": "0.2.1",
"audience": ["reseller", "distributor", "vendor"],
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.2.0/README.md",
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.2.0/CHANGELOG.md",
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.2.1/README.md",
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.2.1/CHANGELOG.md",
"icon": "googleExtensionBaseline"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudblueconnect/eaas-database-extension",
"version": "0.2.0",
"version": "0.2.1",
"description": "On-demand provisioning of cloud-based database storages as a service.",
"author": "Ingram Micro",
"license": "Apache Software License 2.0",
Expand Down
42 changes: 21 additions & 21 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "./README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4"
connect-eaas-core = ">=27.8,<28"
connect-eaas-core = ">=27.10,<28"
motor = "3.*"
cryptography = "39.*"

Expand Down

0 comments on commit 3f6bca5

Please sign in to comment.