Releases: projectatomic/vagrant-service-manager
v1.5.0
This release adds support of oc
binary installation version to 1.4.0
along with few bug fixes mostly on install-cli
sub-command option --path
.
Please refer below for detailed change log.
CHANGELOG:
- Fix #446 Support folder as path in install-cli '--path' option @budhrg
- Fix #441 install-cli with --path give wrong export @budhrg
- Fix #449 Update ‘oc’ version getting installed via install-cli to 1.4.0 @budhrg
- Fix #443 Double quote is missing in the HTTP Proxy Settings doc @budhrg
- Fix adb-atomic-developer-bundle doc url on README @trishnaguha
v1.4.1
This release adds bug fix to the support of using install-cli
command in HTTP(s) proxy environment and several enhancements in documentation and tests (CI pipeline).
Please refer below for detailed change log.
CHANGELOG:
- Fix #346 Adding a Rake task for Asciidoctor and enabling Guard and Live Reload @hferentschik
- Fix #389 Refactoring proxy test @hferentschik
- Fix #389 Support the use of install-cli in HTTP proxy environment @budhrg
- Fix #434 Align proxy config names similar to 'sccli' @budhrg
- Fix #362 Adding OpenShift configuration options back into VSM Readme @Preeticp
- Fix #335 'bundle exec vagrant up --provider=libvirt' should work @budhrg
- Fix #429 Minor language and formatting edits to Proxy section etc @Preeticp
- Fix #427 Add acceptance test for 'box version' command @budhrg
- Fix #425 Disabling CDK OpenShift tests until issue #415 gets resolved @hferentschik
- Fix #425 Organizing Cucumber features around service functionality @hferentschik
- Fix #419 Adding additional column to example table to print status [passed|failure|skipped] @hferentschik
- Fix #417 Updated rake task to download latest CDK version @budhrg
- Fix #421 Correct the order of drafting the release and updating to dev version @budhrg
1.4.0
This release adds several bug fixes and enhancements including:
- Support for HTTP(s) in proxy through vagrant-service-manager config in Vagrantfile.
- Support for
vagrant reload
.
This release also includes many changes and bugfixes, which are detailed in the release change log. Please refer below for detailed change log.
CHANGELOG:
- Fix #376 --path option of install cli not working as expected
- Fix #327 and #326: Tests and docs for --cli-version and --path options
- Fix #412 Pin the rubocop version and minimize the offenses
- Fix #409 fixes Openshift service failed message on vagrant up
- Fix #406 Service hooks doesn't start in vagrant reload
- Fix #338 Updating broken links in CONTRIBUTING.adoc
- Fix #407 Converted CHANGELOG from markdown to asciidoc
- Fix #402 rename open_shift.rb file to openshift
- Fix #302 service-manager config options for HTTP proxy
- Fix #393 Fix expectations for Kubernetes tests on OS X
- Fix #394 Forcing used Bundler version to 1.12.5 as required by Vagrant.
- Fix #397 Using a guard clause instead of wrapping the code inside a conditional
v1.3.3
v1.3.2
v1.3.1
v1.3.0
This release of the plugin includes displaying of Kubernetes setup information so that user can configure host to access Kubernetes server running inside VM. Also added client binary installation feature for Docker and OpenShift in CDK along with Kubernetes client binary installation feature for both ADB and CDK.
This release added the auto detection of already downloaded executable OpenShift oc.exe
binary in Windows to avoid repeated download from CLI. Few unit and acceptance tests for kubernetes are added to help development process. Also includes enabling of 'kubernetes' service from Vagrantfile configuration option as config.servicemanager.services = 'kubernetes'
.
CHANGELOG:
- Fix #374 Fix kubernetes acceptance test @budhrg
- Fix #372 Detect already downloaded oc binary in Windows @budhrg
- Add fix for kubectl download in Windows @budhrg
- Fix #11 Show Kubernetes setup info for use with kubectl @budhrg
- Added unit and acceptance test for kubernetes @budhrg
- Enabled kubernetes from Vagrantfile configuration option @budhrg
- Fix #350 install-cli support for kubernetes @budhrg
- Fix #360 install-cli for docker and openshift in CDK @budhrg
v1.2.2
This release of the plugin includes bug fix for the client binary installation of OpenShift 'oc' binary and also fix to successfully able to fetch the latest stable 'oc' version from the running VM. It also include issue template for guiding quickly to contributors while filing issue.
CHANGELOG:
- Fix #365 undefined method `captures' for nil:NilClass @budhrg
- Fix #348 Handle 302 redirection in install-cli URL validation @budhrg
- Adding docs about using Cucumber tags @hferentschik
- Fix #357 Unable to download cli if user used latest tag or a alpha/beta tag @budhrg
- Fix #358 Adding reference to ADB installation documentation @hferentschik
- Fix #352 Create ISSUE_TEMPLATE.MD @budhrg
v1.2.1
v1.2.0
- Fix #331 Updating test expectation after latest ADB release @hferentschik
- Fix #207 Removes SPEC file from repository and reference from README @navidshaikh
- Fix #321 Adding support for HTTPS URLs for download URLs @budhrg
- Fix #323 Adding note about CLI default download location @navidshaikh
- Fix #312 Improving test for install-cli of Kubernetes @hferentschik
- Fix #312 Adding message to install-cli to indicate that Kubernetes is not supported by this command @budhrg
- Fix #93 Adding Rubocop configuration @hferentschik
- Fix #90, #196 and #289 Introducing unit tests using minitest @budhrg
- Fix #90 Add install-cli command @budhrg
- Fix #281 Making download of box file a true dependency of the feature task with update checks @hferentschik
- Fix #20 Adding documentation about the Docker TLS certification creation @hferentschik
- Fix #291 Reorganized the Available Commands section @Preeticp
- Fix #285 Native methods to detect host platform @budhrg
- Fix #287 Removed Unnecessary TODO file @budhrg
- Fix #288 Adding build status image to README @hferentschik
- Fix #278 Acceptance tests for --help option for commands like box, env and service-operations @budhrg
- Fix #275 Fixes typo in vagrant service-manager --help output @navidshaikh
- Fix #272 README fix for env default behavior @budhrg
- Fix #262 Updating CI config @hferentschik
- Fix #270 Fix DOCKER_API_VERSION properly on Windows @budhrg
- Fix #268 Explicitly setting v1.8.4 as dev version for Vagrant as HEAD has switched to Ruby 2.2 @hferentschik
- Fix #252 Added --script-readable option to box ip @budhrg