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(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.2 ) #145

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

robottoms-up[bot]
Copy link
Contributor

@robottoms-up robottoms-up bot commented Oct 23, 2024

This PR contains the following updates:

Package Update Change
factorio-server-charts major 1.2.5 -> 2.5.2

Release Notes

SQLJames/factorio-server-charts (factorio-server-charts)

v2.5.2

Compare Source

Non-Breaking Changes
  • Removed values.schema.json

v2.5.1

Compare Source

Non-Breaking Changes
  • Updating values.schema.json
  • Updating Readme documentation
  • Adding new github workflow to verify readme documentation is up to date going forward
  • Removed unneeded files from the repository
  • Removed changelog entries from the main readme
  • Added values.schema.json workflow to make sure schema json is up to date going forward

v2.5.0

Compare Source

Breaking Changes
  • Reformatted the mods section to allow users to specify a mod version so it wont try to pull the latest if you don't want it too. This refactor introduces a custom tool factorio-mod-downloader as an image, which is a simple golang tool, which simplifies the script and improves logging.

v2.4.1

Compare Source

Non-Breaking Changes
  • Fixing mod download script to encode spaces properly, fixes Issue 42
  • Adding update mod check on mod script to avoid it always updating mods, fixes part ofIssue 45

v2.4.0

Compare Source

Potentially Breaking Changes
  • Removing the chown of the data directory initialization and instead switching the security context to use the factorio user specified in factorio docker. This will fix the nfs permissions but could potentially cause issues elsewhere if you were setting the security context.

v2.3.0

Compare Source

Non-Breaking Changes
  • Decoupling hostNetworking from the nodePort service. Introduces hostNetworkEnabled in the base of the values. By default this will still enabled with a standard set of values, but can be individually disabled if needed. Issue 38

v2.2.4

Compare Source

Non-Breaking Changes
  • Adding the option to append ENV variables to the factorio server container, fixes Issue 66 and Issue 37

v2.2.3

Compare Source

Non-Breaking Changes
  • Adding support for ipFamilyPolicy, fixing Issue 63

v2.2.2

Compare Source

Non-Breaking Changes
  • Disabled port-fixer livenessProbe due to reliability issues

v2.2.1

Compare Source

Non-Breaking Changes
  • Correct issues in deployment when rconAPI and port_fixer are used simultaniously.
  • Add missing ports key to rconAPI container

v2.2.0

Compare Source

Non-Breaking Changes

v2.1.0

Compare Source

Non-Breaking Changes

v2.0.4

Compare Source

Non-Breaking Changes
  • Added new PVC labels - Thank you ohnoitsyou

v2.0.3

Compare Source

Non-Breaking Changes
  • Updated Chart test to wait for the service to become available before testing rcon port

v2.0.2

Compare Source

Non-Breaking Changes
  • Updated version of the factorio badge to 2.0.10

v2.0.1

Compare Source

Non-Breaking Changes
  • Added enable_space_age field to values.yaml to enable or disable Space Age DLC

v2.0.0

Compare Source

Breaking Changes

Now compatible only with Factorio V2.0.
The Space Age DLC is not required to use this Helm chart.
Some Factorio settings in general have changed.
To continue using older 'factoriotools/factorio' Docker images, use version V1.2.5.

  • Updated fields in values.yaml for Factorio V2.0 and Space Age DLC.

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.

@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.1 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.2 ) Oct 25, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 9c8efed to 81a45a0 Compare October 25, 2024 19:05
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.2 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.3 ) Nov 1, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 81a45a0 to 6b8a814 Compare November 1, 2024 05:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.3 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.4 ) Nov 1, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 6b8a814 to ff9bad9 Compare November 1, 2024 06:07
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.0.4 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.1.0 ) Nov 3, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch 2 times, most recently from 4ae40c2 to 95a6607 Compare November 3, 2024 16:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.1.0 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.0 ) Nov 3, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 95a6607 to 7162ca6 Compare November 3, 2024 23:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.0 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.1 ) Nov 3, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch 2 times, most recently from af1eccd to 4924bb5 Compare November 7, 2024 17:05
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.1 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.2 ) Nov 7, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 4924bb5 to e6ca6cc Compare November 7, 2024 20:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.2 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.3 ) Nov 7, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from e6ca6cc to 3a3cc38 Compare November 8, 2024 16:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.3 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.4 ) Nov 8, 2024
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.2.4 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.3.0 ) Nov 8, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch 2 times, most recently from 3c698da to cddeb7d Compare November 8, 2024 18:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.3.0 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.4.0 ) Nov 8, 2024
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.4.0 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.4.1 ) Nov 8, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch 2 times, most recently from f4aa3bb to 3d391e3 Compare November 9, 2024 02:23
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.4.1 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.0 ) Nov 9, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from 3d391e3 to fe33180 Compare November 10, 2024 09:05
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.0 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.1 ) Nov 10, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/factorio-server-charts-2.x branch from fe33180 to a909be9 Compare November 11, 2024 05:06
@robottoms-up robottoms-up bot changed the title feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.1 ) feat(helm)!: Update factorio-server-charts ( 1.2.5 → 2.5.2 ) Nov 11, 2024
@ProfMoo ProfMoo merged commit fe2e91b into master Jan 26, 2025
@ProfMoo ProfMoo deleted the renovate/factorio-server-charts-2.x branch January 26, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant