Skip to content
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #182 from navidshaikh/fix-181
Browse files Browse the repository at this point in the history
Fix #181: vagrant-service-manager version 1.0.2 release
  • Loading branch information
navidshaikh committed May 9, 2016
2 parents 00c07da + 5db546a commit e14a1b9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## v1.0.2 May 09, 2016
- Add --script-readable to env and env docker @bexelbie
- Fix #178: Add status command and separate status from env @bexelbie
- Fix#173: Shows if kubernetes services is running in the box @navidshaikh
Expand All @@ -13,6 +15,7 @@
- Fixes #187, Updated commands in the Available Commands section @preeticp
- Fix #200: Simplify the eval hint for `vagrant service-manager env` command @budhrg
- Add environment variables for Openshift env output @bexelbie
- Fix #181: vagrant-service-manager version 1.0.2 release @navidshaikh

## v1.0.1 Apr 12, 2016
- Updated SPEC (v1.0.0) for url, date and format @budhrg
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-service-manager/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vagrant
module ServiceManager
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end
18 changes: 17 additions & 1 deletion vagrant-service-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global vagrant_plugin_name vagrant-service-manager

Name: %{vagrant_plugin_name}
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
Group: Development/Languages
Expand Down Expand Up @@ -88,6 +88,22 @@ popd
%{vagrant_plugin_instdir}/.gitattributes

%changelog
* Mon May 09 2016 Navid Shaikh - 1.0.2-1
- Add --script-readable to env and env docker @bexelbie
- Fix #178: Add status command and separate status from env @bexelbie
- Fix#173: Shows if kubernetes services is running in the box @navidshaikh
- Fix #169: Adds command for displaying box routable IP address @navidshaikh
- Fix message for box command on default help @budhrg
- Fix #184: Make env headers comments for vagrant service-manager env @bexelbie
- Fix #135: Refactor command.rb to make commands easier to add/maintain @budhrg
- Adds @budhrg as co-maintainer for the plugin @navidshaikh
- Fix #191: 'vagrant service-manager restart' not handled correctly @budhrg
- Fixes #187, Updated commands in the Available Commands section @preeticp
- Fix #200: Simplify the eval hint for `vagrant service-manager env` command @budhrg
- Add environment variables for Openshift env output @bexelbie
- Fix #181: vagrant-service-manager version 1.0.2 release @navidshaikh


* Tue Apr 12 2016 Navid Shaikh - 1.0.1-1
- Updated SPEC (v1.0.0) for url, date and format @budhrg
- Added Table of Contents for README @bexelbie
Expand Down

0 comments on commit e14a1b9

Please sign in to comment.