mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-03 16:22:40 +00:00
v1.4.1
This commit is contained in:
parent
06b752f567
commit
add0299442
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.4.1](https://github.com/thomiceli/opengist/compare/v1.4.0...v1.4.1) - 2023-06-25
|
||||||
|
### ⚠️ Docker users ⚠️
|
||||||
|
Opengist Docker volume has been changed from `/root/.opengist` to `/opengist`, do not forget to update your
|
||||||
|
`docker-compose.yml` file or any other Docker related configuration.
|
||||||
|
|
||||||
|
Please make a backup of your Opengist data directory before updating.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Git message remote: `warning: unable to access '/root/.config/git/attributes': Permission denied` (#71)
|
||||||
|
|
||||||
## [1.4.0](https://github.com/thomiceli/opengist/compare/v1.3.0...v1.4.0) - 2023-06-23
|
## [1.4.0](https://github.com/thomiceli/opengist/compare/v1.3.0...v1.4.0) - 2023-06-23
|
||||||
### ⚠️ Docker users ⚠️
|
### ⚠️ Docker users ⚠️
|
||||||
Opengist Docker volume has been changed from `/root/.opengist` to `/opengist`, do not forget to update your
|
Opengist Docker volume has been changed from `/root/.opengist` to `/opengist`, do not forget to update your
|
||||||
|
|
|
@ -14,7 +14,7 @@ import (
|
||||||
"gopkg.in/yaml.v3"
|
"gopkg.in/yaml.v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
var OpengistVersion = "1.4.0"
|
var OpengistVersion = "1.4.1"
|
||||||
|
|
||||||
var C *config
|
var C *config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue