From c7b947580d3e82e8c40a7bab860fa369bb7c1509 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Sun, 21 Sep 2025 04:51:49 +0200 Subject: [PATCH] v1.11.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ README.md | 8 ++++---- docs/.vitepress/theme/Home.vue | 2 +- docs/installation/binary.md | 4 ++-- docs/installation/source.md | 2 +- docs/update.md | 4 ++-- helm/opengist/Chart.lock | 8 ++++---- helm/opengist/Chart.yaml | 8 ++++---- helm/opengist/README.md | 2 +- 9 files changed, 52 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d275f..96a286f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.11.0](https://github.com/thomiceli/opengist/compare/v1.10.0...v1.11.0) - 2025-09-21 +See here how to [update](https://opengist.io/docs/update) Opengist. + +### Added +- LDAP authentication (#470) +- Listen to Unix websocket (#484) +- Binary files support (#503) +- Support for rendering .ipynb Jupyter/IPython notebooks (#491) +- File upload on gist creation/edition (#507) +- Read psql sslmode from db uri (#462) +- OIDC group claim name to OpenID request (#490) +- Reworked user settings page (#467) +- Style preference tab for user (#467) +- Init gist with regular urls via git CLI (http) (#501) + +### Fixed +- Gitlab avatar (#461) +- Correct German spelling, use consistent wording (#468) +- Filename unescape (#474) +- Fix Markdown preview links (#475) +- Replace Unicode characters with HTML entity codes in embed template (#480) +- Redirect to $baseUrl after auth with passkey instead of / (#482) +- Human date on iOS devices (#510) + +### Docs +- Add Proxmox VE Helper-Script (#473) + +### Other +- Use Helm deployment.env[] values (#471) +- Update Helm Postgres version +- Use database for Gist init queue (#498) +- Update go dep chroma (#493) + ## [1.10.0](https://github.com/thomiceli/opengist/compare/v1.9.1...v1.10.0) - 2025-04-07 See here how to [update](https://opengist.io/docs/update) Opengist. diff --git a/README.md b/README.md index 99088bd..e796104 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It is similar to [GitHub Gist](https://gist.github.com/), but open-source and co Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release : ```shell -docker pull ghcr.io/thomiceli/opengist:1.10 +docker pull ghcr.io/thomiceli/opengist:1.11 ``` It can be used in a `docker-compose.yml` file : @@ -50,7 +50,7 @@ It can be used in a `docker-compose.yml` file : ```yml services: opengist: - image: ghcr.io/thomiceli/opengist:1.10 + image: ghcr.io/thomiceli/opengist:1.11 container_name: opengist restart: unless-stopped ports: @@ -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.10.0/opengist1.10.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz -tar xzvf opengist1.10.0-linux-amd64.tar.gz +tar xzvf opengist1.11.0-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index 617b340..83f8df0 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -19,7 +19,7 @@ export default {
- Released 1.10 + Released 1.11 diff --git a/docs/installation/binary.md b/docs/installation/binary.md index 356ca9c..54cb8ce 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.10.0/opengist1.10.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz -tar xzvf opengist1.10.0-linux-amd64.tar.gz +tar xzvf opengist1.11.0-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 6a865f4..791ed80 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.10.0 # optional, to checkout the latest release +git checkout v1.11.0 # optional, to checkout the latest release make ./opengist diff --git a/docs/update.md b/docs/update.md index 3af36a9..85abadc 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.10.0/opengist1.10.0-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz -tar xzvf opengist1.10.0-linux-amd64.tar.gz +tar xzvf opengist1.11.0-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/helm/opengist/Chart.lock b/helm/opengist/Chart.lock index 7eef97a..7331d01 100644 --- a/helm/opengist/Chart.lock +++ b/helm/opengist/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.5.6 + version: 16.7.27 - name: meilisearch repository: https://meilisearch.github.io/meilisearch-kubernetes - version: 0.12.0 -digest: sha256:31084e570aa16e3a26317aeb6d0d5dec62540c314ee4f703374e6e7827399fa6 -generated: "2025-03-27T11:34:51.840778733+01:00" + version: 0.17.1 +digest: sha256:ad702e35f258fed1f804d3e48b071767499f5730e099a8c461610950e5182368 +generated: "2025-09-21T04:49:08.679554149+02:00" diff --git a/helm/opengist/Chart.yaml b/helm/opengist/Chart.yaml index 8c06e50..9deee6f 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.2.0 -appVersion: 1.10.0 +version: 0.3.0 +appVersion: 1.11.0 home: https://opengist.io icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg sources: @@ -11,9 +11,9 @@ sources: dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.5.6 + version: 16.7.27 condition: postgresql.enabled - name: meilisearch repository: https://meilisearch.github.io/meilisearch-kubernetes - version: 0.12.0 + version: 0.17.1 condition: meilisearch.enabled diff --git a/helm/opengist/README.md b/helm/opengist/README.md index 858dac0..d8b1c29 100644 --- a/helm/opengist/README.md +++ b/helm/opengist/README.md @@ -1,6 +1,6 @@ # Opengist Helm Chart -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) Opengist Helm chart for Kubernetes.