Skip to content

Commit 996e8b6

Browse files
committed
All chart versions have been incremented following semantic versioning (minor version bump)
1 parent 79ee291 commit 996e8b6

File tree

19 files changed

+60
-62
lines changed

19 files changed

+60
-62
lines changed

HTTPROUTE_CHANGES.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
## Summary
44

5-
All Helm charts in the `helm-charts` repository that contain Kubernetes Ingress resources have been extended to also provide optional HTTPRoute resources for the Gateway API.
5+
All Helm charts in the `helm-charts` repository that contain Kubernetes Ingress resources have been extended to also provide optional HTTPRoute resources for the Gateway API. Chart versions have been incremented to new minor versions to reflect these changes.
66

77
## Charts Updated
88

99
The following 18 charts now support HTTPRoute (Gateway API) in addition to Ingress:
1010

11-
1. **o-neko** - Added httproute.yaml template and values
12-
2. **o-neko-catnip** - Added httproute.yaml template and values
13-
3. **sophora-admin-dashboard** - Added httproute.yaml template and values
14-
4. **sophora-ai** - Added httproute.yaml template and values
15-
5. **sophora-contentapi** - Added httproute.yaml template and values
16-
6. **sophora-image-access-service** - Added httproute.yaml template and values (with support for multiple routes)
17-
7. **sophora-image-ai** - Added httproute.yaml template and values
18-
8. **sophora-importer** - HTTPRoute support already existed (no changes needed)
19-
9. **sophora-indexing-service** - Added httproute.yaml template and values
20-
10. **sophora-linkchecker** - Added httproute.yaml template and values
21-
11. **sophora-media-finder** - Added httproute.yaml template and values
22-
12. **sophora-metadata-supplier** - Added httproute.yaml template and values
23-
13. **sophora-schema-docs** - Added httproute.yaml template and values
24-
14. **sophora-seo-check** - Added httproute.yaml template and values
25-
15. **sophora-server** - Added httproute.yaml template and values
26-
16. **sophora-ugc** - Added httproute.yaml template and values
27-
17. **sophora-webclient** - Added httproute.yaml template and values
28-
18. **sophora-youtube-connector** - Added httproute.yaml template and values
11+
1. **o-neko** - v2.0.1 → v2.1.0
12+
2. **o-neko-catnip** - v1.3.4 → v1.4.0
13+
3. **sophora-admin-dashboard** - v1.5.0 → v1.6.0
14+
4. **sophora-ai** - v2.0.4 → v2.1.0
15+
5. **sophora-contentapi** - v1.0.2 → v1.1.0
16+
6. **sophora-image-access-service** - v1.4.0 → v1.5.0
17+
7. **sophora-image-ai** - v2.1.3 → v2.2.0
18+
8. **sophora-importer** - v2.4.1 → v2.5.0 (HTTPRoute support already existed, updated for consistency)
19+
9. **sophora-indexing-service** - v1.5.0 → v1.6.0
20+
10. **sophora-linkchecker** - v0.1.4 → v0.2.0
21+
11. **sophora-media-finder** - v0.2.6 → v0.3.0
22+
12. **sophora-metadata-supplier** - v1.3.6 → v1.4.0
23+
13. **sophora-schema-docs** - v2.1.4 → v2.2.0
24+
14. **sophora-seo-check** - v1.0.3 → v1.1.0
25+
15. **sophora-server** - v3.1.2 → v3.2.0
26+
16. **sophora-ugc** - v2.0.15 → v2.1.0
27+
17. **sophora-webclient** - v1.4.5 → v1.5.0
28+
18. **sophora-youtube-connector** - v1.2.4 → v1.3.0
2929

3030
## Implementation Details
3131

charts/o-neko-catnip/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: o-neko-catnip
33
description: A Helm chart for the O-Neko URL trigger
44
type: application
5-
version: 1.3.4
5+
version: 1.4.0
66
annotations:
77
artifacthub.io/changes: |
88
- kind: added
9-
description: "added Artifacthub changelog annotation"
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: "1.3.2"
1212
sources:

charts/o-neko/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: o-neko
33
description: A Helm chart for O-Neko
44
type: application
5-
version: 2.0.1
5+
version: 2.1.0
66
annotations:
77
artifacthub.io/changes: |
8-
- kind: changed
9-
description: "Updated O-Neko to 1.8.2"
8+
- kind: added
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: "1.8.2"
1212
sources:

charts/sophora-admin-dashboard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ icon: https://subshell.com/logos/admindashboard104~1x1.1683631966185.png
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.5.0
16+
version: 1.6.0
1717
annotations:
1818
artifacthub.io/changes: |
1919
- kind: added
20-
description: "add configs useExternalUrl and usesV2Api."
20+
description: "Added HTTPRoute support for Gateway API"

charts/sophora-ai/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: sophora-ai
33
description: Sophora AI
44
type: application
5-
version: 2.0.4
5+
version: 2.1.0
66
annotations:
77
artifacthub.io/changes: |
88
- kind: added
9-
description: added configuration for new Reader Copy feature
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: 1.5.5
1212
sources:

charts/sophora-contentapi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: sophora-contentapi
33
description: Sophora Content API
44
type: application
5-
version: 1.0.2
5+
version: 1.1.0
66
annotations:
77
artifacthub.io/changes: |
88
- kind: added
9-
description: "added Artifacthub changelog annotation"
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: 6.0.0
1212
sources:

charts/sophora-image-access-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.4.0
18+
version: 1.5.0
1919
annotations:
2020
artifacthub.io/changes: |
2121
- kind: added
22-
description: "added Artifacthub changelog annotation"
22+
description: "Added HTTPRoute support for Gateway API"
2323
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/sophora-image-ai/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: sophora-image-ai
33
description: Sophora Image AI
44
type: application
5-
version: 2.1.3
5+
version: 2.2.0
66
annotations:
77
artifacthub.io/changes: |
88
- kind: added
9-
description: "allow configuration of resources"
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: 5.1.0
1212
sources:

charts/sophora-importer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.4.1
18+
version: 2.5.0
1919
annotations:
2020
artifacthub.io/changes: |
21-
- kind: fixed
22-
description: "fix service Port of httproute"
21+
- kind: changed
22+
description: "Updated HTTPRoute configuration for consistency"
2323
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/sophora-indexing-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: sophora-indexing-service
33
description: Sophora Indexing Service (SISI)
44
type: application
5-
version: 1.5.0
5+
version: 1.6.0
66
annotations:
77
artifacthub.io/changes: |
88
- kind: added
9-
description: "added extra volumes and extra volume mounts"
9+
description: "Added HTTPRoute support for Gateway API"
1010
1111
appVersion: '5.4.1'
1212
sources:

0 commit comments

Comments
 (0)