Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
|
||||
Binary file not shown.
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
|
||||
|
||||
|
||||
## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
||||
appVersion: 2023.11.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
version: 17.2.30
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
- https://hub.docker.com/r/itzg/mc-backup
|
||||
type: application
|
||||
version: 7.1.11
|
||||
version: 7.1.13
|
||||
9
stable/minecraft-java/7.1.13/app-changelog.md
Normal file
9
stable/minecraft-java/7.1.13/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
|
||||
BIN
stable/minecraft-java/7.1.13/charts/common-17.2.30.tgz
Normal file
BIN
stable/minecraft-java/7.1.13/charts/common-17.2.30.tgz
Normal file
Binary file not shown.
@@ -158,6 +158,7 @@ workload:
|
||||
ONLINE_MODE: true
|
||||
MEMORY: 2048M
|
||||
RCON_PASSWORD: "secretrconpass"
|
||||
# PACKWIZ_URL: ""
|
||||
# CUSTOM_SERVER: ""
|
||||
# QUILT_LOADER_VERSION: ""
|
||||
# QUILT_LAUNCHER: ""
|
||||
@@ -174,7 +175,6 @@ workload:
|
||||
# BUKKIT_DOWNLOAD_URL: ""
|
||||
# PAPERBUILD: ""
|
||||
# PAPER_DOWNLOAD_URL: ""
|
||||
# PACKWIZ_URL: ""
|
||||
# AIRPLANE_BUILD: "lastSuccessfulBuild"
|
||||
# MAGMA_CHANNEL: "stable"
|
||||
# MOHIST_BUILD: ""
|
||||
@@ -211,6 +211,12 @@ questions:
|
||||
description: Pufferfish
|
||||
- value: CUSTOM
|
||||
description: Custom
|
||||
- variable: PACKWIZ_URL
|
||||
label: Packwiz URL
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [[TYPE, "!=", "VANILLA"]]
|
||||
- variable: CUSTOM_SERVER
|
||||
label: Custom Server
|
||||
description: URL or a container path to an existing JAR file, will ONLY download once.
|
||||
@@ -293,12 +299,6 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [[TYPE, "=", "FABRIC"]]
|
||||
- variable: PACKWIZ_URL
|
||||
label: Packwiz URL
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [[TYPE, "=", "FABRIC"]]
|
||||
- variable: SPIGOT_DOWNLOAD_URL
|
||||
label: Spigot Download URL
|
||||
schema:
|
||||
Reference in New Issue
Block a user