From 3e4a945708644b8f611fd831062134dffd7122e7 Mon Sep 17 00:00:00 2001 From: Jie Yang Date: Fri, 28 Aug 2015 16:14:57 -0400 Subject: [PATCH] v1.0.0 release --- CHANGELOG.md | 7 +++++-- metadata.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68defdc5f..878f34aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.0.0] - 2015-08-28 ### Added - New facts `cisco_node_utils` and `cisco_nxapi` report the installed version of these gems. - Providers requiring the `cisco_node_utils` feature will generate a warning message if an obsolete gem version is installed. @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Metadata URLs now point to new public GitHub repository. - Moved misc READMEs into /docs - NXAPI providers are marked as defaultfor 'nexus' operating system. +- Fixed beaker test for package and interface ospf +- Fixed sample install.pp ## [0.9.1] - 2015-08-13 ### Added @@ -36,5 +38,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release of puppetlabs-ciscopuppet module, supporting Cisco NX-OS software release 7.0(3)I2(1) on Cisco Nexus switch platforms: N95xx, N93xx, N30xx and N31xx. - Please note: 0.9.0 is an EFT pre-release for a limited audience with access to NX-OS 7.0(3)I2(1). Additional code changes may occur in 0.9.x prior to the final 1.0.0 release. -[unreleased]: https://github.com/cisco/cisco-network-puppet-module/compare/v0.9.1...develop +[unreleased]: https://github.com/cisco/cisco-network-puppet-module/compare/master...develop +[1.0.0]: https://github.com/cisco/cisco-network-puppet-module/compare/v0.9.1...v1.0.0 [0.9.1]: https://github.com/cisco/cisco-network-puppet-module/compare/v0.9.0...v0.9.1 diff --git a/metadata.json b/metadata.json index 990ad2c4f..95f0bafdc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-ciscopuppet", - "version": "0.9.1", + "version": "1.0.0", "author": "cisco", "summary": "Cisco Puppet providers and types for NX-OS devices", "license": "Apache-2.0",