Jake Spain
06127d7e67
1.8.1 release prep
2023-08-07 16:13:19 -04:00
Jake Spain
f327e5d5ee
1.8.0 release prep
2023-03-21 08:29:30 -04:00
Jake Spain
f74fe22245
v1.7.0 release prep
...
Includes the following PRs since the last release:
- https://github.com/puppetlabs/vmfloaty/pull/157
- https://github.com/puppetlabs/vmfloaty/pull/160
- https://github.com/puppetlabs/vmfloaty/pull/159
- https://github.com/puppetlabs/vmfloaty/pull/155
- https://github.com/puppetlabs/vmfloaty/pull/152
- https://github.com/puppetlabs/vmfloaty/pull/158
2022-04-05 11:51:23 -04:00
Samuel Beaulieu
6b9b4ea626
(DIO-2700) Vmfloaty should not use the Colorize gem
...
removing cosmetic use of colorize
2022-02-16 13:07:05 -06:00
62f9731910
Release prep for 1.5.0
2021-10-12 13:11:30 -04:00
b89154648f
v1.4.0 release prep
2021-07-16 16:24:32 -04:00
302d52a45e
Merge pull request #135 from puppetlabs/rubocop_auto_fix
...
Run the rubocop auto_correct
2021-07-12 10:04:35 -04:00
Samuel
38f24f4ad1
Release prep for v1.3.0
2021-03-03 12:25:08 -06:00
Samuel Beaulieu
eb99ba1dec
Run the rubocop auto_correct
...
fixed 27 files inspected, 975 offenses detected, 804 offenses corrected
2021-02-25 13:38:11 -06:00
a9c8d17e9a
Release prep for 1.2.0
2021-02-11 10:16:21 -05:00
Samuel Beaulieu
ced6b46032
(v1.1.1) Prepare for pushing the gem to rubygems
2020-10-16 13:15:15 -05:00
d9b5bb5e89
Bump to version 1.0.0
2020-09-22 12:02:56 -04:00
kirby@puppetlabs.com
3f10e987b4
Update version for 0.11.1 release
2020-08-20 14:06:08 -07:00
kirby@puppetlabs.com
b44b9c6e98
Bump version for 0.11.0 release
2020-08-12 11:47:58 -07:00
kirby@puppetlabs.com
a245316252
Bump version to 0.10.0 for release
2020-08-04 15:16:19 -07:00
Brandon High
1e38bb4244
Bump version.rb to 0.9.2 for release
2020-02-05 11:08:10 -08:00
Brandon High
f1be1fec23
Bump version.rb to 0.9.1
...
For 0.9.1 release. Includes:
- Bug fix for delete action on vmpooler and nspooler #58
2020-01-14 10:03:34 -08:00
Brandon High
6605a3eee6
Minor version bump to 0.9.0
...
I figure adding a new service like ABS would necessitate at least a
minor bump since it's more than a security/bug fix.
2019-12-05 10:08:07 -08:00
Tim Sharpe
397bbd4dce
(rubocop) Fix Style/RedundantFreeze
2019-02-03 12:22:41 +11:00
Tim Sharpe
e0cbf89b8f
(rubocop) Fix Style/FrozenStringLiteralComment
2019-02-03 12:22:41 +11:00
Brian Cain
cf2295ccfd
Tag v0.8.2
2018-01-04 16:54:58 -08:00
Brian Cain
837fa94af5
Version 0.8.1
2017-10-24 08:59:28 -07:00
Brian Cain
bc621f3601
Release v0.8.0
2017-10-13 16:10:15 -07:00
Brian Cain
b670596f57
Update to 0.7.9
2017-07-31 08:04:40 -07:00
Ryan McKern
5c794cd2b0
Use the Classname::VERSION pattern
...
Instead of having a hardcoded version identifier in multiple
locations, we can leverage the Classname::VERSION pattern to have a
single canonical version number that everything can reference
programmatically.
2017-03-01 14:02:58 -08:00
Brian Cain
c8525bd0f1
Bump to 0.7.8
2016-12-20 08:42:09 -08:00
Brian Cain
82afa94b6e
Properly check for large pool size requests
2016-12-14 11:04:51 -08:00
Brian Cain
82a3589db8
Bump to version 0.7.6
2016-12-09 08:57:25 -08:00
Brian Cain
b023339516
Move pretty status printing to Utils namespace and out of commands
2016-12-06 11:21:21 -08:00
Brian Cain
faf92a502d
Include colorize in gemspec
2016-12-05 10:29:27 -08:00
Brian Cain
614fc4f7d8
Bump to 0.7.3
2016-12-05 08:42:50 -08:00
Brian Cain
586f4f5c05
Abstract out getting all active token vms into Utils
2016-11-12 13:59:26 -08:00
Brian Cain
41c0e931bb
Bump verison to 0.7.1
2016-10-10 09:31:38 -07:00
Brian Cain
9bd552686c
Update to 0.7.0
2016-09-24 13:38:19 -07:00
Brian Cain
1d0fc42c80
( #31 ) Improve how users can provide arguments to commands
...
Prior this commit, some commands did not accept some options as an
argument and instead only worked through a flag. This commit updates
that behavior to allow users to specify some options through arguments,
while leaving the ability to continue to specify those options through
flags. Command line arguments take precedence over flags. It also fixes
an issue where if a snapshot sha was nil, it would submit a request to
take a snapshot to vmpooler.
2016-09-17 16:07:21 -07:00
Brian Cain
b07139b64c
( #29 ) Don't system exit in Auth class
...
This commit cleans up the Auth class so that it no longer system exits
if an error occurs. Instead it will return nil if it could not properly
make the request, and it's on the consumer of the class to handle
error cases.
2016-09-15 08:47:38 -07:00
Brian Cain
59eb5678ed
Bump to version 0.6.0
2016-08-26 10:09:42 -07:00
Brian Cain
5f6cd1df1d
( #25 ) Remove printing from delete method in pooler api
2016-07-09 19:53:12 -07:00
Brian Cain
a6c5f1dceb
( #24 ) Improve 'get' output
...
This commit updates how hosts are formated when shown to the user. It
applies a domain to each hostname instead of being a different key.
2016-07-02 11:41:02 -07:00
Brian Cain
06206456c7
Bump to version 0.3.1
2016-06-04 17:25:49 -07:00
Brian Cain
2e24a455a3
( #19 ) Update vmfloaty to expect /api/v1 in URL for disk endpoint
...
This commit updates floaty to use a new endpoint to modify vms. Now you
can use the modify command to extend the disk space of a given vm. The
downside is this new endpoint only exists at /api/v1 on the pooler, and
the way Faraday works required an update to removing a leading slash for
each request endpoint. Users should update their URL in the floaty dot
file to include a /api/v1 at the end of the pooler url
2016-05-03 14:57:00 -07:00
Brian Cain
56924fa811
Make query request before printing all vm information
2015-11-21 13:43:30 -08:00
Brian Cain
0cb635a6c7
Update to 0.2.18
2015-11-21 12:44:32 -08:00
Brian Cain
e3218a0fc9
Bump to version 0.2.17
2015-11-16 09:39:25 -08:00
Brian Cain
2a5e5ba9bb
Bump to version 0.2.16
2015-11-16 09:17:48 -08:00
Brian Cain
544d9d35b8
Bump to version 0.2.15
2015-11-13 11:54:16 -08:00
Brian Cain
fa92da5c05
(maint) Update token status to not require password
2015-11-05 13:28:37 -08:00
Brian Cain
a00666e7e4
Bump to 0.2.13
2015-10-16 15:50:44 -07:00
Brian Cain
d30282ef25
Fix bug where modify_body in modify was not being set to json
2015-10-14 17:27:56 -07:00
Brian Cain
0effe55c31
Add failure message if modify command did not work
2015-10-14 17:17:00 -07:00