Skip to content

Upgrade to upstream v1.13.0#5

Merged
HerrSammyDE merged 14 commits into
developfrom
upgrade-1.13.0
Jun 16, 2026
Merged

Upgrade to upstream v1.13.0#5
HerrSammyDE merged 14 commits into
developfrom
upgrade-1.13.0

Conversation

@HerrSammyDE

Copy link
Copy Markdown
Member

Merges upstream pterodactyl/wings v1.13.0 (6a7fc51) into our fork.

Changes pulled in (v1.13.0)

Fixed

Added

Conflict resolution

  • server/config_parser.go: kept our github.com/Rene-Roscher/wings module path and added the new parser import.

Notes

  • CHANGELOG.md updated with a v1.13.0 section.
  • Version is injected at build time from the git tag, so the release goes out once develop is tagged v1.13.0 (triggers release.yaml). system/const.go intentionally stays develop.
  • Supersedes test #4.

robertdrakedennis and others added 13 commits May 30, 2026 00:19
…dir-extraction

empty folders in uploaded artifacts should be preserved
…l#328)

* bugfix: gather pending directories and chown after creation on file write

* bugfix: chowning for archive compression
old fix restated the tree with pendingdirs to guess what touch would make now ufs mkdirall returns what it actually created so write createdirectory and archive extract all chown new parents through one helper also stops dropping the mkdir errors and fills in the mkdirall test
Merges pterodactyl/wings develop (v1.13.0, 6a7fc51) into our develop.
Resolved the import-path conflict in server/config_parser.go to keep the
github.com/Rene-Roscher/wings module path (and add the new parser import).
Added a v1.13.0 CHANGELOG entry mirroring the upstream release notes.
@HerrSammyDE HerrSammyDE mentioned this pull request Jun 16, 2026
Closed
v1.13.0 changed UnixFS.MkdirAll to return the directories it created so
callers can chown them (pterodactyl#328). Update the backup restore path to the new
two-value signature and chown each created directory to the server user,
preserving that fix for restored directories instead of leaving them
owned by the user Wings runs as.
@HerrSammyDE HerrSammyDE merged commit c6cb78e into develop Jun 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants