Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from dgonyeo/v0.2.0
Browse files Browse the repository at this point in the history
release: v0.2.0
  • Loading branch information
Derek Gonyeo committed Nov 18, 2015
2 parents f89e941 + d8305bd commit c5c754d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v0.2.0

appc spec version: v0.7.1+git5a7af19

- Automatically fills in the `os` and `arch` labels on new builds.
- The `--modify` flag failed to properly use an alternate work context.
- The help page has been reformatted.
- Extracting ACIs during begin no longer requires root.
- Modifying an existing ACI that didn't have the `app` field set would cause an
error.
- Copy now has two modes of operation, toggled with the `-T` flag. The new mode
allows copying many files at once into the ACI, as opposed to a single one.
- When using begin with a local file, the path must now start with a `.`, `~`,
or `/`.

The following commands have been added to acbuild since the last release:
- cat-manifest
- isolator add
- isolator remove
- replace-manifest
- set-event-handler pre-start
- set-event-handler post-stop
- set-working-directory

## v0.1.1

appc spec version: v0.7.1+git5a7af19
Expand Down

0 comments on commit c5c754d

Please sign in to comment.