Commit graph

28 commits

Author SHA1 Message Date
isaac-hammes
7a6685927a (maint) Release prep for version 3.3.4 2023-08-30 09:32:36 -07:00
isaac-hammes
1dc1d8e568 (maint) Release prep for version 3.3.3 2023-08-28 08:04:27 -07:00
isaac-hammes
81f5192ded (maint) Update Gemfile.lock and use block for transaction. 2023-08-28 07:39:11 -07:00
isaac-hammes
69629e1019 (maint) Release prep for version 3.3.2 2023-08-23 06:03:47 -07:00
Jake Spain
f0c7d377d1
3.3.1 release prep 2023-08-22 08:23:04 -04:00
isaac-hammes
506e874dad (maint) Release prep for version 3.3.0 2023-08-18 08:41:54 -07:00
Jake Spain
677226e83b
3.2.0 release prep 2023-08-10 12:22:00 -04:00
Jake Spain
bf46ca2642
Bump jruby to 9.4.3.0 and update lockfile 2023-08-10 10:10:23 -04:00
Jake Spain
801aaa743c
Merge pull request #37 from puppetlabs/dependabot/bundler/vmpooler-3.1.0
Bump vmpooler from 3.0.0 to 3.1.0
2023-05-16 07:33:19 -04:00
dependabot[bot]
922e994017
Bump thor from 1.2.1 to 1.2.2
Bumps [thor](https://github.com/rails/thor) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](https://github.com/rails/thor/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: thor
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 21:58:13 +00:00
dependabot[bot]
21417260da
Bump vmpooler from 3.0.0 to 3.1.0
Bumps [vmpooler](https://github.com/puppetlabs/vmpooler) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/puppetlabs/vmpooler/releases)
- [Changelog](https://github.com/puppetlabs/vmpooler/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppetlabs/vmpooler/compare/3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: vmpooler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 18:37:07 +00:00
dependabot[bot]
3f34008795
Bump rack-test from 2.0.2 to 2.1.0
Bumps [rack-test](https://github.com/rack/rack-test) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](https://github.com/rack/rack-test/compare/v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 21:58:18 +00:00
Jake Spain
a6633d81d7
3.1.0 release prep 2023-05-01 08:34:10 -04:00
Jake Spain
09c80138ca
3.0.0 release prep 2023-04-19 08:25:59 -04:00
Jake Spain
69e501b93e
Bump vmpooler requirement and add install gemfile script 2023-04-17 09:07:49 -04:00
Jake Spain
aba2bb3f08
2.1.0 release prep 2023-03-06 14:53:16 -05:00
isaac-hammes
5e1891b990 (maint) Update to jruby-9.4.1.0. 2023-03-02 11:38:53 -08:00
Jake Spain
c31dda9b1a
2.0.0 release prep 2023-01-30 09:31:43 -05:00
Jake Spain
89b1ce67b8
Update gemfile.lock 2023-01-27 16:47:06 -05:00
Samuel
774e1fdab1
Merge branch 'main' into dependabot/bundler/rubocop-1.28.2 2022-07-27 08:59:50 -05:00
Samuel Beaulieu
fe62c4987a
refresh Gemfile.lock 2022-07-25 13:52:28 -05:00
Samuel Beaulieu
70e2b03cde
pin to vmpooler 2.4 2022-07-25 13:00:26 -05:00
dependabot[bot]
6f641e2f23
Update rubocop requirement from ~> 1.1.0 to ~> 1.28.2
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.1.0...v1.28.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 13:29:08 +00:00
6f76c536ea
Bump version to 1.5.0, require vmpooler >= 2.1 2021-12-13 10:42:52 -05:00
Samuel Beaulieu
81d71b8a13
Move vSphere specific methods out of VMPooler
VMPooler has the vSphere provider taken out, moving some vSphere related
methods to the provider:

1) pool_folders
2) get_base_folders

And the related spec tests.
At the same time renaming some configuration and code items
to remove harmful terminology.
Note this version of the vsphere provider needs to run on vmpooler
that also contain the renaming changes (version >2.1)
2021-12-13 10:20:09 -05:00
b1b0abb6c2
Require VMPooler 2.0 or greater
VMPooler 2.0.0 was the first release without the code contained in this
respository.
2021-12-08 10:03:18 -05:00
90e6ae1a3f
Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
a08cba099f
Initial commit migrating from VMPooler proper
This copies in all needed files from the main VMPooler repo. Version
1.3.0 of VMPooler was used as the basis for this code.
2021-11-29 16:03:09 -05:00