Commit graph

591 commits

Author SHA1 Message Date
dependabot[bot]
fd5d6ffd45
Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 15:17:32 +00:00
isaac-hammes
10fe02efcd Release prep for 1.9.1
Some checks failed
Security / Mend Scanning (push) Has been cancelled
2026-05-21 16:26:52 -04:00
Michael Hashizume
30096bbc7f
Merge pull request #259 from puppetlabs/maint/main/ci-add-ruby-3.4-4.0
(maint) Add Ruby 3.3, 3.4, and 4.0 to test matrix
2026-05-21 11:07:31 -07:00
Michael Hashizume
731ef3de59
Merge pull request #258 from puppetlabs/PA-8499/main/relax-commander-constraint
(PA-8499) Relax commander constraint
2026-05-21 11:05:44 -07:00
Michael Hashizume
dbcde7a69b
(PA-8499) Relax commander constraint
In Ruby 3.4, abbrev was promoted from a default gem to a bundled gem.
highline 1.x/2.x require abbrev and now fail to load under Ruby 3.4
unless an explicit dependency on it is declared. highline 3.0 removed
that dependency.

commander pins highline transitively: 4.x requires highline ~> 2.0,
and only commander 5.0 requires highline ~> 3.0. Relaxing the upper
bound to '< 6' lets vmfloaty resolve to highline 3.x on Ruby 3.4+
while still allowing commander 4.x for older consumers.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 10:56:33 -07:00
Michael Hashizume
9b39b29ae7
(maint) Add base64 to test group
base64 is a bundled gem in Ruby >= 3.4 (rather than a default gem),
so it must be declared explicitly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 10:38:56 -07:00
Michael Hashizume
74ae6d54c2
(maint) Add Ruby 3.3, 3.4, 4.0 to test matrix
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 10:28:05 -07:00
isaac-jha
2507e8ae9b
Release prep for 1.9.0 (#257)
Some checks failed
Security / Mend Scanning (push) Has been cancelled
Bump version to 1.9.0 and regenerate CHANGELOG.md. Headline changes:
faraday upgraded from ~> 1.5 to ~> 2 and minimum Ruby raised to 3.0
(drops 2.7 support).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 09:27:30 -04:00
isaac-jha
731ee3f014
Bump faraday from ~> 1.5 to ~> 2 (#256)
* Bump faraday from ~> 1.5 to ~> 2

Updates the basic-auth middleware call to the Faraday 2 form
(`request :authorization, :basic, ...`). Faraday 2.x requires Ruby >=
3.0, so drop Ruby 2.7 from the CI matrix and pin
`required_ruby_version = '>= 3.0'` in the gemspec.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Remove ensure_label workflow

The reusable workflow it referenced
(puppetlabs/release-engineering-repo-standards/.github/workflows/ensure_label.yml@v1)
no longer exists.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Add CLAUDE.md

Documents common dev/test/release commands and the Service/backend
architecture for future Claude Code sessions in this repo.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 08:58:05 -04:00
puppet-release-bot
6b6d6f73cd
Merge pull request #242 from puppetlabs/dependabot/docker/ruby-3.3.5-slim-bullseye
Bump ruby from 3.3.4-slim-bullseye to 3.3.5-slim-bullseye
2024-09-09 05:57:47 -04:00
dependabot[bot]
b2fd9313f8
Bump ruby from 3.3.4-slim-bullseye to 3.3.5-slim-bullseye
Bumps ruby from 3.3.4-slim-bullseye to 3.3.5-slim-bullseye.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 09:56:48 +00:00
puppet-release-bot
41d55e44b8
Merge pull request #241 from puppetlabs/dependabot/bundler/simplecov-html-0.13.1
Bump simplecov-html from 0.12.3 to 0.13.1
2024-09-09 05:53:50 -04:00
puppet-release-bot
fa92cad278
Merge pull request #240 from puppetlabs/dependabot/bundler/rubocop-1.66.1
Bump rubocop from 1.66.0 to 1.66.1
2024-09-09 05:53:32 -04:00
dependabot[bot]
8df6ceb676
Bump simplecov-html from 0.12.3 to 0.13.1
Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.12.3 to 0.13.1.
- [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.12.3...v0.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 09:52:53 +00:00
dependabot[bot]
197c6e2e60
Bump rubocop from 1.66.0 to 1.66.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.0 to 1.66.1.
- [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.66.0...v1.66.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 09:52:46 +00:00
puppet-release-bot
d6f1eeddc6
Merge pull request #239 from puppetlabs/dependabot/bundler/rubocop-1.66.0
Bump rubocop from 1.65.1 to 1.66.0
2024-09-02 05:25:16 -04:00
dependabot[bot]
721881395c
Bump rubocop from 1.65.1 to 1.66.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.66.0.
- [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.65.1...v1.66.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 09:24:28 +00:00
puppet-release-bot
6a46261844
Merge pull request #237 from puppetlabs/dependabot/bundler/rubocop-1.65.1
Bump rubocop from 1.64.1 to 1.65.1
2024-08-01 22:00:17 -04:00
dependabot[bot]
d26bac7409
Bump rubocop from 1.64.1 to 1.65.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.1.
- [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.64.1...v1.65.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 01:59:32 +00:00
puppet-release-bot
f0195ee4db
Merge pull request #236 from puppetlabs/dependabot/bundler/rexml-3.3.3
Bump rexml from 3.2.8 to 3.3.3
2024-08-01 21:58:17 -04:00
dependabot[bot]
82f522e911
Bump rexml from 3.2.8 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 01:57:30 +00:00
puppet-release-bot
d46b7f10ef
Merge pull request #235 from puppetlabs/dependabot/docker/ruby-3.3.4-slim-bullseye
Bump ruby from 3.3.3-slim-bullseye to 3.3.4-slim-bullseye
2024-07-15 05:40:42 -04:00
dependabot[bot]
e4151a00ce
Bump ruby from 3.3.3-slim-bullseye to 3.3.4-slim-bullseye
Bumps ruby from 3.3.3-slim-bullseye to 3.3.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:39:58 +00:00
puppet-release-bot
bea7434436
Merge pull request #232 from puppetlabs/dependabot/docker/ruby-3.3.3-slim-bullseye
Bump ruby from 3.3.2-slim-bullseye to 3.3.3-slim-bullseye
2024-06-17 05:59:27 -04:00
dependabot[bot]
58ddd50618
Bump ruby from 3.3.2-slim-bullseye to 3.3.3-slim-bullseye
Bumps ruby from 3.3.2-slim-bullseye to 3.3.3-slim-bullseye.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:58:43 +00:00
puppet-release-bot
6285e2c854
Merge pull request #231 from puppetlabs/dependabot/bundler/rubocop-1.64.1
Bump rubocop from 1.64.0 to 1.64.1
2024-06-03 05:29:10 -04:00
dependabot[bot]
d1806b23eb
Bump rubocop from 1.64.0 to 1.64.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.0 to 1.64.1.
- [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.64.0...v1.64.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 09:28:26 +00:00
puppet-release-bot
43b1977721
Merge pull request #230 from puppetlabs/dependabot/docker/ruby-3.3.2-slim-bullseye
Bump ruby from 3.3.1-slim-bullseye to 3.3.2-slim-bullseye
2024-06-03 05:25:11 -04:00
dependabot[bot]
dc0e440c86
Bump ruby from 3.3.1-slim-bullseye to 3.3.2-slim-bullseye
Bumps ruby from 3.3.1-slim-bullseye to 3.3.2-slim-bullseye.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 09:24:25 +00:00
puppet-release-bot
98c45a5ed3
Merge pull request #229 from puppetlabs/dependabot/bundler/webmock-3.23.1
Bump webmock from 3.23.0 to 3.23.1
2024-05-27 05:45:55 -04:00
dependabot[bot]
06a9b95edf
Bump webmock from 3.23.0 to 3.23.1
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.0 to 3.23.1.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.23.0...v3.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 09:45:18 +00:00
puppet-release-bot
83d23be8d7
Merge pull request #228 from puppetlabs/dependabot/bundler/rubocop-1.64.0
Bump rubocop from 1.63.5 to 1.64.0
2024-05-27 05:44:50 -04:00
dependabot[bot]
5b09d14926
Bump rubocop from 1.63.5 to 1.64.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.64.0.
- [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.63.5...v1.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 09:44:03 +00:00
puppet-release-bot
e575ee1ba8
Merge pull request #227 from puppetlabs/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.6 to 3.2.8
2024-05-16 17:29:07 -04:00
dependabot[bot]
ddc35eb118
Bump rexml from 3.2.6 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 21:28:17 +00:00
puppet-release-bot
2acf63c8ba
Merge pull request #226 from puppetlabs/dependabot/bundler/rubocop-1.63.5
Bump rubocop from 1.63.4 to 1.63.5
2024-05-13 05:09:18 -04:00
dependabot[bot]
3213b33b98
Bump rubocop from 1.63.4 to 1.63.5
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.63.5.
- [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.63.4...v1.63.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 09:08:29 +00:00
puppet-release-bot
813e76befc
Merge pull request #225 from puppetlabs/dependabot/docker/ruby-3.3.1-slim-bullseye
Bump ruby from 3.3.0-slim-bullseye to 3.3.1-slim-bullseye
2024-04-29 05:48:10 -04:00
dependabot[bot]
473f584a90
Bump ruby from 3.3.0-slim-bullseye to 3.3.1-slim-bullseye
Bumps ruby from 3.3.0-slim-bullseye to 3.3.1-slim-bullseye.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 09:47:27 +00:00
puppet-release-bot
83bf0877b6
Merge pull request #224 from puppetlabs/dependabot/bundler/rubocop-1.63.4
Bump rubocop from 1.63.2 to 1.63.4
2024-04-29 05:41:03 -04:00
dependabot[bot]
7f32c1aeb2
Bump rubocop from 1.63.2 to 1.63.4
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.4.
- [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.63.2...v1.63.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 09:40:13 +00:00
puppet-release-bot
40a0b2e2c6
Merge pull request #223 from puppetlabs/dependabot/bundler/rubocop-1.63.2
Bump rubocop from 1.63.1 to 1.63.2
2024-04-22 05:59:28 -04:00
dependabot[bot]
00484568c0
Bump rubocop from 1.63.1 to 1.63.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.1 to 1.63.2.
- [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.63.1...v1.63.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 09:58:43 +00:00
puppet-release-bot
6e7c609d10
Merge pull request #222 from puppetlabs/dependabot/bundler/rubocop-1.63.1
Bump rubocop from 1.63.0 to 1.63.1
2024-04-15 05:48:57 -04:00
dependabot[bot]
30938db02e
Bump rubocop from 1.63.0 to 1.63.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.0 to 1.63.1.
- [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.63.0...v1.63.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 09:46:40 +00:00
puppet-release-bot
6c1fe12a44
Merge pull request #221 from puppetlabs/dependabot/bundler/rubocop-1.63.0
Bump rubocop from 1.62.1 to 1.63.0
2024-04-08 05:14:54 -04:00
puppet-release-bot
3425bec1d8
Merge pull request #220 from puppetlabs/dependabot/bundler/rake-13.2.1
Bump rake from 13.1.0 to 13.2.1
2024-04-08 05:14:37 -04:00
dependabot[bot]
03d7bb7963
Bump rubocop from 1.62.1 to 1.63.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.0.
- [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.62.1...v1.63.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 09:13:58 +00:00
dependabot[bot]
c1f93e40f7
Bump rake from 13.1.0 to 13.2.1
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v13.1.0...v13.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 09:13:47 +00:00
puppet-release-bot
e61be465ed
Merge pull request #219 from puppetlabs/dependabot/bundler/rubocop-1.62.1
Bump rubocop from 1.62.0 to 1.62.1
2024-03-18 05:16:00 -04:00