Skip to content

Commit

Permalink
[Library]: 3.0.0-rc.1 (#45)
Browse files Browse the repository at this point in the history
Library 3.0.0-rc.1
  • Loading branch information
oliverbaehler authored Sep 4, 2022
1 parent 494aa5b commit f403650
Show file tree
Hide file tree
Showing 11 changed files with 670 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:

- name: Run chart-testing (install)
run: ct install --config ./ct.yaml
if: steps.list-changed.outputs.changed == 'true'
if: steps.list-changed.outputs.changed == 'true'
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
9 changes: 7 additions & 2 deletions charts/library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: library
description: Buttahtoast Helm Library
type: library
version: 3.0.0-rc.0
version: 3.0.0-rc.1
appVersion: 0.1.0
home: https://github.com/buttahtoast/helm-charts/tree/master/charts/library
icon: "https://avatars0.githubusercontent.com/u/67652090?s=400&u=874d1c989b0afc2789865be01051f0bbfc84ae32&v=4"
Expand All @@ -19,5 +19,10 @@ sources:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- "[Changed]: Rename `lib.utils.dicts.lookup` to `lib.utils.dicts.get` (Breaking)"
- "[Added]: Added function `lib.utils.dicts.merge`"
- "[Changed]: Timezone Value is now looked up via `$.Values.global.timezone`, was `$.Values.timezone` (Breaking)"
- "[Changed]: Proxy Values are now looked up via `$.Values.global.proxy.*`, was `$.Values.proxy.*` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.imagePullPolicy` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.storageClass` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.image` (Breaking)"
artifacthub.io/prerelease: "true"
Loading

0 comments on commit f403650

Please sign in to comment.