v1.11.1
هذا الالتزام موجود في:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.11.1](https://github.com/thomiceli/opengist/compare/v1.11.0...v1.11.1) - 2025-09-30
|
||||||
|
See here how to [update](https://opengist.io/docs/update) Opengist.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- More translation strings (#511)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- CSV errors for rendering (#514)
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- Reset default log level to warn
|
||||||
|
|
||||||
## [1.11.0](https://github.com/thomiceli/opengist/compare/v1.10.0...v1.11.0) - 2025-09-21
|
## [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.
|
See here how to [update](https://opengist.io/docs/update) Opengist.
|
||||||
|
|
||||||
|
|||||||
@@ -77,9 +77,9 @@ Download the archive for your system from the release page [here](https://github
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# example for linux amd64
|
# example for linux amd64
|
||||||
wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz
|
wget https://github.com/thomiceli/opengist/releases/download/v1.11.1/opengist1.11.1-linux-amd64.tar.gz
|
||||||
|
|
||||||
tar xzvf opengist1.11.0-linux-amd64.tar.gz
|
tar xzvf opengist1.11.1-linux-amd64.tar.gz
|
||||||
cd opengist
|
cd opengist
|
||||||
chmod +x opengist
|
chmod +x opengist
|
||||||
./opengist # with or without `--config config.yml`
|
./opengist # with or without `--config config.yml`
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ Download the archive for your system from the release page [here](https://github
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# example for linux amd64
|
# example for linux amd64
|
||||||
wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz
|
wget https://github.com/thomiceli/opengist/releases/download/v1.11.1/opengist1.11.1-linux-amd64.tar.gz
|
||||||
|
|
||||||
tar xzvf opengist1.11.0-linux-amd64.tar.gz
|
tar xzvf opengist1.11.1-linux-amd64.tar.gz
|
||||||
cd opengist
|
cd opengist
|
||||||
chmod +x opengist
|
chmod +x opengist
|
||||||
./opengist # with or without `--config config.yml`
|
./opengist # with or without `--config config.yml`
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Requirements:
|
|||||||
git clone https://github.com/thomiceli/opengist
|
git clone https://github.com/thomiceli/opengist
|
||||||
cd opengist
|
cd opengist
|
||||||
|
|
||||||
git checkout v1.11.0 # optional, to checkout the latest release
|
git checkout v1.11.1 # optional, to checkout the latest release
|
||||||
|
|
||||||
make
|
make
|
||||||
./opengist
|
./opengist
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ Stop the running instance; then like your first installation of Opengist, downlo
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# example for linux amd64
|
# example for linux amd64
|
||||||
wget https://github.com/thomiceli/opengist/releases/download/v1.11.0/opengist1.11.0-linux-amd64.tar.gz
|
wget https://github.com/thomiceli/opengist/releases/download/v1.11.1/opengist1.11.1-linux-amd64.tar.gz
|
||||||
|
|
||||||
tar xzvf opengist1.11.0-linux-amd64.tar.gz
|
tar xzvf opengist1.11.1-linux-amd64.tar.gz
|
||||||
cd opengist
|
cd opengist
|
||||||
chmod +x opengist
|
chmod +x opengist
|
||||||
./opengist # with or without `--config config.yml`
|
./opengist # with or without `--config config.yml`
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: opengist
|
name: opengist
|
||||||
description: Opengist Helm chart for Kubernetes
|
description: Opengist Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
appVersion: 1.11.0
|
appVersion: 1.11.1
|
||||||
home: https://opengist.io
|
home: https://opengist.io
|
||||||
icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg
|
icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Opengist Helm Chart
|
# Opengist Helm Chart
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Opengist Helm chart for Kubernetes.
|
Opengist Helm chart for Kubernetes.
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ configExistingSecret: ""
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/thomiceli/opengist
|
repository: ghcr.io/thomiceli/opengist
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "1.11.0"
|
tag: "1.11.1"
|
||||||
digest: ""
|
digest: ""
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
# - name: "image-pull-secret"
|
# - name: "image-pull-secret"
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم