From 0113ba8cb4ae60368ea08e0c16fcdc2e84d7f22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Sun, 17 Nov 2024 09:56:52 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf4d154..376e11e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [14.1.0] 2024-11-17 + +### Changed + +- Upgraded AWS provider version to 5.76.0 +- Replaced AWS legacy `aws_instance_spot_request` by `aws_instance`'s `instance_market_options`. +- Fixed Azure public ips `sku` to `Standard` and `allocation_method` to `static`. + ## [14.0.0] 2024-11-12 ### Added