Skip to content

Commit

Permalink
updated version and changelog for new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Veronica Gluza committed Jan 29, 2024
1 parent a8076ee commit 54fa5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.4.0"
VERSION = "3.4.1"
end

0 comments on commit 54fa5dc

Please sign in to comment.