Skip to content

Commit

Permalink
v0.3.0-alpha.2: Fix cage status & vault everywhere
Browse files Browse the repository at this point in the history
`cage status` should now work again. And the `vault` plugin should be
enabled on all platforms.
  • Loading branch information
emk committed Apr 9, 2020
1 parent 94ced7c commit a8b868a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

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).

## 0.3.0-alpha.2 - 2020-04-09

### Added

- When running on Linux, we now set up `host.docker.internal` in the internal DNS.

### Changed

- The Vault plugin is now enabled on all platforms, including Windows.
- `boondock` now uses `rustls` on all platforms, which should help make Windows support a bit easier.

### Fixed

- The `cage status` command works again, thanks to an updated version of `boondock`.
- Logging and error message newlines have been fixed.

### Removed

- There are no longer any special `cargo` features to disable SSL, since it should now work everywhere.

## 0.3.0-alpha.1 - 2020-04-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.3.0-alpha.1"
version = "0.3.0-alpha.2"
authors = ["Eric Kidd <[email protected]>",
"Derek Kastner <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit a8b868a

Please sign in to comment.