File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 18
18
sudo : false
19
19
language : go
20
20
go :
21
- - 1.12 .x
21
+ - 1.14 .x
22
22
23
23
script :
24
24
- make all
Original file line number Diff line number Diff line change 1
1
Apache CloudStack CloudMonkey Changelog
2
2
---------------------------------------
3
3
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
+
4
14
Version 6.0.0
5
15
=============
6
16
This release includes
7
17
- Rewrite cloudmonkey in golang
8
18
- Interactive parameter completion
9
19
- Simplification of configuration
10
- - https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.0.0
11
20
12
21
Version 5.3.3
13
22
=============
Original file line number Diff line number Diff line change 21
21
LABEL Description="Apache CloudStack CloudMonkey; Go based CloudStack command line interface"
22
22
LABEL Vendor="Apache.org"
23
23
LABEL License=ApacheV2
24
- LABEL Version=6.0 .0
24
+ LABEL Version=6.1 .0
25
25
26
26
WORKDIR /work/
27
27
RUN apt -y update && apt -y install git golang-go build-essential && \
28
28
git clone https://github.com/apache/cloudstack-cloudmonkey.git && \
29
29
go version && \
30
30
cd cloudstack-cloudmonkey && \
31
- git checkout tags/6.0.0 && \
32
31
make all && \
33
32
pwd && \
34
33
ls -alh ./bin/cmk
Original file line number Diff line number Diff line change 21
21
cloudmonkey :
22
22
source : .
23
23
source-type : git
24
- source-tag : 6.0 .0
24
+ source-tag : 6.1 .0
25
25
plugin : go
26
26
go-importpath : github.com/apache/cloudstack-cloudmonkey
27
27
build-packages :
You can’t perform that action at this time.
0 commit comments