We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee3e75 commit e5b75c9Copy full SHA for e5b75c9
CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
<!--------------------- Don't add new entries after this line --------------------->
15
16
+## [2.4.0] - 2023-07-07
17
+
18
### Added
19
20
- `K8s.Client.wait_until/2` - Allow passing DELETE operations in order to wait for deletion.
mix.exs
@@ -2,7 +2,7 @@ defmodule K8s.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/coryodaniel/k8s"
5
- @version "2.3.0"
+ @version "2.4.0"
6
7
def project do
8
[
0 commit comments