Skip to content

Commit

Permalink
version 2.4.2 (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmb committed Mar 8, 2022
1 parent c9e81f7 commit 128cfe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## next

## 2.4.2

*Bug fixes*

- Resolve errors for StatefulSet restart with `updateStrategy: OnDelete` [#876](https://github.com/Shopify/krane/pull/876)
- Timeouts during the "predeploy priority resources" phase now raise `DeploymentTimeoutError` instead of `FatalDeploymentError` [#874](https://github.com/Shopify/krane/pull/874)

## 2.4.1
Expand Down
2 changes: 1 addition & 1 deletion lib/krane/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Krane
VERSION = "2.4.1"
VERSION = "2.4.2"
end

0 comments on commit 128cfe4

Please sign in to comment.