Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Dec 8, 2020
1 parent 3dc04a0 commit 7b9d297
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
## Next


### User-facing

#### Added

- \#248 Add support for modifying the configuration of Shielded VM [lcy0321]
- \#244 Add accelerator (GPU) configuration [johanvdhaegen]
- \#216 Add support for Windows hosts through WinRM [dvanbrug]

#### Fixed

- \#246 Fix config override during metadata merge [mavin]
- \#249 Fix shielded API failures on non-shielded VM's [temikus]
- \#227 Fix additional disks being auto-deleted unless a disk type is specified [chrisgavin]

### Development

#### Fixed

- \#247 chore: Update Gemfile with new `vagrant-spec` branch name [mavin]
- \#241 Fix unfortunate CI `on:` trigger typo [temikus]
- \#240 Update development environment, add CI functionality [Temikus]
- \#239 Remove old fixup in Gemfile [Temikus]
- \#237 Bump image size for test skeleton [Temikus]


## 2.5.0 (September 2019)

### User-facing
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-google/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
module VagrantPlugins
module Google
VERSION = "2.5.0".freeze
VERSION = "2.6.0".freeze
end
end

0 comments on commit 7b9d297

Please sign in to comment.