Skip to content

Commit

Permalink
Disable buggy automatic change-log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Kraus authored and Karsten Kraus committed Mar 20, 2024
2 parents 18aa1bd + db4dc26 commit 021b75d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-appversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
sed -i "s/^\(appVersion:\s*\)[^\n]*/\1\"$APP_VERSION\"/" $chart
sed -i "s/\(ghcr.io\/argelbargel\/vault-raft-snapshot-agent:\)$CURRENT_APP_VERSION/\1$APP_VERSION/" $chart
sed -i "s/^\(version:\s*\)[^\n]*/\1$NEW_CHART_VERSION/" $chart
echo " artifacthub.io/changes: |" >> $chart
echo " - update app-version to $APP_VERSION" >> $chart
# echo " artifacthub.io/changes: |" >> $chart
# echo " - update app-version to $APP_VERSION" >> $chart
echo "- resulting chart:"
cat $chart
CHANGED=true
Expand Down
7 changes: 4 additions & 3 deletions charts/vault-raft-snapshot-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: vault-raft-snapshot-agent
type: application
version: 0.4.10
appVersion: "v0.10.7"
version: 0.4.11
appVersion: "v0.10.9"
description: Vault Raft Snapshot Agent takes periodic snapshots of Vault's Raft database and stores them on a local volume or an remote S3 bucket
keywords:
- vault-raft-snapshot-agent
Expand All @@ -21,11 +21,12 @@ annotations:
artifacthub.io/license: MIT
artifacthub.io/images: |
- name: vault-raft-snapshot-agent
image: ghcr.io/argelbargel/vault-raft-snapshot-agent:v0.10.7
image: ghcr.io/argelbargel/vault-raft-snapshot-agent:v0.10.9
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/hashicorp/vault
artifacthub.io/containsSecurityUpdates: "false"

Check failure on line 32 in charts/vault-raft-snapshot-agent/Chart.yaml

View workflow job for this annotation

GitHub Actions / check-charts

32:1 [empty-lines] too many blank lines (1 > 0)

Check failure on line 32 in charts/vault-raft-snapshot-agent/Chart.yaml

View workflow job for this annotation

GitHub Actions / check-charts / check-charts

32:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit 021b75d

Please sign in to comment.