Skip to content

Commit

Permalink
Merge #4185 Include version in Inflator useragent string
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 18, 2024
2 parents e8d485c + 474b787 commit be2e50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Nullable references, net8.0, blend registry alert dot, netkan fixes (#4171, #4176 by: HebaruSan)
- [Netkan] SourceForge kref (#4172, #4174 by: HebaruSan)
- [Netkan] Inflation error for multi-hosted mods with mismatched versions (#4178 by: HebaruSan)
- [Multiple] Include version in useragent string, make it readonly (#4184 by: HebaruSan)
- [Multiple] Include version in useragent string, make it readonly (#4184, #4185 by: HebaruSan)

## v1.34.4 (Niven)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ USER netkan
WORKDIR /home/netkan
ADD --chown=netkan netkan.exe .
ENTRYPOINT /usr/bin/mono netkan.exe --game ${GAME:-KSP} --queues $QUEUES \
--net-useragent 'Mozilla/5.0 (compatible; Netkanbot/1.0; CKAN; +https://github.com/KSP-CKAN/NetKAN-Infra)' \
--net-useragent "Mozilla/5.0 (compatible; Netkanbot/1.0; CKAN/$(/usr/bin/mono netkan.exe --version); +https://github.com/KSP-CKAN/NetKAN-Infra)" \
--github-token $GH_Token --gitlab-token "$GL_Token" --cachedir ckan_cache -v

0 comments on commit be2e50a

Please sign in to comment.