Skip to content

Commit

Permalink
prep for v0.21.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Apr 2, 2019
1 parent d6c9b25 commit 2529d14
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 0
:minor: 21
:patch: 4
:patch: 5
:special: ''
:metadata: ''
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )

before_install:
- openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem -out client.pem -d || true # true to prevent it from failing on forked PRs
- openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem.enc -out client.pem -d || true # true to prevent it from failing on forked PRs

install: bundle --jobs=3 --retry=3
cache:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEPENDENCIES

GRAPH
apt (3.0.0)
netuitive (0.21.4)
netuitive (0.21.5)
apt (>= 0.0.0)
yum (>= 0.0.0)
yum (3.10.0)
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.21.4
- no-op testing travis supermarket deploys

## 0.21.3
- no-op testing travis supermarket deploys

## 0.21.2
## 0.21.0.2-0.21.5
- no-op testing travis supermarket deploys

## 0.21.1
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
issues_url 'https://github.com/Netuitive/chef-netuitive/issues' if respond_to?(:issues_url)
source_url 'https://github.com/Netuitive/chef-netuitive' if respond_to?(:source_url)

version '0.21.4'
version '0.21.5'

depends 'apt'
depends 'yum'
Expand Down

0 comments on commit 2529d14

Please sign in to comment.