Skip to content

Commit

Permalink
feat: bump docker image to v24.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jan 26, 2024
1 parent 7e3ada5 commit d5d7f4a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/pmoscode-helm/jdownloader2/compare/jdownloader2-0.5.0...HEAD)</small>
<small>[Compare with latest](https://github.com/pmoscode-helm/jdownloader2/compare/jdownloader2-0.5.1...HEAD)</small>

### Features

- bump docker image to v24.01.1 ([0971e81](https://github.com/pmoscode-helm/jdownloader2/commit/0971e81bcef06ad58d42df9ce24affda46a33811) by Peter Motzko).

<!-- insertion marker -->
## [jdownloader2-0.5.1](https://github.com/pmoscode-helm/jdownloader2/releases/tag/jdownloader2-0.5.1) - 2023-12-27

<small>[Compare with jdownloader2-0.5.0](https://github.com/pmoscode-helm/jdownloader2/compare/jdownloader2-0.5.0...jdownloader2-0.5.1)</small>

### Features

- bump docker image to v23.12.2 ([59c7221](https://github.com/pmoscode-helm/jdownloader2/commit/59c7221fd598d5d0769388cae8bf335ceb0c4089) by Peter Motzko).
- bump docker image to v23.12.1 ([270fbb8](https://github.com/pmoscode-helm/jdownloader2/commit/270fbb8ef50af852a1598425ca48fe4cba0e33ed) by Peter Motzko).

<!-- insertion marker -->
## [jdownloader2-0.5.0](https://github.com/pmoscode-helm/jdownloader2/releases/tag/jdownloader2-0.5.0) - 2023-12-15

<small>[Compare with jdownloader2-0.4.0](https://github.com/pmoscode-helm/jdownloader2/compare/jdownloader2-0.4.0...jdownloader2-0.5.0)</small>
Expand Down
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description: jDownloader2 Helm chart for Kubernetes. "JDownloader is a free, ope
auto-extract archives and much more. It's an easy-to-extend framework that can save
hours of your valuable time every day!"

version: 0.5.1
appVersion: v23.12.2
version: 0.6.0
appVersion: v24.01.1

home: https://jdownloader.org/
icon: https://github.com/pmoscode/jdownloader2/raw/main/assets/logo.png
Expand All @@ -26,7 +26,7 @@ sources:
annotations:
artifacthub.io/images: |
- name: jdownloader2
image: jlesage/jdownloader-2:v23.12.2
image: jlesage/jdownloader-2:v24.01.1
platforms:
- linux/amd64
artifacthub.io/license: MIT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jdownloader2 Helm Chart
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jdownloader2)](https://artifacthub.io/packages/search?repo=jdownloader2)

From https://jdownloader.org/:
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ tasks:
index:
desc: Creates or updates the index file and pushes it to the default github pages branch
cmds:
- pre-commit uninstall
#- pre-commit uninstall
- cr index -o $GITHUB_USERNAME -r $CHART_NAME -t $GITHUB_TOKEN -i . --push
- rm index.yaml
- pre-commit install
#- pre-commit install

publish:
desc: Execute all steps for a Helm Chart deployment on GitHub-Pages (Don't forget to bump proper version)
Expand Down

0 comments on commit d5d7f4a

Please sign in to comment.