From 2bba40278734c932dd178d18e84e3791a6d25a00 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Wed, 10 Jun 2026 02:25:21 +0700 Subject: [PATCH] v1.13.1 Signed-off-by: Thomas Miceli --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- docs/.vitepress/config.mts | 2 +- docs/installation/binary.md | 4 ++-- docs/installation/source.md | 2 +- docs/update.md | 4 ++-- helm/opengist/CHANGELOG.md | 4 ++++ helm/opengist/Chart.yaml | 4 ++-- helm/opengist/README.md | 2 +- helm/opengist/values.yaml | 2 +- 10 files changed, 23 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6001b31..bc0e180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.1](https://github.com/thomiceli/opengist/compare/v1.13.0...v1.13.1) - 2026-06-10 +See here how to [update](https://opengist.io/docs/update) Opengist. + +### Fixed +- Embedding fix vertical scrolling and improve padding (#714) +- Fix CSS url for json embed url (#715) + ## [1.13.0](https://github.com/thomiceli/opengist/compare/v1.12.2...v1.13.0) - 2026-06-09 See here how to [update](https://opengist.io/docs/update) Opengist. diff --git a/README.md b/README.md index c79a58d..5581339 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Download the archive for your system from the release page [here](https://github ```shell # example for linux amd64 -wget https://github.com/thomiceli/opengist/releases/download/v1.13.0/opengist1.13.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.13.1/opengist1.13.1-linux-amd64.tar.gz -tar xzvf opengist1.13.0-linux-amd64.tar.gz +tar xzvf opengist1.13.1-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 25ba6ef..0418559 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -187,7 +187,7 @@ export default defineConfig({ ] }, { - text: 'v1.13.0', + text: 'v1.13.1', items: [ { text: 'Changelog', link: '/changelog' }, { text: 'Releases', link: 'https://github.com/thomiceli/opengist/releases' }, diff --git a/docs/installation/binary.md b/docs/installation/binary.md index 1878a8e..2642264 100644 --- a/docs/installation/binary.md +++ b/docs/installation/binary.md @@ -4,9 +4,9 @@ Download the archive for your system from the release page [here](https://github ```shell # example for linux amd64 -wget https://github.com/thomiceli/opengist/releases/download/v1.13.0/opengist1.13.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.13.1/opengist1.13.1-linux-amd64.tar.gz -tar xzvf opengist1.13.0-linux-amd64.tar.gz +tar xzvf opengist1.13.1-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/docs/installation/source.md b/docs/installation/source.md index 8044f00..8be1acb 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -10,7 +10,7 @@ Requirements: git clone https://github.com/thomiceli/opengist cd opengist -git checkout v1.13.0 +git checkout v1.13.1 make ./opengist diff --git a/docs/update.md b/docs/update.md index 477ac4f..74ac642 100644 --- a/docs/update.md +++ b/docs/update.md @@ -27,9 +27,9 @@ Stop the running instance; then like your first installation of Opengist, downlo ```shell # example for linux amd64 -wget https://github.com/thomiceli/opengist/releases/download/v1.13.0/opengist1.13.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.13.1/opengist1.13.1-linux-amd64.tar.gz -tar xzvf opengist1.13.0-linux-amd64.tar.gz +tar xzvf opengist1.13.1-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/helm/opengist/CHANGELOG.md b/helm/opengist/CHANGELOG.md index f491cd4..39d7fb3 100644 --- a/helm/opengist/CHANGELOG.md +++ b/helm/opengist/CHANGELOG.md @@ -1,5 +1,9 @@ # Helm Chart Changelog +# 0.9.0 - 2026-06-10 + +- Bump Opengist image to 1.13.1 + # 0.8.0 - 2026-06-09 - Bump Opengist image to 1.13.0 diff --git a/helm/opengist/Chart.yaml b/helm/opengist/Chart.yaml index f40c8ca..6c27305 100644 --- a/helm/opengist/Chart.yaml +++ b/helm/opengist/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: opengist description: Opengist Helm chart for Kubernetes type: application -version: 0.8.0 -appVersion: 1.13.0 +version: 0.9.0 +appVersion: 1.13.1 home: https://opengist.io icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/img/opengist.svg sources: diff --git a/helm/opengist/README.md b/helm/opengist/README.md index ae697c0..4f2490b 100644 --- a/helm/opengist/README.md +++ b/helm/opengist/README.md @@ -1,6 +1,6 @@ # Opengist Helm Chart -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 1.13.1](https://img.shields.io/badge/AppVersion-1.13.1-informational?style=flat-square) Opengist Helm chart for Kubernetes. Check [CHANGELOG.md](CHANGELOG.md) for release notes. diff --git a/helm/opengist/values.yaml b/helm/opengist/values.yaml index bb173de..8265ba2 100644 --- a/helm/opengist/values.yaml +++ b/helm/opengist/values.yaml @@ -18,7 +18,7 @@ configExistingSecret: "" image: repository: ghcr.io/thomiceli/opengist pullPolicy: Always - tag: "1.13.0" + tag: "1.13.1" digest: "" imagePullSecrets: [] # - name: "image-pull-secret"