Skip to content

Commit

Permalink
release GHSA-vcr7-g458-c933 patch, thanks @flokoe
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 7, 2024
1 parent f7caebb commit 1d4fcb2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 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.9" width="180" />
<img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.10" width="180" />
<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.9-1abc9c.svg">
<img src="https://img.shields.io/badge/Version-0.11.10-1abc9c.svg">
</a>
<a href="https://hub.docker.com/r/clivern/lynx/tags">
<img src="https://img.shields.io/badge/Docker-0.11.9-1abc9c.svg">
<img src="https://img.shields.io/badge/Docker-0.11.10-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 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.9
image: clivern/lynx:0.11.10
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.9
image: clivern/lynx:0.11.10
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.9
url: https://github.com/Clivern/Lynx/releases/tag/0.11.9
label: Latest Release v0.11.10
url: https://github.com/Clivern/Lynx/releases/tag/0.11.10

features:
rows:
Expand Down
1 change: 0 additions & 1 deletion lib/lynx_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<!-- Plugin -->
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.7.10/vue.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/1.3.4/axios.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js"></script>

<script src={Routes.static_path(@conn, "/theme/app/js/plugin/jquery.min.js")}></script>
<script src={Routes.static_path(@conn, "/theme/app/js/plugin/bootstrap.bundle.min.js")}></script>
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.9"
@version "0.11.10"

def get_version, do: @version

Expand Down

0 comments on commit 1d4fcb2

Please sign in to comment.