From d8aa2df822900f38e4229d175f15e87158949fd6 Mon Sep 17 00:00:00 2001 From: Thomas Saunders Date: Tue, 7 May 2024 09:32:06 -0600 Subject: [PATCH] Version 3.5.3 --- CHANGELOG.md | 4 ++++ lib/krane/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219eb9a77..8a53389e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## next +## 3.5.3 + +- Fix a minor bug in the RestartAPIError class (https://github.com/Shopify/krane/pull/953) + ## 3.5.2 - Fixed an issue where deploying StatefulSets monitored the health of the previous revision's pods instead of the updated one. diff --git a/lib/krane/version.rb b/lib/krane/version.rb index 23372a2c5..32709964d 100644 --- a/lib/krane/version.rb +++ b/lib/krane/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Krane - VERSION = "3.5.2" + VERSION = "3.5.3" end