Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update docker.io/felddy/foundryvtt ( 12.331.0 → 13.334.0 ) #5818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Nov 8, 2024

This PR contains the following updates:

Package Update Change
docker.io/felddy/foundryvtt major 12.331.0 -> 13.334.0

Release Notes

felddy/foundryvtt-docker (docker.io/felddy/foundryvtt)

v13.334.0

Compare Source

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: felddy/foundryvtt-docker@v13.333.0...v13.334.0

v13.333.0

Compare Source

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 and FOUNDRY_GID environment variables have been deprecated.
    The Docker user option should be used to change the uid and gid of the running processes.
  • The container will no longer change the permissions in the data volume to match the uid and gid of the server. Therefore the CONTAINER_PRESERVE_OWNER environment variable is deprecated.
  • The TIMEZONE environment variable has been replaced by the standard TZ environment variable.

Full Changelog: felddy/foundryvtt-docker@v13.332.0...v13.333.0

v13.332.0

Compare Source

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: felddy/foundryvtt-docker@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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@lumiere-bot lumiere-bot bot requested a review from coolguy1771 as a code owner November 8, 2024 23:09
@lumiere-bot lumiere-bot bot added renovate/container type/major area/kubernetes Changes made in the kubernetes directory cluster/kyak labels Nov 8, 2024
@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Nov 8, 2024

--- HelmRelease: foundry-system/foundryvtt Deployment: foundry-system/foundryvtt

+++ HelmRelease: foundry-system/foundryvtt Deployment: foundry-system/foundryvtt

@@ -63,13 +63,13 @@

           value: 'true'
         - name: FOUNDRY_TELEMETRY
           value: 'false'
         envFrom:
         - secretRef:
             name: foundryvtt-secret
-        image: docker.io/felddy/foundryvtt:12.331.0@sha256:306930efe642caa5541add4e269127a3a9122e007496bb22b524f7d9bcc755fc
+        image: docker.io/felddy/foundryvtt:13.334.0@sha256:7f981a156e9884ed0ba040102d0a2ce84f6e5f2d5deca6cf290c9b84dcc18c40
         name: app
         resources:
           limits:
             memory: 4Gi
           requests:
             cpu: 10m

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Nov 8, 2024

--- kubernetes/kyak/apps/foundry-system/foundryvtt/app Kustomization: flux-system/foundryvtt HelmRelease: foundry-system/foundryvtt

+++ kubernetes/kyak/apps/foundry-system/foundryvtt/app Kustomization: flux-system/foundryvtt HelmRelease: foundry-system/foundryvtt

@@ -51,13 +51,13 @@

               FOUNDRY_TELEMETRY: false
             envFrom:
             - secretRef:
                 name: foundryvtt-secret
             image:
               repository: docker.io/felddy/foundryvtt
-              tag: 12.331.0@sha256:306930efe642caa5541add4e269127a3a9122e007496bb22b524f7d9bcc755fc
+              tag: 13.334.0@sha256:7f981a156e9884ed0ba040102d0a2ce84f6e5f2d5deca6cf290c9b84dcc18c40
             probes:
               liveness:
                 custom: true
                 enabled: false
                 spec:
                   failureThreshold: 3

@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-docker.io-felddy-foundryvtt-13.x branch from c623b9f to 29a0281 Compare December 21, 2024 05:09
@lumiere-bot lumiere-bot bot changed the title feat(container)!: Update docker.io/felddy/foundryvtt ( 12.331.0 → 13.332.0 ) feat(container)!: Update docker.io/felddy/foundryvtt ( 12.331.0 → 13.333.0 ) Dec 21, 2024
@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-docker.io-felddy-foundryvtt-13.x branch from 29a0281 to b0ab310 Compare December 21, 2024 06:11
@lumiere-bot lumiere-bot bot changed the title feat(container)!: Update docker.io/felddy/foundryvtt ( 12.331.0 → 13.333.0 ) feat(container)!: Update docker.io/felddy/foundryvtt ( 12.331.0 → 13.334.0 ) Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants