Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.0 #49

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
# Changelog

## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-10-31)
## [1.1.0](https://github.com/voxpupuli/beaker-google/tree/1.1.0) (2024-05-21)

[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)

Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-google/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerGoogle
VERSION = '1.0.0'
VERSION = '1.1.0'
end