Skip to content

Commit

Permalink
Release 1.1.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaevans committed May 22, 2024
1 parent dd14afe commit 3eddb6f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
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

0 comments on commit 3eddb6f

Please sign in to comment.