Skip to content

Commit

Permalink
bump version, update readme compat and gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Dec 8, 2023
1 parent 8c13ae2 commit 1209f24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.0

- Use `prune-allowlist` instead of `prune-whitelist`. This change requires kubernetes 1.26 and higher. [#940](https://github.com/Shopify/krane/pull/940)

## 3.3.0

*Enhancements*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Krane provides support for official upstream supported versions [Kubernetes](htt
| 1.20 | No | 2.4.9 |
| 1.21 | No | 2.4.9 |
| 1.22 | No | 3.0.1 |
| 1.23 | Yes | -- |
| 1.24 | Yes | -- |
| 1.25 | No | -- |
| 1.23 | Yes | 3.3.0 |
| 1.24 | Yes | 3.3.0 |
| 1.25 | No | 3.3.0 |
| 1.26 | Yes | -- |
| 1.27 | Yes | -- |

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.3.0"
VERSION = "3.4.0"
end

0 comments on commit 1209f24

Please sign in to comment.