Compare commits

...

4 Commits
0.6.0 ... 0.6.1

Author SHA1 Message Date
233e7d136a Version 0.6.1 2025-08-16 09:05:39 +01:00
b1fbd0e781 Bump chart application version 2025-08-15 23:09:24 +01:00
a2c84d8673 Merge pull request #97 from nikdoof/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2025-08-15 23:08:38 +01:00
renovate[bot]
d351fa6cb2 Update actions/checkout action to v5 2025-08-15 22:06:31 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "ohayodash" name = "ohayodash"
version = "0.6.0" version = "0.6.1"
description = "Ohayo Dash is a Kubernetes driven start page and dashboard" description = "Ohayo Dash is a Kubernetes driven start page and dashboard"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"

2
uv.lock generated
View File

@@ -233,7 +233,7 @@ wheels = [
[[package]] [[package]]
name = "ohayodash" name = "ohayodash"
version = "0.5.0" version = "0.6.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "flask" }, { name = "flask" },