Skip to content

Commit 7150515

Browse files
authored
Merge pull request #76 from SQLJames/bug/schema
removing values schema until we can validate all fields
2 parents ccdc353 + 042f9a4 commit 7150515

File tree

4 files changed

+8
-861
lines changed

4 files changed

+8
-861
lines changed

.github/workflows/verify_values_schema.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
jobs:
66
verify-schema:
7+
if: ${{ false }}
78
name: "Verify Chart Schema"
89
runs-on: ubuntu-22.04
910
steps:

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
4+
### V2.5.2
5+
6+
#### Non-Breaking Changes
7+
- Removed values.schema.json
8+
39
### V2.5.1
410

511
#### Non-Breaking Changes

charts/factorio-server-charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sources:
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 2.5.1
23+
version: 2.5.2
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)