From 9eca0bffe4dec1f2fc44820555d03a33cf0b897c Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 1 Feb 2023 15:56:14 -0800 Subject: [PATCH 1/2] Update changelog for 1.14.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e018f3..bb01ad7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.14.1] - 2023-02-02 +### Fixed + +- Extra files were not being included in certain deploy and write-manifest commands. + ### Added - The `--cacert` option now supports certificate files encoded in the Distinguished Encoding Rules (DER) binary format. Certificate files with DER encoding must end in a `.cer` or `.der` suffix. From ed37c81338e9a76bdf2df99e28a2b2a88d2eb223 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Thu, 9 Feb 2023 14:03:52 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d732f0..238ea2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.14.1] - 2023-02-02 +## [1.14.1] - 2023-02-09 ### Fixed