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

Bump game-ci/unity-builder from 3 to 4 #7

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps game-ci/unity-builder from 3 to 4.

Release notes

Sourced from game-ci/unity-builder's releases.

Windows Improvements and QOL Additions

This release bumps docker images for Windows to Server 2022 in anticipation of Server 2019 EOL. It is highly recommended for users to upgrade to this version as it contains a security fix for personal license serial masking as well as major stability and QOL fixes and improvements.

What's Changed

  • [Breaking] Windows images upgraded to Server 2022. This means you must update your workflows to use windows-2022 or ensure self-hosted runners are running Windows Server 2022 or Windows 11 or the images will fail to start
  • [Breaking] Updated license activation method to fix increased license activation failures. Personal license activation on Linux now requires UNITY_EMAIL and UNITY_PASSWORD to be passed in addition to UNITY_LICENSE. Look at our License Activation Docs for more guidance.
  • Fix serial number leak for personal license activation. This only affects users who only provide a license file for personal activation. Professional serials are not affected. Furthermore, serial numbers require username and password to activate so the risk of malicious use is low. Regardless it is highly recommended to update to v4 to ensure proper masking and for extra security, delete any unexpired build logs.
  • Windows now properly uses exit codes for determining build failures. This should bring it in line with Ubuntu behavior and fix several issues introduced by v3. Parsing for error count is now disabled
  • Fixes for Windows builds hanging on exit
  • Add annotations to default build script so Unity warnings and errors become github annotations to make debugging builds easier. For custom build methods, you can add this CompileListener script to your editor folder to gain the same functionality
  • Add containerRegistryRepository and containerRegistryImageVersion fields to allow easier use of custom images and the ability to roll back image versions
  • Add dockerCpuLimit, dockerMemoryLimit, and dockerIsolationMode for improved container performance control. Windows containers will by default now use more available system resources to improve build performance. Previously they were stuck at 1 cpu and 1GB memory due to a docker bug
  • Building on MacOS no longer requires sudo as long as the license activation path /Library/Application Support/Unity exists
  • MacOS setup now installs the correct architecture of Unity to account for Apple Silicon runners by @​dcvz in game-ci/unity-builder#591
  • manualExit suppresses -quit, useful for buildMethods with async calls by @​tobyspark in game-ci/unity-builder#574
  • fix android sdkmanager invocation by @​eronnen in game-ci/unity-builder#582

New Contributors

Full Changelog: game-ci/unity-builder@v3...v4.0.0

Allow multiple SSH keys

What's Changed

See https://game.ci/docs/github/builder#sshpublickeysdirectorypath

New Contributors

Full Changelog: game-ci/unity-builder@v3...v3.1.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 3 to 4.
- [Release notes](https://github.com/game-ci/unity-builder/releases)
- [Commits](game-ci/unity-builder@v3...v4)

---
updated-dependencies:
- dependency-name: game-ci/unity-builder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants