Skip to content

Commit

Permalink
release v0.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 31, 2024
1 parent 044f0bd commit affd143
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.14" width="250" />
<img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.15" width="250" />
<h3 align="center">Lynx</h3>
<p align="center">A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.</p>
<p align="center">
<a href="https://github.com/Clivern/Lynx/actions/workflows/ci.yml">
<img src="https://github.com/Clivern/Lynx/actions/workflows/server_ci.yml/badge.svg"/>
</a>
<a href="https://github.com/Clivern/Lynx/releases">
<img src="https://img.shields.io/badge/Version-0.11.14-1abc9c.svg">
<img src="https://img.shields.io/badge/Version-0.11.15-1abc9c.svg">
</a>
<a href="https://hub.docker.com/r/clivern/lynx/tags">
<img src="https://img.shields.io/badge/Docker-0.11.14-1abc9c.svg">
<img src="https://img.shields.io/badge/Docker-0.11.15-1abc9c.svg">
</a>
<a href="https://github.com/Clivern/terraform-provider-lynx">
<img src="https://img.shields.io/badge/Terraform-Provider-yellow.svg">
Expand Down
2 changes: 1 addition & 1 deletion api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
license:
name: MIT License
url: https://github.com/Clivern/Lynx/blob/main/LICENSE
version: 0.11.14
version: 0.11.15
externalDocs:
description: Find out more about lynx
url: https://github.com/Clivern/Lynx
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app1:
image: clivern/lynx:0.11.14
image: clivern/lynx:0.11.15
environment:
APP_NAME: Lynx
APP_PORT: 4001
Expand All @@ -27,7 +27,7 @@ services:
- db

app2:
image: clivern/lynx:0.11.14
image: clivern/lynx:0.11.15
environment:
APP_NAME: Lynx
APP_PORT: 4002
Expand All @@ -52,7 +52,7 @@ services:
- db

app3:
image: clivern/lynx:0.11.14
image: clivern/lynx:0.11.15
environment:
APP_NAME: Lynx
APP_PORT: 4003
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app:
image: clivern/lynx:0.11.14
image: clivern/lynx:0.11.15
environment:
APP_NAME: Lynx
APP_PORT: 4000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app:
image: clivern/lynx:0.11.14
image: clivern/lynx:0.11.15
environment:
APP_NAME: Lynx
APP_PORT: 4000
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ hero:
icon: edit

download_link:
label: Latest Release v0.11.14
url: https://github.com/Clivern/Lynx/releases/tag/0.11.14
label: Latest Release v0.11.15
url: https://github.com/Clivern/Lynx/releases/tag/0.11.15

features:
rows:
Expand Down
2 changes: 1 addition & 1 deletion lib/lynx_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ defmodule LynxWeb.Router do

defp add_server_header(conn, _opts) do
conn
|> put_resp_header("x-server-version", "lynx/0.11.14")
|> put_resp_header("x-server-version", "lynx/0.11.15")
end

# Enables LiveDashboard only for development
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
defmodule Lynx.MixProject do
use Mix.Project

@version "0.11.14"
@version "0.11.15"

def get_version, do: @version

Expand Down

0 comments on commit affd143

Please sign in to comment.