Skip to content

Commit

Permalink
Merge pull request #1252 from christianhuth/renovate/passbolt-ha-prox…
Browse files Browse the repository at this point in the history
…ysql-1.x

Update Helm release proxysql to v1.3.2
  • Loading branch information
christianhuth authored Jan 23, 2025
2 parents a8f06cd + f6c7c1b commit 8f14012
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/chart-preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
extra_args: --all-files || exit 0
- name: Check for modified files
id: check_files
run: |
if [[ -n $(git status --porcelain) ]]; then
echo "Files have been modified by pre-commit."
Expand Down Expand Up @@ -57,21 +56,23 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Generate changelogs
shell: bash
run: .github/generate-chart-changelogs.sh
- name: Add an exception for dubious ownership check
run: git config --global --add safe.directory /__w/helm-charts/helm-charts
- name: Check for modified files
id: check_files
shell: bash
run: |
if [[ -n $(git status --porcelain) ]]; then
echo "Files have been modified by pre-commit."
echo "changes_detected=true" >> $GITHUB_ENV
echo "Changelogs have been modified."
echo "changelog_changes_detected=true" >> $GITHUB_ENV
else
echo "No changes detected."
echo "changes_detected=false" >> $GITHUB_ENV
echo "No changes to Changelogs detected."
echo "changelog_changes_detected=false" >> $GITHUB_ENV
fi
- name: Commit and push changes
if: env.changes_detected == 'true'
if: env.changelog_changes_detected == 'true'
shell: bash
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
# Extract the source branch of the PR
Expand Down
6 changes: 3 additions & 3 deletions charts/passbolt-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# passbolt-ha

## 1.14.2
## 1.14.3

### Added
### Changed

- Changelog
- dependency to proxysql to 1.3.2
8 changes: 4 additions & 4 deletions charts/passbolt-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: passbolt-ha
description: A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA
type: application
version: 1.14.2
version: 1.14.3
home: https://github.com/christianhuth/helm-charts
icon: https://avatars.githubusercontent.com/u/4386228?s=200&v=4
maintainers:
Expand All @@ -22,12 +22,12 @@ dependencies:
version: 1.1.17
- name: proxysql
repository: https://charts.christianhuth.de
version: 1.3.1
version: 1.3.2
annotations:
artifacthub.io/category: security
artifacthub.io/changes: |
- kind: added
description: Changelog
- kind: changed
description: dependency to proxysql to 1.3.2
artifacthub.io/screenshots: |
- title: The login screen of Passbolt
url: https://help.passbolt.com/assets/img/help/2021/02/AN_login_v3.png
Expand Down
6 changes: 3 additions & 3 deletions charts/polr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# polr

## 1.12.5
## 2.0.1

### Added
### Fixed

- Changelog
- changelog
6 changes: 3 additions & 3 deletions charts/polr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: polr
description: Polr is a quick, modern, and open-source link shortener
type: application
version: 2.0.0
version: 2.0.1
appVersion: "2.3.0"
home: https://github.com/christianhuth/helm-charts
icon: http://docs.polrproject.org/en/latest/logo.png
Expand All @@ -18,8 +18,8 @@ dependencies:
version: 12.2.2
annotations:
artifacthub.io/changes: |
- kind: changed
description: dependency to mysql to 12.2.2
- kind: fixed
description: changelog
artifacthub.io/screenshots: |
- title: Polr converts some long links into shorter ones.
url: https://selfhostedweb.org/wp-content/uploads/2017/02/shortit-1024x346.png
Expand Down

0 comments on commit 8f14012

Please sign in to comment.