Skip to content

Commit

Permalink
changelog and use run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerentis committed Feb 19, 2024
1 parent e58b390 commit 30794c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: "GHCR Build"
- name: GHCR Build
id: docker_build
uses: docker/build-push-action@v5
with:
Expand All @@ -66,4 +66,7 @@ jobs:
tags: ghcr.io/lerentis/bitwarden-crd-operator:dev

- name: test simple run
run: docker run -it --rm --entrypoint=/bin/sh ghcr.io/lerentis/bitwarden-crd-operator:dev -c bw --version
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/lerentis/bitwarden-crd-operator:dev
run: bw --version
12 changes: 7 additions & 5 deletions charts/bitwarden-crd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator

type: application

version: "v0.11.2"
version: "v0.11.3"

appVersion: "0.10.2"
appVersion: "0.10.3"

keywords:
- operator
Expand Down Expand Up @@ -102,9 +102,11 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "Update jinja to 3.1.3"
description: "Update python to 3.11.8-r0"
- kind: changed
description: "Update Node on arm to 20.11.0-r0"
description: "Update Node to 20.11.1-r0"
- kind: changed
description: "Unified bw cli installation methode"
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.2
image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.3

0 comments on commit 30794c1

Please sign in to comment.