Skip to content

Commit

Permalink
v3.7.0 (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 authored Jan 16, 2025
1 parent 57fc6ef commit dcf49f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## next

## 3.7.0

- Annotate individual resources with `last-applied-configuration` when using `krane deploy` with `--annotate-individuals`. Previously, eligible resources that were made with `create` or `replace` were applied along with the rest of the resources. However, this causes issues when a mutating admission controller modifies otherwise immutable fields.

## 3.6.3

- Test against k8s 1.31
Expand All @@ -12,7 +16,7 @@

*Features*

- Enable the option to bypass endpoint validation for a service by using the annotation `krane.shopify.io/skip-endpoint-validation: true`.
- Enable the option to bypass endpoint validation for a service by using the annotation `krane.shopify.io/skip-endpoint-validation: true`.

## 3.6.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.6.3"
VERSION = "3.7.0"
end

0 comments on commit dcf49f8

Please sign in to comment.