Skip to content

Commit a8b868a

Browse files
committed
v0.3.0-alpha.2: Fix cage status & vault everywhere
`cage status` should now work again. And the `vault` plugin should be enabled on all platforms.
1 parent 94ced7c commit a8b868a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.3.0-alpha.2 - 2020-04-09
8+
9+
### Added
10+
11+
- When running on Linux, we now set up `host.docker.internal` in the internal DNS.
12+
13+
### Changed
14+
15+
- The Vault plugin is now enabled on all platforms, including Windows.
16+
- `boondock` now uses `rustls` on all platforms, which should help make Windows support a bit easier.
17+
18+
### Fixed
19+
20+
- The `cage status` command works again, thanks to an updated version of `boondock`.
21+
- Logging and error message newlines have been fixed.
22+
23+
### Removed
24+
25+
- There are no longer any special `cargo` features to disable SSL, since it should now work everywhere.
26+
727
## 0.3.0-alpha.1 - 2020-04-08
828

929
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cage"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0-alpha.2"
44
authors = ["Eric Kidd <[email protected]>",
55
"Derek Kastner <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)