From 98d8c7ad8e4c4a015ee3f1f2b976bf290f3e4009 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 8 Jun 2021 12:55:35 -0400 Subject: [PATCH] Bump version to 2.2.5 and update changelog --- CHANGELOG.md | 9 +++++++++ lib/foreman_azure_rm/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df90378..bcaab4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/foreman_azure_rm/version.rb b/lib/foreman_azure_rm/version.rb index 29610f0..d8dba76 100644 --- a/lib/foreman_azure_rm/version.rb +++ b/lib/foreman_azure_rm/version.rb @@ -1,3 +1,3 @@ module ForemanAzureRm - VERSION = '2.2.4'.freeze + VERSION = '2.2.5'.freeze end