Compare commits

..

28 Commits

Author SHA1 Message Date
a86823dc0a Merge pull request #77 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.12
2025-05-30 15:49:48 +01:00
renovate[bot]
6129ad895a Update dependency ruff to v0.11.12 2025-05-29 15:27:42 +00:00
d239ef8bfe Merge pull request #76 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.11
2025-05-24 15:15:11 +02:00
renovate[bot]
1b8dd3c551 Update dependency ruff to v0.11.11 2025-05-22 19:48:04 +00:00
f0e4504b28 Merge pull request #74 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.10
2025-05-17 11:47:57 +02:00
54a8c0aeb7 Merge pull request #75 from nikdoof/renovate/flask-3.x
Update dependency flask to v3.1.1
2025-05-17 11:45:17 +02:00
renovate[bot]
5a0aebd950 Update dependency ruff to v0.11.10 2025-05-15 16:50:47 +00:00
renovate[bot]
9c778e8104 Update dependency flask to v3.1.1 2025-05-13 19:09:57 +00:00
0fd54424c6 Merge pull request #73 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.7
2025-04-30 10:04:11 +01:00
renovate[bot]
d38e51edd9 Update dependency ruff to v0.11.7 2025-04-24 23:43:28 +00:00
758e46e9ef Merge pull request #72 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.5
2025-04-13 17:56:12 +01:00
renovate[bot]
f44a4aa03c Update dependency ruff to v0.11.5 2025-04-10 21:51:00 +00:00
8a9e6b1343 Merge pull request #71 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.4
2025-04-06 14:52:56 +01:00
renovate[bot]
d72bf696e8 Update dependency ruff to v0.11.4 2025-04-04 19:23:30 +00:00
b31adec14a Merge pull request #70 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.11.2
2025-03-24 08:19:41 +00:00
renovate[bot]
83ec1dcf05 Update dependency ruff to v0.11.2 2025-03-21 15:53:25 +00:00
3095bf8472 Merge pull request #69 from nikdoof/renovate/ruff-0.x
Update dependency ruff to ^0.11.0
2025-03-17 13:24:10 +00:00
renovate[bot]
c6556a40d1 Update dependency ruff to ^0.11.0 2025-03-14 15:14:57 +00:00
c98e3b5e29 Merge pull request #68 from nikdoof/renovate/ruff-0.x
Update dependency ruff to ^0.10.0
2025-03-14 08:49:42 +00:00
renovate[bot]
f275f3f8ad Update dependency ruff to ^0.10.0 2025-03-13 22:20:28 +00:00
1307c6e79e Merge pull request #67 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.9.10
2025-03-08 14:19:47 +00:00
renovate[bot]
ae77e02510 Update dependency ruff to v0.9.10 2025-03-07 15:47:07 +00:00
df7b1bad62 Merge pull request #66 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.9.9
2025-03-03 09:45:30 +00:00
renovate[bot]
df5d957394 Update dependency ruff to v0.9.9 2025-02-28 10:41:43 +00:00
2b4656e4e5 Merge pull request #65 from nikdoof/renovate/ruff-0.x-lockfile
Update dependency ruff to v0.9.8
2025-02-28 10:40:45 +00:00
renovate[bot]
753e54c434 Update dependency ruff to v0.9.8 2025-02-27 16:31:43 +00:00
9f7d84762b Merge pull request #64 from nikdoof/bump-chart-version
Bump chart to the latest version
2025-02-23 22:22:20 +00:00
2b9d5bba2e Bump chart to the latest version 2025-02-23 22:21:50 +00:00
4 changed files with 34 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.4.0
appVersion: 0.5.0
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
name: ohayodash
version: 0.4.0
version: 0.5.0
kubeVersion: ">=1.19.0-0"
keywords:
- ohayodash

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.4.0
tag: 0.5.0
# -- environment variables.
# @default -- See below

57
poetry.lock generated
View File

@@ -180,23 +180,24 @@ files = [
[[package]]
name = "flask"
version = "3.1.0"
version = "3.1.1"
description = "A simple framework for building complex web applications."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"},
{file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"},
{file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"},
{file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"},
]
[package.dependencies]
blinker = ">=1.9"
blinker = ">=1.9.0"
click = ">=8.1.3"
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""}
itsdangerous = ">=2.2"
Jinja2 = ">=3.1.2"
Werkzeug = ">=3.1"
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
itsdangerous = ">=2.2.0"
jinja2 = ">=3.1.2"
markupsafe = ">=2.1.1"
werkzeug = ">=3.1.0"
[package.extras]
async = ["asgiref (>=3.2)"]
@@ -609,30 +610,30 @@ pyasn1 = ">=0.1.3"
[[package]]
name = "ruff"
version = "0.9.7"
version = "0.11.12"
description = "An extremely fast Python linter and code formatter, written in Rust."
optional = false
python-versions = ">=3.7"
groups = ["test"]
files = [
{file = "ruff-0.9.7-py3-none-linux_armv6l.whl", hash = "sha256:99d50def47305fe6f233eb8dabfd60047578ca87c9dcb235c9723ab1175180f4"},
{file = "ruff-0.9.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:d59105ae9c44152c3d40a9c40d6331a7acd1cdf5ef404fbe31178a77b174ea66"},
{file = "ruff-0.9.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:f313b5800483770bd540cddac7c90fc46f895f427b7820f18fe1822697f1fec9"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:042ae32b41343888f59c0a4148f103208bf6b21c90118d51dc93a68366f4e903"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:87862589373b33cc484b10831004e5e5ec47dc10d2b41ba770e837d4f429d721"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a17e1e01bee0926d351a1ee9bc15c445beae888f90069a6192a07a84af544b6b"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:7c1f880ac5b2cbebd58b8ebde57069a374865c73f3bf41f05fe7a179c1c8ef22"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e63fc20143c291cab2841dbb8260e96bafbe1ba13fd3d60d28be2c71e312da49"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:91ff963baed3e9a6a4eba2a02f4ca8eaa6eba1cc0521aec0987da8d62f53cbef"},
{file = "ruff-0.9.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:88362e3227c82f63eaebf0b2eff5b88990280fb1ecf7105523883ba8c3aaf6fb"},
{file = "ruff-0.9.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:0372c5a90349f00212270421fe91874b866fd3626eb3b397ede06cd385f6f7e0"},
{file = "ruff-0.9.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:d76b8ab60e99e6424cd9d3d923274a1324aefce04f8ea537136b8398bbae0a62"},
{file = "ruff-0.9.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:0c439bdfc8983e1336577f00e09a4e7a78944fe01e4ea7fe616d00c3ec69a3d0"},
{file = "ruff-0.9.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:115d1f15e8fdd445a7b4dc9a30abae22de3f6bcabeb503964904471691ef7606"},
{file = "ruff-0.9.7-py3-none-win32.whl", hash = "sha256:e9ece95b7de5923cbf38893f066ed2872be2f2f477ba94f826c8defdd6ec6b7d"},
{file = "ruff-0.9.7-py3-none-win_amd64.whl", hash = "sha256:3770fe52b9d691a15f0b87ada29c45324b2ace8f01200fb0c14845e499eb0c2c"},
{file = "ruff-0.9.7-py3-none-win_arm64.whl", hash = "sha256:b075a700b2533feb7a01130ff656a4ec0d5f340bb540ad98759b8401c32c2037"},
{file = "ruff-0.9.7.tar.gz", hash = "sha256:643757633417907510157b206e490c3aa11cab0c087c912f60e07fbafa87a4c6"},
{file = "ruff-0.11.12-py3-none-linux_armv6l.whl", hash = "sha256:c7680aa2f0d4c4f43353d1e72123955c7a2159b8646cd43402de6d4a3a25d7cc"},
{file = "ruff-0.11.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2cad64843da9f134565c20bcc430642de897b8ea02e2e79e6e02a76b8dcad7c3"},
{file = "ruff-0.11.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9b6886b524a1c659cee1758140138455d3c029783d1b9e643f3624a5ee0cb0aa"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cc3a3690aad6e86c1958d3ec3c38c4594b6ecec75c1f531e84160bd827b2012"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f97fdbc2549f456c65b3b0048560d44ddd540db1f27c778a938371424b49fe4a"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74adf84960236961090e2d1348c1a67d940fd12e811a33fb3d107df61eef8fc7"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:b56697e5b8bcf1d61293ccfe63873aba08fdbcbbba839fc046ec5926bdb25a3a"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d47afa45e7b0eaf5e5969c6b39cbd108be83910b5c74626247e366fd7a36a13"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bf9603fe1bf949de8b09a2da896f05c01ed7a187f4a386cdba6760e7f61be"},
{file = "ruff-0.11.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08033320e979df3b20dba567c62f69c45e01df708b0f9c83912d7abd3e0801cd"},
{file = "ruff-0.11.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:929b7706584f5bfd61d67d5070f399057d07c70585fa8c4491d78ada452d3bef"},
{file = "ruff-0.11.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7de4a73205dc5756b8e09ee3ed67c38312dce1aa28972b93150f5751199981b5"},
{file = "ruff-0.11.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2635c2a90ac1b8ca9e93b70af59dfd1dd2026a40e2d6eebaa3efb0465dd9cf02"},
{file = "ruff-0.11.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d05d6a78a89166f03f03a198ecc9d18779076ad0eec476819467acb401028c0c"},
{file = "ruff-0.11.12-py3-none-win32.whl", hash = "sha256:f5a07f49767c4be4772d161bfc049c1f242db0cfe1bd976e0f0886732a4765d6"},
{file = "ruff-0.11.12-py3-none-win_amd64.whl", hash = "sha256:5a4d9f8030d8c3a45df201d7fb3ed38d0219bccd7955268e863ee4a115fa0832"},
{file = "ruff-0.11.12-py3-none-win_arm64.whl", hash = "sha256:65194e37853158d368e333ba282217941029a28ea90913c67e558c611d04daa5"},
{file = "ruff-0.11.12.tar.gz", hash = "sha256:43cf7f69c7d7c7d7513b9d59c5d8cafd704e05944f978614aa9faff6ac202603"},
]
[[package]]
@@ -724,4 +725,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9"
content-hash = "e50c06b6a7372bc080ca7a39a598cf416ab847523cba29eb5a1f8f3e692e7e77"
content-hash = "126b092a7821365f3463384b9c1c093a2b3bf30a92fbdef3a95cbcbfa0d1f84e"

View File

@@ -7,7 +7,7 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"flask (==3.1.0)",
"flask (==3.1.1)",
"kubernetes (==32.0.1)",
"pyyaml (==6.0.2)",
"gunicorn (==23.0.0)",
@@ -18,7 +18,7 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test.dependencies]
ruff = "^0.9.0"
ruff = "^0.11.0"
[tool.ruff]
lint.ignore = ["E501"]