diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f30209..d8a13ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.3](https://github.com/thomiceli/opengist/compare/v1.8.2...v1.8.3) - 2024-11-26 +See here how to [update](/docs/update.md) Opengist. + +### Changed +- Throw `warn` instead of `fatal` on Git global config init failure (#392) +- Define esbuild as a Javascript dependency for all other platforms (#393) + ## [1.8.2](https://github.com/thomiceli/opengist/compare/v1.8.1...v1.8.2) - 2024-11-25 See here how to [update](/docs/update.md) Opengist. diff --git a/README.md b/README.md index 5ac5229..fc3e2b4 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,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.8.2/opengist1.8.2-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.8.3/opengist1.8.3-linux-amd64.tar.gz -tar xzvf opengist1.8.2-linux-amd64.tar.gz +tar xzvf opengist1.8.3-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/deploy/README.md b/deploy/README.md index bd2c917..696682e 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -28,11 +28,11 @@ namespace: opengist resources: - namespace.yaml - - https://github.com/thomiceli/opengist/deploy/?ref:v1.8.2 + - https://github.com/thomiceli/opengist/deploy/?ref:v1.8.3 images: - name: ghcr.io/thomiceli/opengist - newTag: 1.8.2 + newTag: 1.8.3 patches: # Add your ingress diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index cfe2076..5ff5a89 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -19,7 +19,7 @@ export default {