Skip to content

Commit

Permalink
Bump version to 2.2.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Jun 8, 2021
1 parent fc279f0 commit 98d8c7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.5]
- Bump actions/checkout from 2 to 2.3.4
- Bump actions/setup-node from 2 to 2.1.5
- Fixes #32639 - Fix nil error when editing a Windows VM
- Fixes #32640 - Implement Azure Extension Microsoft.HpcCompute/NvidiaGpuDriver{Linux,Windows}/1.3 to deploy NVIDIA GPU drivers
- Refs #32640 - Use Microsoft name (the one used when created from Azure interface) for NVIDIA GPU extension
- i18n - pulling from tx
- Fixes #32693 - Fix Grammar and update screenshots on README

## [2.2.4]
- Fixes #32526 - don't mark compute profile password as required
- Fixes #32555 - default to public "azure" cloud if not specified
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_azure_rm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanAzureRm
VERSION = '2.2.4'.freeze
VERSION = '2.2.5'.freeze
end

0 comments on commit 98d8c7a

Please sign in to comment.