Fix the docker-old filename, move the short description to CI/CD variables.
This commit is contained in:
68
CHANGELOG.md
68
CHANGELOG.md
@@ -16,9 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
### Security
|
||||
|
||||
[tag]: url_to_tag
|
||||
[tag]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/tag
|
||||
<!-- /tag --/>
|
||||
|
||||
<!-- 3.2.5 -->
|
||||
## [3.2.5]
|
||||
### Modified
|
||||
* Use CI/CD environment variables for the Docker Hub short description
|
||||
### Fixed
|
||||
* The file name used for the Docker Hub full description
|
||||
|
||||
[3.2.5]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.5
|
||||
<!-- /3.2.5 -->
|
||||
|
||||
<!-- 3.2.4 -->
|
||||
## [3.2.4]
|
||||
### Added
|
||||
@@ -30,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Removed
|
||||
* Remove the changelog from the Seafile documentation.
|
||||
|
||||
[3.2.4]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.2.4
|
||||
[3.2.4]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.4
|
||||
<!-- /3.2.4 -->
|
||||
|
||||
|
||||
@@ -38,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- Update the build badge date on builds. (#61)
|
||||
|
||||
[3.2.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.2.3
|
||||
[3.2.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.3
|
||||
<!-- /3.2.3 -->
|
||||
|
||||
## [3.2.2] - 2024/06/09
|
||||
@@ -46,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Allow the latest tag to be applied to the v9 versions. (#54)
|
||||
- Restricted SAST jobs to approved pipelines. (#58)
|
||||
|
||||
[3.2.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.2.2
|
||||
[3.2.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.2
|
||||
<!-- /3.2.2 -->
|
||||
|
||||
## [3.2.1] - 2024/06/09
|
||||
@@ -55,14 +65,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- Badges are rendered from the Gitlab project itself, not from code. (#62)
|
||||
|
||||
[3.2.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.2.1
|
||||
[3.2.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.1
|
||||
<!-- /3.2.1 -->
|
||||
|
||||
## [3.2.0] - 2024/06/06
|
||||
### Changed
|
||||
- Changed the group _users_ GID from 100 to 90. This allow to use the GID 100. (#64)
|
||||
|
||||
[3.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.2.0
|
||||
[3.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.2.0
|
||||
<!-- /3.2.0 -->
|
||||
|
||||
## [3.1.0] - 2024/06/02
|
||||
@@ -71,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
- Instanciate the RPC client at the initialization (#63)
|
||||
|
||||
[3.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.1.0
|
||||
[3.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.1.0
|
||||
<!-- /3.1.0 -->
|
||||
|
||||
## [3.0.1] - 2024/05/27
|
||||
@@ -81,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
* Every links pointing to the previous repository flwgns-docker/seafile-client are pointing now to flrnnc-oss/docker-seafile-client. (#56)
|
||||
|
||||
[3.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.0.1
|
||||
[3.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.0.1
|
||||
<!-- /3.0.1 -->
|
||||
|
||||
## [3.0.0] - 2024/03/16
|
||||
@@ -98,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fixed the Docker Hub description publish through their API (#10)
|
||||
- Add ca-certificates and gnupg to support more HTTP certificates (#24)
|
||||
|
||||
[3.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/3.0.0
|
||||
[3.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/3.0.0
|
||||
<!-- /3.0.0 -->
|
||||
|
||||
## [2.2.0] - 2022/08/26
|
||||
@@ -168,23 +178,23 @@ The container entrypoint is run with root, then another entrypoint is run by the
|
||||
## [0.9.2] - 2019/03/15
|
||||
- Test release on GitLab, before Docker Hub
|
||||
|
||||
[2.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.2.0
|
||||
[2.1.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.1.1
|
||||
[2.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.1.0
|
||||
[2.0.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.0.2
|
||||
[2.0.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.0.2
|
||||
[2.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.0.1
|
||||
[2.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/2.0.0
|
||||
[1.2.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.2.1
|
||||
[1.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.2.0
|
||||
[1.1.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.1.2
|
||||
[1.1.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.1.1
|
||||
[1.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.1.0
|
||||
[1.0.6]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.6
|
||||
[1.0.5]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.5
|
||||
[1.0.4]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.4
|
||||
[1.0.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.3
|
||||
[1.0.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.2
|
||||
[1.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.1
|
||||
[1.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/1.0.0
|
||||
[0.9.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/tags/0.9.2
|
||||
[2.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.2.0
|
||||
[2.1.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.1.1
|
||||
[2.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.1.0
|
||||
[2.0.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.0.2
|
||||
[2.0.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.0.2
|
||||
[2.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.0.1
|
||||
[2.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/2.0.0
|
||||
[1.2.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.2.1
|
||||
[1.2.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.2.0
|
||||
[1.1.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.1.2
|
||||
[1.1.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.1.1
|
||||
[1.1.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.1.0
|
||||
[1.0.6]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.6
|
||||
[1.0.5]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.5
|
||||
[1.0.4]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.4
|
||||
[1.0.3]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.3
|
||||
[1.0.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.2
|
||||
[1.0.1]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.1
|
||||
[1.0.0]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/1.0.0
|
||||
[0.9.2]: https://gitlab.com/flrnnc-oss/docker-seafile-client/-/releases/0.9.2
|
||||
|
||||
@@ -8,11 +8,11 @@ token=$(curl -s \
|
||||
# Generate a JSON with the README.md as the full_description.
|
||||
json=$(jq -n \
|
||||
--arg readme "$(<documentations/docker.md)" \
|
||||
'{"full_description": $readme,"description":"Synchronize one or more Seafile library. Support password protected librairies and 2FA authentication."}')
|
||||
'{"full_description": "'"$readme"'","description": "'"$DOCKER_REGISTRY_DESCRIPTION_FLRNNC"'"}')
|
||||
|
||||
jsonOld=$(jq -n \
|
||||
--arg readme "$(<documentations/docker-olm.md)" \
|
||||
'{"full_description": $readme,"description":"Synchronize one or more Seafile library. Support password protected librairies and 2FA authentication."}')
|
||||
--arg readme "$(<documentations/docker-old.md)" \
|
||||
'{"full_description": "'"$readme"'","description": "'"$DOCKER_REGISTRY_DESCRIPTION_FLOWGUNSO"'"}')
|
||||
|
||||
# Update the Docker Hub repository's full_description.
|
||||
curl -siL \
|
||||
|
||||
Reference in New Issue
Block a user