Skip to content

Commit 74411b9

Browse files
committed
release v0.6.0
1 parent b1f9b79 commit 74411b9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
1212

13+
<!--------------------- Don't add new entries after this line --------------------->
14+
15+
## [0.6.0] - 2026-03-06
16+
1317
This release revamps the runner pod manifest configuration. The migration steps depend on the value you are currently passing:
1418

1519
* If you are currently passing a map or a callback to `:runner_pod_tpl`, you can simply rename the option to `:manifest` and it should maintain the current behaviour.
@@ -77,8 +81,6 @@ This release revamps the runner pod manifest configuration. The migration steps
7781
* Removed `:runner_pod_tpl` option in favour of the the new `:manifest` option
7882
* Removed the `%FLAMEK8sBackend.RunnerPodTemplate{}` struct
7983

80-
<!--------------------- Don't add new entries after this line --------------------->
81-
8284
## [0.5.7] - 2024-12-05
8385

8486
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ More configuration options (resources, etc.) will follow.
1818
```elixir
1919
def deps do
2020
[
21-
{:flame_k8s_backend, "~> 0.5.0"}
21+
{:flame_k8s_backend, "~> 0.6.0"}
2222
]
2323
end
2424
```

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule FlameK8sBackend.MixProject do
22
use Mix.Project
33
@source_url "https://github.com/mruoss/flame_k8s_backend"
4-
@version "0.5.7"
4+
@version "0.6.0"
55

66
def project do
77
[
@@ -17,6 +17,7 @@ defmodule FlameK8sBackend.MixProject do
1717
docs: [
1818
main: "readme",
1919
extras: ["README.md", "CHANGELOG.md"],
20+
skip_undefined_reference_warnings_on: ["CHANGELOG.md"],
2021
source_ref: "v#{@version}",
2122
source_url: @source_url
2223
]

0 commit comments

Comments
 (0)