Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Diesenreiter
2889661f24 release: version 0.1.12 🚀
Some checks failed
Build Docker image / Create Release (push) Successful in 1m17s
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m37s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
Build Docker image / deploy (push) Successful in 2m46s
SonarQube Scan / SonarQube Trigger (push) Failing after 4m56s
2025-04-15 13:58:19 +02:00
Simon Diesenreiter
513589a6fc fix: hotfixed CronTab dependencyrefs NOISSUE 2025-04-15 13:58:12 +02:00
4 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Upload Python Package
name: Build Docker image
permissions:
contents: write

View File

@ -5,10 +5,21 @@ Changelog
(unreleased)
------------
Fix
~~~
- Hotfixed CronTab dependencyrefs NOISSUE. [Simon Diesenreiter]
0.1.11 (2025-04-15)
-------------------
Fix
~~~
- More debug outputs refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.1.10 (2025-04-15)
-------------------

View File

@ -4,8 +4,8 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /-->
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
<!--add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
</packageSources>
</configuration>

View File

@ -1 +1 @@
0.1.11
0.1.12