Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-24 00:34:59 +00:00
parent fdcb70587a
commit ce8c65beb4
1536 changed files with 73425 additions and 4717 deletions

View File

@ -1,9 +0,0 @@
## [blocky-4.0.17](https://github.com/truecharts/charts/compare/blocky-4.0.16...blocky-4.0.17) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [blocky-4.0.18](https://github.com/truecharts/charts/compare/blocky-4.0.17...blocky-4.0.18) (2023-01-23)
### Chore
- update helm general non-major
## [blocky-4.0.17](https://github.com/truecharts/charts/compare/blocky-4.0.16...blocky-4.0.17) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [blocky-4.0.8](https://github.com/truecharts/charts/compare/blocky-4.0.7...blocky-4.0.8) (2022-12-05)
### Chore
- update helm general non-major
## [blocky-4.0.7](https://github.com/truecharts/charts/compare/blocky-4.0.5...blocky-4.0.7) (2022-11-30)

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.26
version: 5.0.29
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 4.0.17
version: 4.0.18
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [blocky-4.0.18](https://github.com/truecharts/charts/compare/blocky-4.0.17...blocky-4.0.18) (2023-01-23)
### Chore
- update helm general non-major

Binary file not shown.

View File

@ -1812,58 +1812,58 @@ questions:
type: string
default: 30s
required: true
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [appsmith-5.0.25](https://github.com/truecharts/charts/compare/appsmith-5.0.24...appsmith-5.0.25) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/appsmith to v1.9.4

View File

@ -4,6 +4,15 @@
## [appsmith-5.0.26](https://github.com/truecharts/charts/compare/appsmith-5.0.25...appsmith-5.0.26) (2023-01-23)
### Chore
- update helm general non-major
## [appsmith-5.0.25](https://github.com/truecharts/charts/compare/appsmith-5.0.24...appsmith-5.0.25) (2023-01-19)
### Chore
@ -88,12 +97,3 @@
## [appsmith-5.0.16](https://github.com/truecharts/charts/compare/appsmith-5.0.15...appsmith-5.0.16) (2022-12-25)
### Chore
- update helm general non-major
## [appsmith-5.0.15](https://github.com/truecharts/charts/compare/appsmith-5.0.14...appsmith-5.0.15) (2022-12-19)
### Chore

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.26
version: 5.0.29
# - condition: mongodb.enabled
# name: mongodb
# repository: https://charts.truecharts.org
@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 5.0.25
version: 5.0.26
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [appsmith-5.0.26](https://github.com/truecharts/charts/compare/appsmith-5.0.25...appsmith-5.0.26) (2023-01-23)
### Chore
- update helm general non-major

Binary file not shown.

View File

@ -1,9 +0,0 @@
## [awesome-ttrss-3.0.17](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.16...awesome-ttrss-3.0.17) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [awesome-ttrss-3.0.18](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.17...awesome-ttrss-3.0.18) (2023-01-23)
### Chore
- update helm general non-major
## [awesome-ttrss-3.0.17](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.16...awesome-ttrss-3.0.17) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [awesome-ttrss-3.0.8](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.6...awesome-ttrss-3.0.8) (2022-11-30)
## [awesome-ttrss-3.0.8](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.6...awesome-ttrss-3.0.8) (2022-11-30)
## [awesome-ttrss-3.0.8](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.6...awesome-ttrss-3.0.8) (2022-11-30)

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2022"
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
name: awesome-ttrss
version: 3.0.17
version: 3.0.18
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.20
version: 11.0.21
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@ -0,0 +1,9 @@
## [awesome-ttrss-3.0.18](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.17...awesome-ttrss-3.0.18) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -1174,58 +1174,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [briefkasten-0.0.7](https://github.com/truecharts/charts/compare/briefkasten-0.0.6...briefkasten-0.0.7) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [briefkasten-0.0.8](https://github.com/truecharts/charts/compare/briefkasten-0.0.7...briefkasten-0.0.8) (2023-01-23)
### Chore
- update helm general non-major
## [briefkasten-0.0.7](https://github.com/truecharts/charts/compare/briefkasten-0.0.6...briefkasten-0.0.7) (2023-01-17)
### Chore

View File

@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.20
version: 11.0.21
deprecated: false
description: Self-hosted bookmarking application.
home: https://truecharts.org/charts/incubator/briefkasten
@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/briefkasten
- https://github.com/ndom91/briefkasten
type: application
version: 0.0.7
version: 0.0.8
annotations:
truecharts.org/catagories: |
- bookmark

View File

@ -0,0 +1,9 @@
## [briefkasten-0.0.8](https://github.com/truecharts/charts/compare/briefkasten-0.0.7...briefkasten-0.0.8) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -1038,58 +1038,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [coupon-store-3.0.17](https://github.com/truecharts/charts/compare/coupon-store-3.0.16...coupon-store-3.0.17) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [coupon-store-3.0.18](https://github.com/truecharts/charts/compare/coupon-store-3.0.17...coupon-store-3.0.18) (2023-01-23)
### Chore
- update helm general non-major
## [coupon-store-3.0.17](https://github.com/truecharts/charts/compare/coupon-store-3.0.16...coupon-store-3.0.17) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [coupon-store-3.0.8](https://github.com/truecharts/charts/compare/coupon-store-3.0.6...coupon-store-3.0.8) (2022-11-30)
## [coupon-store-3.0.8](https://github.com/truecharts/charts/compare/coupon-store-3.0.6...coupon-store-3.0.8) (2022-11-30)
## [coupon-store-3.0.8](https://github.com/truecharts/charts/compare/coupon-store-3.0.6...coupon-store-3.0.8) (2022-11-30)

View File

@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.20
version: 11.0.21
description: A home for all your coupons and loyalty cards.
home: https://truecharts.org/charts/incubator/coupon-store
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
@ -22,7 +22,7 @@ name: coupon-store
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
- https://github.com/linuxserver/docker-airsonic
version: 3.0.17
version: 3.0.18
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,9 @@
## [coupon-store-3.0.18](https://github.com/truecharts/charts/compare/coupon-store-3.0.17...coupon-store-3.0.18) (2023-01-23)
### Chore
- update helm general non-major

View File

@ -943,58 +943,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [docspell-3.0.20](https://github.com/truecharts/charts/compare/docspell-3.0.19...docspell-3.0.20) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [docspell-3.0.21](https://github.com/truecharts/charts/compare/docspell-3.0.20...docspell-3.0.21) (2023-01-23)
### Chore
- update helm general non-major
## [docspell-3.0.20](https://github.com/truecharts/charts/compare/docspell-3.0.19...docspell-3.0.20) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
### Chore
- update helm general non-major

View File

@ -7,11 +7,11 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.20
version: 11.0.21
- condition: solr.enabled
name: solr
repository: https://charts.truecharts.org/
version: 2.0.22
version: 2.0.23
description: Docspell is a personal document organizer.
home: https://truecharts.org/charts/incubator/docspell
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docspell.png
@ -28,7 +28,7 @@ sources:
- https://github.com/eikek/docspell
- https://docspell.org/docs/install/docker/
- https://docspell.org/docs/configure/defaults/
version: 3.0.20
version: 3.0.21
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [docspell-3.0.21](https://github.com/truecharts/charts/compare/docspell-3.0.20...docspell-3.0.21) (2023-01-23)
### Chore
- update helm general non-major

Binary file not shown.

View File

@ -1637,58 +1637,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [etesync-3.0.19](https://github.com/truecharts/charts/compare/etesync-3.0.18...etesync-3.0.19) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@ -4,6 +4,15 @@
## [etesync-3.0.20](https://github.com/truecharts/charts/compare/etesync-3.0.19...etesync-3.0.20) (2023-01-23)
### Chore
- update helm general non-major
## [etesync-3.0.19](https://github.com/truecharts/charts/compare/etesync-3.0.18...etesync-3.0.19) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [etesync-3.0.10](https://github.com/truecharts/charts/compare/etesync-3.0.9...etesync-3.0.10) (2022-12-13)
### Chore
- update helm general non-major
## [etesync-3.0.9](https://github.com/truecharts/charts/compare/etesync-3.0.8...etesync-3.0.9) (2022-12-05)

View File

@ -7,11 +7,11 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.20
version: 11.0.21
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.26
version: 5.0.29
deprecated: false
description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
home: https://truecharts.org/charts/incubator/etesync
@ -36,7 +36,7 @@ sources:
- https://github.com/victor-rds/docker-etebase
- https://hub.docker.com/r/victorrds/etesync
type: application
version: 3.0.19
version: 3.0.20
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [etesync-3.0.20](https://github.com/truecharts/charts/compare/etesync-3.0.19...etesync-3.0.20) (2023-01-23)
### Chore
- update helm general non-major

Some files were not shown because too many files have changed in this diff Show More