Skip to content

Commit 93ffed7

Browse files
authored
Merge pull request #21 from cloudblue/bump/LITE-26810
LITE-26810 Backend dependencies are bumped
2 parents 7ee1f78 + 34eb307 commit 93ffed7

File tree

6 files changed

+35
-50
lines changed

6 files changed

+35
-50
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* Table columns now may be styled directly with a column descriptor `style` property
1717
* 0.2.3: Better handling of DB and Client Server errors
1818
* 0.3.0: Administrative UI
19-
* 0.3.1: Helpdesk Cases are automatically resolved in administrative actions, Frontend changes:
20-
* Add server errors handling
21-
* Add workload description and external link to docs
19+
* 0.3.1: Enhancements
20+
* Helpdesk Cases are automatically resolved in administrative actions
21+
* Frontend changes:
22+
* Added server errors handling
23+
* Added workload description and external link to docs
24+
* 0.3.2: Backend dependencies are bumped

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cloudblueconnect/connect-extension-runner:27.17
1+
FROM cloudblueconnect/connect-extension-runner:27.19
22

33
COPY pyproject.toml /install_temp/.
44
COPY poetry.* /install_temp/.

dbaas/extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "DBaaS",
33
"description": "On-demand provisioning of cloud-based database storages as a service.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"audience": ["reseller", "distributor", "vendor"],
6-
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.3.1/README.md",
7-
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.3.1/CHANGELOG.md",
6+
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.3.2/README.md",
7+
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.3.2/CHANGELOG.md",
88
"icon": "googleExtensionBaseline"
99
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudblueconnect/eaas-database-extension",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "On-demand provisioning of cloud-based database storages as a service.",
55
"author": "Ingram Micro",
66
"license": "Apache Software License 2.0",

poetry.lock

Lines changed: 22 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)