Releases: felddy/foundryvtt-docker
v13.337.0
This pre-release container supports Foundry VTT testing release 13.337
See:
Warning
This Testing update is intended for those dedicated users who wish to test the new features provided in Version 13. It is not intended for use in weekly games or in games with heavy use of add-on modules. The goal for this build is to collect preliminary testing feedback from developers and users, not to power actual game sessions!
As always, it is very important to back up your user data before any major update. It is strongly recommended to backup your important Worlds before experimenting with the Testing Build. Better yet, consider taking a full Snapshot.
What's Changed
- Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions-all group by @dependabot in #1157
- Bump coverage from 7.6.10 to 7.6.11 in the pip-all group by @dependabot in #1156
- Merge changes from upstream skeleton by @felddy in #1158
- Add cache tag file to container cache directory by @felddy in #1159
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot in #1171
- Bump the github-actions-all group with 3 updates by @dependabot in #1173
- Bump actions/download-artifact from 4.1.8 to 4.1.9 in the github-actions-all group by @dependabot in #1174
- Bump actions/cache from 4.2.1 to 4.2.2 in the github-actions-all group by @dependabot in #1176
- Bump FoundryVTT version to 13.337 by @felddy in #1177
Full Changelog: v13.336.0...v13.337.0
v13.336.0
This pre-release container supports Foundry VTT testing release 13.336
See:
Warning
This Testing update is intended for those dedicated users who wish to test the new features provided in Version 13. It is not intended for use in weekly games or in games with heavy use of add-on modules. The goal for this build is to collect preliminary testing feedback from developers and users, not to power actual game sessions!
What's Changed
- Port skeleton changes from develop to prerelease by @felddy in #1160
- Cache fallback on network failure by @felddy in #1161
- Bump FoundryVTT version to 13.336 by @felddy in #1164
Full Changelog: v13.335.0...v13.336.0
v13.335.0
This pre-release container supports Foundry VTT development release 13.335
See:
Warning
Updates on the development
channel are intended for testing and feedback from the development community. While the features and improvements of these updates may be close to a level of stability intended for public testing, they are likely to still include some bugs and incompatibilities which may frustrate you. Always backup any important data before testing, and please remember that this release is not intended to use in a live game.
What's Changed
- Bump fetch-cookie from 3.0.1 to 3.1.0 in the npm-all group by @dependabot in #1128
- Bump github/codeql-action from 3.27.9 to 3.28.0 in the github-actions-all group by @dependabot in #1129
- Bump the github-actions-all group across 1 directory with 5 updates by @dependabot in #1150
- Bump the pip-all group across 1 directory with 4 updates by @dependabot in #1146
- Bump typescript from 5.7.2 to 5.7.3 in the npm-all group by @dependabot in #1133
- Bump undici from 6.19.7 to 6.21.1 in the npm_and_yarn group by @dependabot in #1140
- Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 in the github-actions-all group by @dependabot in #1152
- Prerelease/13.335.0 by @felddy in #1155
Full Changelog: v13.334.0...v13.335.0
v13.334.0
This pre-release container supports Foundry VTT development release 13.334
See:
Warning
Updates on the Development channel are intended for testing and feedback from the development community. While the features and improvements of these updates may be close to a level of stability intended for public testing, they are likely to still include some bugs and incompatibilities which may frustrate you. It is not intended to use these releases for a live game.
What's Changed
Full Changelog: v13.333.0...v13.334.0
v13.333.0
This pre-release container supports Foundry VTT prototype release 13.333
Warning
Updates on the Prototype channel provide the implementation of major new features which are likely to introduce unforeseen bugs, breakages to existing game systems or modules, or other problems which will be disruptive to the usage of the software. Do not install this update unless you are doing so for the specific purposes of testing, it is not intended for use in 'live game' scenarios. The purpose of Prototype builds are to allow new experimental features to be tested and to help developers to begin the process of updating packages which are impacted by these changes. If you choose to update to this version you expose yourself to serious risk of having a bad experience. Please take this warning to heart.
What's Changed
There are substantial internal changes that may affect some users.
- The container now defaults to a non-root user.
- The internal home directory has changed from
/home/foundry
to/home/node
FOUNDRY_UID
andFOUNDRY_GID
environment variables have been deprecated.
The Dockeruser
option should be used to change theuid
andgid
of the running processes.- The container will no longer change the permissions in the
data
volume to match theuid
andgid
of the server. Therefore theCONTAINER_PRESERVE_OWNER
environment variable is deprecated. - The
TIMEZONE
environment variable has been replaced by the standardTZ
environment variable.
- Bump the github-actions-all group across 1 directory with 5 updates by @dependabot in #1124
- Bump the pip-all group across 1 directory with 4 updates by @dependabot in #1121
- Bump the npm-all group across 1 directory with 2 updates by @dependabot in #1114
- Add support for prerelease
13.333
by @felddy in #1125
Full Changelog: v13.332.0...v13.333.0
v13.332.0
This pre-release container supports Foundry VTT prototype release 13.332
This release drops support for the linux/arm/v6
platform, and restores support for linux/s390x
.
See:
Warning
Updates on the Prototype channel provide the implementation of major new features which are likely to introduce unforeseen bugs, breakages to existing game systems or modules, or other problems which will be disruptive to the usage of the software. Do not install this update unless you are doing so for the specific purposes of testing, it is not intended for use in 'live game' scenarios. The purpose of Prototype builds are to allow new experimental features to be tested and to help developers to begin the process of updating packages which are impacted by these changes. If you choose to update to this version you expose yourself to serious risk of having a bad experience. Please take this warning to heart.
What's Changed
Full Changelog: v12.320.0...v13.332.0
Special thanks to @afwolfe for PR #1000 which inspired the change to passing build secrets for pre-installed builds.
v12.331.0
This container supports Foundry VTT stable release 12.331
Please read the official FoundryVTT release notes for details on how to safely migrate to version 12
.
Note
Users migrating from version 11 of this container may be interested in applying a patch that will perform module compatibility checks at startup.
See:
Warning
While this is categorized as a stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss.
What's Changed
- Bump the pip-all group with 2 updates by @dependabot in #1024
- Bump the github-actions-all group across 1 directory with 3 updates by @dependabot in #1034
- Bump the pip-all group across 1 directory with 3 updates by @dependabot in #1033
- Fix cheerio import caused by update by @felddy in #1037
- Bump winston from 3.13.1 to 3.14.2 in the npm-all group across 1 directory by @dependabot in #1038
- Bump github/codeql-action from 3.26.1 to 3.26.2 in the github-actions-all group by @dependabot in #1035
- Bump FoundryVTT version to 12.331 by @felddy in #1039
Full Changelog: v12.330.0...v12.331.0
v12.330.0
This container supports Foundry VTT stable release 12.330
Please read the official FoundryVTT release notes for details on how to safely migrate to version 12
.
Note
Users migrating from version 11 of this container may be interested in applying a patch that will perform module compatibility checks at startup.
See:
Warning
While this is categorized as a stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss.
What's Changed
- Bump typescript from 5.5.3 to 5.5.4 in the npm-all group by @dependabot in #1019
- Bump pytest from 8.3.1 to 8.3.2 in the pip-all group by @dependabot in #1021
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot in #1022
- Bump FoundryVTT version to 12.330 by @felddy in #1023
Full Changelog: v12.329.0...v12.330.0
v12.329.0
This container supports Foundry VTT stable release 12.329
Please read the official FoundryVTT release notes for details on how to safely migrate to version 12
.
Note
Users migrating from version 11 of this container may be interested in applying a patch that will perform module compatibility checks at startup.
See:
Warning
While this is categorized as a stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss.
What's Changed
- Bump setuptools from 70.1.1 to 70.2.0 in the pip-all group by @dependabot in #1003
- Bump the github-actions-all group across 1 directory with 3 updates by @dependabot in #1005
- Bump the pip-all group across 1 directory with 3 updates by @dependabot in #1017
- Bump the github-actions-all group across 1 directory with 4 updates by @dependabot in #1016
- Bump the npm-all group with 2 updates by @dependabot in #1008
- Bump FoundryVTT version to 12.329 by @felddy in #1018
Full Changelog: v12.328.0...v12.329.0
v12.328.0
This container supports Foundry VTT stable release 12.328
Please read the official FoundryVTT release notes for details on how to safely migrate to version 12
.
Note
Users migrating from version 11 of this container may be interested in applying a patch that will perform module compatibility checks at startup.
See:
Warning
While this is categorized as a stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss.
What's Changed
- Bump typescript from 5.4.5 to 5.5.2 in the npm-all group by @dependabot in #997
- Bump setuptools from 70.0.0 to 70.1.1 in the pip-all group across 1 directory by @dependabot in #998
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot in #995
- Bump FoundryVTT version to 12.328 by @felddy in #999
Full Changelog: v12.327.0...v12.328.0