CHANGELOG.md in beaker-google-1.0.0 vs CHANGELOG.md in beaker-google-1.2.0

- old
+ new

@@ -1,13 +1,53 @@ # Changelog -## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-10-31) +## [1.2.0](https://github.com/voxpupuli/beaker-google/tree/1.2.0) (2024-06-07) +[Full Changelog](https://github.com/voxpupuli/beaker-google/compare/1.1.0...1.2.0) + +**Implemented enhancements:** + +- CI: Run on Ruby 3.2 and 3.3 as well [\#52](https://github.com/voxpupuli/beaker-google/pull/52) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Fix call to Google::Apis::ComputeV1::Instance.new\(\) to work on Ruby 3 [\#51](https://github.com/voxpupuli/beaker-google/pull/51) ([silug](https://github.com/silug)) + +**Merged pull requests:** + +- CI: build gem with --strict & --verbose [\#53](https://github.com/voxpupuli/beaker-google/pull/53) ([bastelfreak](https://github.com/bastelfreak)) +- Cleanup for rubocop [\#50](https://github.com/voxpupuli/beaker-google/pull/50) ([silug](https://github.com/silug)) + +## [1.1.0](https://github.com/voxpupuli/beaker-google/tree/1.1.0) (2024-05-22) + +[Full Changelog](https://github.com/voxpupuli/beaker-google/compare/1.0.0...1.1.0) + +**Implemented enhancements:** + +- Move timestamp in firewall name to a different value [\#45](https://github.com/voxpupuli/beaker-google/issues/45) +- Add ability to configure the firewall [\#40](https://github.com/voxpupuli/beaker-google/pull/40) ([jaevans](https://github.com/jaevans)) +- Add ability to set custom hostname [\#39](https://github.com/voxpupuli/beaker-google/pull/39) ([Andy-Adrian](https://github.com/Andy-Adrian)) + +**Closed issues:** + +- Add ability to set custom hostname [\#38](https://github.com/voxpupuli/beaker-google/issues/38) +- network ports should be configurable [\#34](https://github.com/voxpupuli/beaker-google/issues/34) + +**Merged pull requests:** + +- Fix name conflicts [\#48](https://github.com/voxpupuli/beaker-google/pull/48) ([jaevans](https://github.com/jaevans)) +- Bump actions/checkout from 2 to 4 [\#43](https://github.com/voxpupuli/beaker-google/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump github/codeql-action from 1 to 2 [\#42](https://github.com/voxpupuli/beaker-google/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot)) +- dependabot: check for github actions and bundler [\#41](https://github.com/voxpupuli/beaker-google/pull/41) ([bastelfreak](https://github.com/bastelfreak)) +- Update fakefs requirement from ~\> 1.8 to ~\> 2.4 [\#37](https://github.com/voxpupuli/beaker-google/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-11-02) + [Full Changelog](https://github.com/voxpupuli/beaker-google/compare/0.5.0...1.0.0) **Fixed bugs:** -- exec sysprep commands in child processes [\#31](https://github.com/voxpupuli/beaker-google/pull/31) ([AndyAdrian-OP](https://github.com/AndyAdrian-OP)) +- exec sysprep commands in child processes [\#31](https://github.com/voxpupuli/beaker-google/pull/31) ([Andy-Adrian](https://github.com/Andy-Adrian)) ## [0.5.0](https://github.com/voxpupuli/beaker-google/tree/0.5.0) (2022-10-04) [Full Changelog](https://github.com/voxpupuli/beaker-google/compare/0.4.0...0.5.0)