This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
The following commit(s) were added to refs/heads/master by this push:
new fdba72e changes: update changelog, bump version for next release
v6.1.0
fdba72e is described below
commit fdba72e96514e2ffca20eb3ebc0c0a019fa6db94
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Jun 18 12:42:13 2020 +0530
changes: update changelog, bump version for next release v6.1.0
Signed-off-by: Rohit Yadav <[email protected]>
---
.travis.yml | 2 +-
CHANGES.md | 11 ++++++++++-
Dockerfile | 3 +--
snap/snapcraft.yaml | 2 +-
4 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 79c1491..01cd504 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
sudo: false
language: go
go:
- - 1.12.x
+ - 1.14.x
script:
- make all
diff --git a/CHANGES.md b/CHANGES.md
index b25f4d3..c661b1f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,13 +1,22 @@
Apache CloudStack CloudMonkey Changelog
---------------------------------------
+Version 6.1.0
+=============
+This release includes
+- Fix issue of required parameters for tags and details
+- Fix issue of hostid parameter completing to show hosts with type=routing
+- Statically building the binary to not depend on gcc compiler #59
+- Allow http/https web-proxy support #49
+- Show keys as per provided filter for table/csv/column output #63
+- Don't sort header when filter keys are provided
+
Version 6.0.0
=============
This release includes
- Rewrite cloudmonkey in golang
- Interactive parameter completion
- Simplification of configuration
-- https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.0.0
Version 5.3.3
=============
diff --git a/Dockerfile b/Dockerfile
index bf533ee..13fdbf1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,14 +21,13 @@ MAINTAINER "Apache CloudStack" <[email protected]>
LABEL Description="Apache CloudStack CloudMonkey; Go based CloudStack command
line interface"
LABEL Vendor="Apache.org"
LABEL License=ApacheV2
-LABEL Version=6.0.0
+LABEL Version=6.1.0
WORKDIR /work/
RUN apt -y update && apt -y install git golang-go build-essential && \
git clone https://github.com/apache/cloudstack-cloudmonkey.git && \
go version && \
cd cloudstack-cloudmonkey && \
- git checkout tags/6.0.0 && \
make all && \
pwd && \
ls -alh ./bin/cmk
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 05dd93f..d46de63 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -21,7 +21,7 @@ parts:
cloudmonkey:
source: .
source-type: git
- source-tag: 6.0.0
+ source-tag: 6.1.0
plugin: go
go-importpath: github.com/apache/cloudstack-cloudmonkey
build-packages: