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 github.com/luskaner/ageLANServer/battle-server-broadcast from 1.2.2 to 1.3.0 in /launcher-agent #68

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps github.com/luskaner/ageLANServer/battle-server-broadcast from 1.2.2 to 1.3.0.

Release notes

Sourced from github.com/luskaner/ageLANServer/battle-server-broadcast's releases.

v1.3.0

What's Changed

Relevant changes since last stable version

  • Improve PID handling for process monitoring its status.
  • Disable by default isolation of profiles marking it as experimental as it could conflict with Steam/Xbox Cloud save and could also fail sometimes.
  • Fixes that official server maintenance does not affect local server.
  • Added options to execute commands for setup and revert in launcher.

See Github differences v1.2.2...v1.3.0

Since latest pre-release version

Files

  • Full (launcher and server):
    • Windows 11 (or higher) on Arm (64 bits): aoe2DELanServer_full_1.3.0_win_arm64.zip
    • Windows 10 (or higher) x86-64 (64 bits): aoe2DELanServer_full_1.3.0_win_x86-64.zip
  • Launcher:
    • Windows 11 (or higher) on Arm (64 bits): aoe2DELanServer_launcher_1.3.0_win_arm64.zip
    • Windows 10 (or higher) x86-64 (64 bits): aoe2DELanServer_launcher_1.3.0_win_x86-64.zip
  • Server:
    • Windows:
      • 10 (or higher) on Arm (64 bits): aoe2DELanServer_server_1.3.0_win_arm64.zip
      • 10 IoT on Arm (32 bits): aoe2DELanServer_server_1.3.0_win_arm32.zip
      • 10 (or higher) x86-64 (64 bits): aoe2DELanServer_server_1.3.0_win_x86-64.zip
      • 10 x86-32 (32 bits): aoe2DELanServer_server_1.3.0_win_x86-32.zip
    • Linux:
      • Arm64: aoe2DELanServer_server_1.3.0_linux_arm64.tar.gz
      • Kernel 3.1 or higher with Arm32: aoe2DELanServer_server_1.3.0_linux_arm32.tar.gz
      • Kernel 2.6.23 or higher with x86-64: aoe2DELanServer_server_1.3.0_linux_x86-64.tar.gz
      • Kernel 2.6.23 or higher with x86-32: aoe2DELanServer_server_1.3.0_linux_x86-32.tar.gz
    • macOS:
      • Apple Silicon - Arm64: aoe2DELanServer_server_1.3.0_mac_apple-silicon.tar.gz
      • Catalina (v10.15) or higher with Intel - x86-64: aoe2DELanServer_server_1.3.0_mac_intel.tar.gz
      • Universal (with above requirements): aoe2DELanServer_server_1.3.0_mac_all.tar.gz

Verification

The verification process ensures that the files you download are the same as the ones that were uploaded by the maintainer.

  1. Download the aoe2DELanServer_1.3.0_checksums.txt and aoe2DELanServer_1.3.0_checksums.txt.sig files.
  2. Import the release public key and import it to your keyring if you haven't already.
  3. Verify the aoe2DELanServer_1.3.0_checksums.txt file with the aoe2DELanServer_1.3.0_checksums.txt.sig file.
  4. Verify the SHA-256 checksum list inside aoe2DELanServer_1.3.0_checksums.txt with the downloaded archives.

Simplest way to use it

... (truncated)

Commits
  • 020f711 Corrected README.md.
  • f4b92d6 Corrected README.md and .goreleaser.yaml regarding 'full' string in the archi...
  • a14f3e0 Updated dependencies relative to launcher-common module's update.
  • df42f98 Updated dependencies relative to common module's update.
  • 39dc711 Launcher: if already selected best IP for an announced server, don't repeat t...
  • 3f5c7fe Launcher: fixes #29 - game refusing to connect if official server is under ma...
  • 6f3ed50 Launcher: common module updated to improve PID handling.
  • 97d4257 Updated security policy to mark v1.3.0 as the only supported (changed from v1...
  • ff3770d Launcher: renamed complete archive to include 'full' string.
  • 719664e Launcher: setupCommand now is awaited and must return a 0 exit code to continue.
  • Additional commits viewable in compare view

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 [github.com/luskaner/ageLANServer/battle-server-broadcast](https://github.com/luskaner/ageLANServer) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/luskaner/ageLANServer/releases)
- [Changelog](https://github.com/luskaner/ageLANServer/blob/main/.goreleaser.yaml)
- [Commits](v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/luskaner/ageLANServer/battle-server-broadcast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Looks like github.com/luskaner/ageLANServer/battle-server-broadcast is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/launcher-agent/github.com/luskaner/ageLANServer/battle-server-broadcast-1.3.0 branch November 11, 2024 16:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants