diff --git a/README.md b/README.md index c2ec79b..046f8e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.
@@ -7,10 +7,10 @@
-
+
-
+
diff --git a/api.yml b/api.yml
index e201e7d..c136259 100644
--- a/api.yml
+++ b/api.yml
@@ -7,7 +7,7 @@ info:
license:
name: MIT License
url: https://github.com/Clivern/Lynx/blob/main/LICENSE
- version: 0.12.5
+ version: 0.12.6
externalDocs:
description: Find out more about lynx
url: https://github.com/Clivern/Lynx
diff --git a/docker-compose-cluster.yml b/docker-compose-cluster.yml
index b0e6f9f..b1731b7 100644
--- a/docker-compose-cluster.yml
+++ b/docker-compose-cluster.yml
@@ -2,7 +2,7 @@ version: '3.8'
services:
app1:
- image: clivern/lynx:0.12.5
+ image: clivern/lynx:0.12.6
environment:
APP_NAME: Lynx
APP_PORT: 4001
@@ -27,7 +27,7 @@ services:
- db
app2:
- image: clivern/lynx:0.12.5
+ image: clivern/lynx:0.12.6
environment:
APP_NAME: Lynx
APP_PORT: 4002
@@ -52,7 +52,7 @@ services:
- db
app3:
- image: clivern/lynx:0.12.5
+ image: clivern/lynx:0.12.6
environment:
APP_NAME: Lynx
APP_PORT: 4003
diff --git a/docker-compose-nginx.yml b/docker-compose-nginx.yml
index d2878c3..83aed8a 100644
--- a/docker-compose-nginx.yml
+++ b/docker-compose-nginx.yml
@@ -2,7 +2,7 @@ version: '3.8'
services:
app:
- image: clivern/lynx:0.12.5
+ image: clivern/lynx:0.12.6
environment:
APP_NAME: Lynx
APP_PORT: 4000
diff --git a/docker-compose.yml b/docker-compose.yml
index 8ac29b3..ead2823 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
services:
app:
- image: clivern/lynx:0.12.5
+ image: clivern/lynx:0.12.6
environment:
APP_NAME: Lynx
APP_PORT: 4000
diff --git a/docs/index.md b/docs/index.md
index 7f75543..540582b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -21,8 +21,8 @@ hero:
icon: edit
download_link:
- label: Latest Release v0.12.5
- url: https://github.com/Clivern/Lynx/releases/tag/0.12.5
+ label: Latest Release v0.12.6
+ url: https://github.com/Clivern/Lynx/releases/tag/0.12.6
features:
rows:
diff --git a/lib/lynx_web/router.ex b/lib/lynx_web/router.ex
index 41e384f..e625380 100644
--- a/lib/lynx_web/router.ex
+++ b/lib/lynx_web/router.ex
@@ -133,7 +133,7 @@ defmodule LynxWeb.Router do
defp add_server_header(conn, _opts) do
conn
- |> put_resp_header("x-server-version", "lynx/0.12.5")
+ |> put_resp_header("x-server-version", "lynx/0.12.6")
end
# Enables LiveDashboard only for development
diff --git a/lib/lynx_web/templates/page/snapshots.html.heex b/lib/lynx_web/templates/page/snapshots.html.heex
index 541fabb..aa5668b 100644
--- a/lib/lynx_web/templates/page/snapshots.html.heex
+++ b/lib/lynx_web/templates/page/snapshots.html.heex
@@ -84,7 +84,7 @@