Skip to content

Commit e1d40f3

Browse files
hotfix(service): v1.0.4 unlimited file size in nginx config (#2609)
1 parent d5f7f95 commit e1d40f3

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGES.rst

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
Changes
1919
=======
2020

21-
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.2...v1.0.3>`__ (2022-01-26)
22-
--------------------------------------------------------------------------------------------------
21+
`1.0.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.3...v1.0.4>`__ (2022-01-28)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **service:** Unlimited uploaded file size for multiple core-service deployment
28+
(`#2609 <https://github.com/SwissDataScienceCenter/renku-python/pull/2609>`__)
29+
30+
`1.0.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.2...v1.0.3>`__ (2022-01-26)
31+
-------------------------------------------------------------------------------------------------------
2332

2433
Bug Fixes
2534
~~~~~~~~~
@@ -73,8 +82,8 @@ Features
7382
(`#2562 <https://github.com/SwissDataScienceCenter/renku-python/issues/2562>`__)
7483
(`6b3ee60 <https://github.com/SwissDataScienceCenter/renku-python/commit/6b3ee604db4e23bd8b51a323ec0af93fda0d23ff>`__)
7584

76-
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.1...v1.0.2>`__ (2022-01-18)
77-
--------------------------------------------------------------------------------------------------
85+
`1.0.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.1...v1.0.2>`__ (2022-01-18)
86+
-------------------------------------------------------------------------------------------------------
7887

7988
Bug Fixes
8089
~~~~~~~~~
@@ -127,8 +136,8 @@ Features
127136
(`#2531 <https://github.com/SwissDataScienceCenter/renku-python/issues/2531>`__)
128137
(`082e897 <https://github.com/SwissDataScienceCenter/renku-python/commit/082e897feac105e772f5672349f4f3535425d4ce>`__)
129138

130-
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.0...v1.0.1>`__ (2021-12-07)
131-
--------------------------------------------------------------------------------------------------
139+
`1.0.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.0...v1.0.1>`__ (2021-12-07)
140+
-------------------------------------------------------------------------------------------------------
132141

133142
Bug Fixes
134143
~~~~~~~~~
@@ -144,8 +153,8 @@ Bug Fixes
144153
(`4946f89 <https://github.com/SwissDataScienceCenter/renku-python/commit/4946f89c1e1110a94aa5a17f10ebe9220e3136ce>`__)
145154

146155

147-
` <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.2...v1.0.0>`__ (2021-12-02)
148-
---------------------------------------------------------------------------------------------------
156+
`1.0.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.2...v1.0.0>`__ (2021-12-02)
157+
--------------------------------------------------------------------------------------------------------
149158

150159
Overview
151160
~~~~~~~~

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
55
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6-
version: 1.0.3
6+
version: 1.0.4

helm-chart/renku-core/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ data:
1717
1818
sendfile on;
1919
tcp_nopush on;
20+
client_max_body_size 0; # Required for uploading large files
2021
2122
location /renku/versions {
2223
root /;

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ versions:
104104
fullnameOverride: ""
105105
image:
106106
repository: renku/renku-core
107-
tag: "v1.0.3"
107+
tag: "v1.0.4"
108108
pullPolicy: IfNotPresent
109109
v8:
110110
name: v8

0 commit comments

Comments
 (0)