Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Falzon committed Mar 18, 2020
1 parent b889ad2 commit 5aede6e
Showing 1 changed file with 76 additions and 52 deletions.
128 changes: 76 additions & 52 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
1.10.0
------
# Changelog


## 1.11.0

### New

* Add new `exo vm snapshot show` command to display a Compute instance snapshot details

### Bug Fixes

* Fix configuration file detection issue on Windows
* Fix Calico version error in `exo lab kube` (#225)

### Changes

* Configuration profiles management (`exo config`) has been improved (#221)
* The following commands now support output customization through the global `--output-format|-O` flag:
* `exo affinitygroup create`
* `exo privnet create`
* `exo sshkey create`
* `exo sshkey upload`
* `exo vm snapshot create`
* `exo vm template register`


## 1.10.0

### New

* Add support for resource-level IAM API keys creation (#219)

1.9.0
-----

## 1.9.0

### New

Expand All @@ -22,8 +47,7 @@
* Improves the output of the `exo iam apikey operations` command (#212)


1.8.0
-----
## 1.8.0

### New

Expand All @@ -39,8 +63,8 @@
* Print back the SOS HTTP link when granting a canned `--public-read` or `--public-read-write` ACL (#208)
* `-z` is now available as a shorthand parameter wherever a `--zone` parameter is accepted (#209)

1.7.0
-----

## 1.7.0

### New

Expand All @@ -56,8 +80,8 @@

* `exo vm show` now displays attached Private Networks (#196)

1.6.0
-----

## 1.6.0

### New

Expand All @@ -77,17 +101,18 @@
* `exo vm` lifecycle commands (`start`, `stop`...) are now more efficient with multiple instances (#134)
* On Windows, `exo sos` commands now require an external file containing the Exoscale SOS secure certificate chain. Use
the `exo sos --help` for more information regarding this issue.



1.5.1
-----
## 1.5.1

- Fix network retrieval by name (#175)
- `exo vm serviceoffering`: show the ID (#178)
- `exo zone`: honor command output formatting options (#179)
- `exo vm serviceoffering`: honor command output formatting options (#182)

1.5.0
-----

## 1.5.0

- Add new flag `--recursive` to the `sos delete` command to empty a bucket before deleting it (#172)
- Add "quiet" mode (#171)
Expand All @@ -98,14 +123,14 @@
- Require protocol to be specified if a port is provided when adding a Security Group rule
- Require a user-data maximum length of 32Kb during instance creation (#168)

1.4.1
-----

## 1.4.1

- Disable logging by default in `sos upload` command (#160)
- Fix bug in `vm template list` command (#161)

1.4.0
-----

## 1.4.0

- Fix SOS upload large file corruption bug (#137)
- Add support for commands output customization (#150)
Expand All @@ -116,15 +141,15 @@
- Require confirmation for `vm stop`/`vm reboot` commands (#156)
- Update egoscale to 0.18.1

1.3.0
-----

## 1.3.0

- config: add support for client request custom HTTP headers
- vm: add support for *rescue profile* to `vm create`
- Various `exo * show` commands output normalization

1.2.0
-----

## 1.2.0

- Fix content-type sniffing on files < 512 bytes
- Add the registerCustomTemplate call
Expand All @@ -137,8 +162,8 @@
- exoscale/mcorbin/ch1915/eip-health-check
- eip_create/eip-show: support for healthchecks

1.1.4
-----

## 1.1.4

- kube: calico/docker version
- vm: reset could accept a template parameter
Expand All @@ -147,25 +172,25 @@
- Pimp CMDs having this issue (issue #99) (pr #101)
- Allow VM instance security group modification

1.1.3
-----

## 1.1.3

- Fix #117
- makefile: build exoscale/cli:latest

1.1.2
-----

## 1.1.2

- config: panic on empty defaultZone
- fixup! config: improve life of people without config

1.1.1
-----

## 1.1.1

- config: improve life of people without config

1.1.0
-----

## 1.1.0

- Found a misspelling.
- Fix panic with env credentials
Expand All @@ -174,22 +199,22 @@
- affinitygroup: enrich show and list
- lab: kube: add flag --version to create subcommand

1.0.9
-----

## 1.0.9

- feature: affinitygroup show
- fix: no panics when the config is made via env variables only

1.0.8
-----

## 1.0.8

- feature: What do now?
- feature: allow multiple EIP deletion
- feature: runstatus show page
- fix: runstatus reflect API changes

1.0.7
-----

## 1.0.7

- feature: spinners instead of fake loading bars
- feature: `api admin listVirtualMachines`
Expand All @@ -198,14 +223,14 @@
- fix: `firewall add --my-ip` to not create the default CIDR
- change: `firewall add` sets a CIDR by default

1.0.6
-----

## 1.0.6

- feature: runstatus
- feature: lab kube

1.0.5
-----

## 1.0.5

- feature: sos recursive upload
- feature: EXOSCALE_TRACE on the sos command
Expand All @@ -214,35 +239,34 @@
- feature: dns remove asks for confirmation
- fix: `--my-ip` fix by @falzm

1.0.4
-----

## 1.0.4

- feature snapshot
- feature dns CAA record
- feature privnet `--cidrmask` as an alternative to `--netmask`
- manpage and bash autocompletion in binaries

1.0.3
-----

## 1.0.3

- feature exo status displaying the exoscale platform status
- feature new API call updateVmNicIp call
- feature sos download has a progress bar


1.0.2
-----
## 1.0.2

- feature sos listings `--short`
- fix change the account selection flag to `--use-account`
- fix version command do not require any config file

1.0.1
-----

## 1.0.1

- feature bump egoscale to v0.12.2

1.0.0
-----

## 1.0.0

- initial release

0 comments on commit 5aede6e

Please sign in to comment.