Skip to content

Commit e51c0bf

Browse files
pip: bump the pip-updates group across 1 directory with 15 updates (#386)
1 parent 656bb67 commit e51c0bf

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

api/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
anyio==4.8.0
1+
anyio==4.9.0
22
asgiref==3.8.1
3-
attrs==25.1.0
4-
certifi==2025.1.31
3+
attrs==25.3.0
4+
certifi==2025.4.26
55
cffi==1.17.1
6-
charset-normalizer==3.4.1
7-
cryptography==44.0.2
6+
charset-normalizer==3.4.2
7+
cryptography==44.0.3
88
Django==5.1.7
99
django-flexi-settings @ git+https://github.com/cedadev/django-flexi-settings.git@68eb74b00e28448279e7d800889d6e39466bf0ce
1010
django-settings-object @ git+https://github.com/cedadev/django-settings-object.git@2b66c0fc5eae92972df5210b4bc43f7d95ad9ceb
11-
djangorestframework==3.15.2
11+
djangorestframework==3.16.0
1212
docutils==0.21.2
13-
easykube==0.5.0
13+
easykube==0.6.0
1414
easysemver==0.2.0
1515
gunicorn==23.0.0
16-
h11==0.14.0
17-
httpcore==1.0.7
16+
h11==0.16.0
17+
httpcore==1.0.9
1818
httpx==0.28.1
1919
idna==3.10
2020
jasmin-ldap @ git+https://github.com/cedadev/jasmin-ldap.git@3e1d2659731e9e1a65e8723b4e72c776ae7f7b25
2121
Jinja2==3.1.6
2222
jsonschema==4.23.0
23-
jsonschema-specifications==2024.10.1
23+
jsonschema-specifications==2025.4.1
2424
ldap3==2.9.1
2525
MarkupSafe==3.0.2
2626
pyasn1==0.6.1
2727
pycparser==2.22
2828
pyrsistent==0.20.0
2929
python-dateutil==2.9.0.post0
30-
pytz==2025.1
30+
pytz==2025.2
3131
PyYAML==6.0.2
3232
rackit @ git+https://github.com/stackhpc/rackit.git@cb2da480f9fc99f36cc777d58dfbccec33434879
33-
referencing==0.35.1
33+
referencing==0.36.2
3434
requests==2.32.3
3535
rfc3986==2.0.0
36-
rpds-py==0.23.1
36+
rpds-py==0.24.0
3737
six==1.17.0
3838
sniffio==1.3.1
3939
sqlparse==0.5.3
40-
tzdata==2025.1
41-
urllib3==2.3.0
40+
tzdata==2025.2
41+
urllib3==2.4.0
4242
voluptuous==0.15.2
4343
whitenoise==6.9.0

chart/templates/_helpers.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Expand the name of the chart.
33
*/}}
44
{{- define "azimuth.name" -}}
5-
{{- .Chart.Name | lower | trunc 63 | trimSuffix "-" }}
5+
{{- .Chart.Name | lower | trunc 63 | trimSuffix "-" | trimSuffix "." }}
66
{{- end }}
77

88
{{/*
@@ -16,7 +16,7 @@ This template must be usable from subcharts, so the chart name is hard-coded.
1616
{{- if contains "azimuth" .Release.Name }}
1717
{{- .Release.Name | lower | trunc 63 | trimSuffix "-" }}
1818
{{- else }}
19-
{{- printf "%s-azimuth" .Release.Name | lower | trunc 63 | trimSuffix "-" }}
19+
{{- printf "%s-azimuth" .Release.Name | lower | trunc 63 | trimSuffix "-" | trimSuffix "." }}
2020
{{- end }}
2121
{{- end }}
2222

@@ -27,7 +27,7 @@ Create a fully qualified name for a component resource.
2727
{{- $context := index . 0 }}
2828
{{- $componentName := index . 1 }}
2929
{{- $fullName := include "azimuth.fullname" $context }}
30-
{{- printf "%s-%s" $fullName $componentName | lower | trunc 63 | trimSuffix "-" }}
30+
{{- printf "%s-%s" $fullName $componentName | lower | trunc 63 | trimSuffix "-" | trimSuffix "." }}
3131
{{- end -}}
3232

3333
{{/*
@@ -52,7 +52,7 @@ app.kubernetes.io/component: {{ $componentName }}
5252
Common labels for all resources.
5353
*/}}
5454
{{- define "azimuth.commonLabels" -}}
55-
helm.sh/chart: {{ printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | lower | trunc 63 | trimSuffix "-" }}
55+
helm.sh/chart: {{ printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | lower | trunc 63 | trimSuffix "-" | trimSuffix "." }}
5656
app.kubernetes.io/managed-by: {{ .Release.Service }}
5757
{{- if .Chart.AppVersion }}
5858
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN apt-get update && \
5555
ln -sf /dev/stdout /var/log/nginx/access.log && \
5656
ln -sf /dev/stderr /var/log/nginx/error.log && \
5757
sed -i '/^user /d' /etc/nginx/nginx.conf && \
58-
sed -i 's/\/var\/run/\/var\/run\/nginx/' /etc/nginx/nginx.conf && \
58+
sed -i 's/\/run\/nginx.pid/\/var\/run\/nginx\/nginx.pid/' /etc/nginx/nginx.conf && \
5959
mkdir -p /var/cache/nginx /var/run/nginx && \
6060
chown nginx:nginx /var/cache/nginx /var/run/nginx
6161

0 commit comments

Comments
 (0)