File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1818sudo : false
1919language : go
2020go :
21- - 1.12 .x
21+ - 1.14 .x
2222
2323script :
2424 - make all
Original file line number Diff line number Diff line change 11Apache 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+
414Version 6.0.0
515=============
616This 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
1221Version 5.3.3
1322=============
Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
2121LABEL Description="Apache CloudStack CloudMonkey; Go based CloudStack command line interface"
2222LABEL Vendor="Apache.org"
2323LABEL License=ApacheV2
24- LABEL Version=6.0 .0
24+ LABEL Version=6.1 .0
2525
2626WORKDIR /work/
2727RUN 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments