Skip to content

Commit

Permalink
Updating to v0.9.7
Browse files Browse the repository at this point in the history
* Updated to version 0.9.7
* Added information to changelog regarding changes.
  • Loading branch information
disaac committed Sep 14, 2019
1 parent a7784b1 commit 134fc7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- image: circleci/ruby:2.5.5

environment:
COVALENCE_VERSION: 0.9.6
COVALENCE_VERSION: 0.9.7
TERRAFORM_VERSION: 0.12.6
SOPS_VERSION: 3.3.1
BUNDLER_VERSION: 1.17.2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.7 (Sep 14, 2019)

IMPROVEMENTS:
- Issue [#88](https://github.com/unifio/covalence/issues/88) Add input processing to packer stacks. Allows for shell interpolation processing on inputs for packer stacks.
- Can use the shell interpolation in the template to generate AWS assume role temporary keys to populate template. This allows for role assumption since role assumption is not supported from `~/.aws/config` attributes.

## 0.9.6 (Sep 9, 2019)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
covalence (0.9.6)
covalence (0.9.7)
activemodel (~> 5.2.0)
activesupport (~> 5.2.0)
aws-sdk-s3 (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/covalence/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Covalence
VERSION = "0.9.6"
VERSION = "0.9.7"
end

0 comments on commit 134fc7f

Please sign in to comment.