Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cloudstack (4.19.1.0-SNAPSHOT) unstable; urgency=low
cloudstack (4.20.0.0-SNAPSHOT) unstable; urgency=low

* Update the version to 4.19.1.0-SNAPSHOT
* Update the version to 4.20.0.0-SNAPSHOT

-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 29 Jan 2024 10:21:52 +0530

cloudstack (4.19.0.0) unstable; urgency=low
cloudstack (4.19.0.0) unstable; urgency=low

* Update the version to 4.19.0.0

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FROM ubuntu:22.04

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.1.0-SNAPSHOT"
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.marvin
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FROM python:2

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.1.0-SNAPSHOT"
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.20.0.0-SNAPSHOT"

ENV WORK_DIR=/marvin

Expand Down