This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new b8c8e17318c upgrade: fix debian/changelog
b8c8e17318c is described below
commit b8c8e17318cc28e57d1b38f2aa2f0b456c9bac52
Author: Wei Zhou <[email protected]>
AuthorDate: Tue Sep 12 17:38:14 2023 +0200
upgrade: fix debian/changelog
---
debian/changelog | 10 ++++++++--
ui/package-lock.json | 2 +-
ui/package.json | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fae4c85e4fc..738acdeccfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,17 @@ cloudstack (4.18.2.0-SNAPSHOT) unstable; urgency=low
* Update the version to 4.18.2.0-SNAPSHOT
+ -- the Apache CloudStack project <[email protected]> Thu, 12 Sep
2023 17:36:00 +0200
+
+cloudstack (4.18.1.0) unstable; urgency=low
+
+ * Update the version to 4.18.1.0
+
-- the Apache CloudStack project <[email protected]> Thu, 07 Sep
2023 08:50:50 +0200
-cloudstack (4.18.2.0-SNAPSHOT-SNAPSHOT) unstable; urgency=low
+cloudstack (4.18.1.0-SNAPSHOT) unstable; urgency=low
- * Update the version to 4.18.2.0-SNAPSHOT-SNAPSHOT
+ * Update the version to 4.18.1.0-SNAPSHOT
-- the Apache CloudStack project <[email protected]> Wed, 21 Jun
2023 12:30:00 +0200
diff --git a/ui/package-lock.json b/ui/package-lock.json
index a2040516ead..da49155298e 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cloudstack-ui",
- "version": "4.18.1",
+ "version": "4.18.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/ui/package.json b/ui/package.json
index 459646a85b4..65fa23086c7 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "cloudstack-ui",
"description": "Modern role-based Apache CloudStack UI",
- "version": "4.18.1",
+ "version": "4.18.2",
"homepage": "https://cloudstack.apache.org/",
"repository": {
"type": "git",