Skip to content

Commit

Permalink
Merge pull request Shopify#910 from Shopify/version-3_0_1
Browse files Browse the repository at this point in the history
Version 3.0.1
  • Loading branch information
Ethan Aubuchon authored Nov 18, 2022
2 parents 763b826 + 83d5fbf commit c093e5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## next

- Add `Event` to the list of resources not to be pruned on a deployment. Kubernetes should clean these up automatically. This can cause unnessessary deployment timeouts and increased deployment time.
## 3.0.1

- Add `Event` to the list of resources not to be pruned on a deployment. Kubernetes should clean these up automatically. This can cause unnessessary deployment timeouts and increased deployment time. [#909](https://github.com/Shopify/krane/pull/909)

## 3.0.0

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 = "3.0.0"
VERSION = "3.0.1"
end

0 comments on commit c093e5f

Please sign in to comment.