Skip to content

Commit fdba72e

Browse files
changes: update changelog, bump version for next release v6.1.0
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 9549b6e commit fdba72e

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
sudo: false
1919
language: go
2020
go:
21-
- 1.12.x
21+
- 1.14.x
2222

2323
script:
2424
- make all

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
Apache CloudStack CloudMonkey Changelog
22
---------------------------------------
33

4+
Version 6.1.0
5+
=============
6+
This release includes
7+
- Fix issue of required parameters for tags and details
8+
- Fix issue of hostid parameter completing to show hosts with type=routing
9+
- Statically building the binary to not depend on gcc compiler #59
10+
- Allow http/https web-proxy support #49
11+
- Show keys as per provided filter for table/csv/column output #63
12+
- Don't sort header when filter keys are provided
13+
414
Version 6.0.0
515
=============
616
This release includes
717
- Rewrite cloudmonkey in golang
818
- Interactive parameter completion
919
- Simplification of configuration
10-
- https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.0.0
1120

1221
Version 5.3.3
1322
=============

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
2121
LABEL Description="Apache CloudStack CloudMonkey; Go based CloudStack command line interface"
2222
LABEL Vendor="Apache.org"
2323
LABEL License=ApacheV2
24-
LABEL Version=6.0.0
24+
LABEL Version=6.1.0
2525

2626
WORKDIR /work/
2727
RUN apt -y update && apt -y install git golang-go build-essential && \
2828
git clone https://github.com/apache/cloudstack-cloudmonkey.git && \
2929
go version && \
3030
cd cloudstack-cloudmonkey && \
31-
git checkout tags/6.0.0 && \
3231
make all && \
3332
pwd && \
3433
ls -alh ./bin/cmk

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parts:
2121
cloudmonkey:
2222
source: .
2323
source-type: git
24-
source-tag: 6.0.0
24+
source-tag: 6.1.0
2525
plugin: go
2626
go-importpath: github.com/apache/cloudstack-cloudmonkey
2727
build-packages:

0 commit comments

Comments
 (0)