diff --git a/CHANGELOG.md b/CHANGELOG.md index f0da84f5a..0b68969bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## next +# 3.4.1 + +- Added flag `--skip-dry-run` to completely opt out of dry run validation. + # 3.4.0 - Use `prune-allowlist` instead of `prune-whitelist` for 1.26+ clusters. Clusters running 1.25 or less will continue to use `--prune-whitelist`. [#940](https://github.com/Shopify/krane/pull/940) diff --git a/lib/krane/version.rb b/lib/krane/version.rb index cce4d769d..ff2f24e2b 100644 --- a/lib/krane/version.rb +++ b/lib/krane/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Krane - VERSION = "3.4.0" + VERSION = "3.4.1" end