Skip to content

Commit

Permalink
Release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Oct 8, 2024
1 parent 54aafd8 commit 17a7b74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

<!--------------------- Don't add new entries after this line --------------------->

## [0.5.5] - 2024-10-08

### Fixed

- Set `RELEASE_COOKIE`, `RELEASE_DISTRIBUTION` and `RELEASE_NODE` on runner pod if not set [#50](https://github.com/mruoss/flame_k8s_backend/issues/50), [#53](https://github.com/mruoss/flame_k8s_backend/pull/53)

## [0.5.4] - 2024-09-11

<!--------------------- Don't add new entries after this line --------------------->

### Changed

- Upgrade to FLAME 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ More configuration options (resources, etc.) will follow.
```elixir
def deps do
[
{:flame_k8s_backend, "~> 0.4.0"}
{:flame_k8s_backend, "~> 0.5.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule FlameK8sBackend.MixProject do
use Mix.Project
@source_url "https://github.com/mruoss/flame_k8s_backend"
@version "0.5.4"
@version "0.5.5"

def project do
[
Expand Down

0 comments on commit 17a7b74

Please sign in to comment.