Skip to content

Commit

Permalink
release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 28, 2020
1 parent 499d9f7 commit 061fee6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [v3.0.1]
### Fixed
- rescue on `ChefVault::Exceptions::ItemNotFound` as `chef-valut` starting `v4.0.6` now returns an exception when the item is not found (@mark-wagner)

## [v3.0.0] - 2019-12-17
### Breaking Changes
- upodated the `apt`, `yum`, and `msi` repo paths to use the [EOL urls](http://eol-repositories.sensuapp.org/) which was announced [here](https://blog.sensu.io/announcing-the-sensu-archives). This is only breaking if you have specific whitelisted URLs for the old repos in an `http(s)` proxy. See [#632](https://github.com/sensu/sensu-chef/pull/632) for more details. (@duncaan)
Expand Down Expand Up @@ -58,7 +62,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- Allow default package options to be overridden


[Unreleased]: https://github.com/sensu/uchiwa-chef/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/sensu/uchiwa-chef/compare/v3.0.1...HEAD
[v3.0.1]: https://github.com/sensu/uchiwa-chef/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/sensu/uchiwa-chef/compare/v2.1.0...v3.0.0
[v2.1.0]: https://github.com/sensu/uchiwa-chef/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/sensu/uchiwa-chef/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures uchiwa'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.0.0'
version '3.0.1'

depends 'chef-vault', '>= 1.3.1'

Expand Down

0 comments on commit 061fee6

Please sign in to comment.