Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d1egoaz committed Oct 13, 2022
1 parent eb0d95e commit 6f01ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## next


## 3.0.0

*Enhancements*

- CI test matrix now test all Krane supported Ruby and Kubernetes versions.
Ruby: 3.1.2 , 3.0.4 , 2.7.6, Kubernetes: - 1.24.6, 1.23.12, 1.22.15.

*Breaking Changes*
- Remove unsupported Kubernetes and Ruby versions from Krane and CI [#905](https://github.com/Shopify/krane/pull/905)
- Remove unsupported Kubernetes and Ruby versions from Krane and CI [#905](https://github.com/Shopify/krane/pull/905).
See supported Kubernetes and Ruby versions in [Compatibility](./CONTRIBUTING.md#compatibility).
If you are using Kubernetes <v1.22 keep using Krane v2.4.9.

## 2.4.9

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

0 comments on commit 6f01ee1

Please sign in to comment.