Skip to content

Commit

Permalink
Prepare release (#757)
Browse files Browse the repository at this point in the history
* fix dependabot pr checks

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

* prepare release

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

---------

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit authored Sep 29, 2024
1 parent 72643a0 commit 438ded7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KIND_IMAGE ?= kindest/node:v1.30.2
KIND_NAME ?= kind
KYVERNO_VERSION ?= v1.12.5
KYVERNO_VERSION ?= v1.12.6
KOCACHE ?= /tmp/ko-cache
USE_CONFIG ?= standard,no-ingress,in-cluster,all-read-rbac
KUBECONFIG ?= ""
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/AppBar/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="app-logo">
<template v-if="display.mdAndUp.value">
<v-img src="/kyverno-logo.png" />
<v-chip size="small" style="position: absolute; bottom: 12px; right: -80px">v1.12.5</v-chip>
<v-chip size="small" style="position: absolute; bottom: 12px; right: -80px">v1.12.6</v-chip>
</template>
<template v-if="display.smAndDown.value">
<v-img src="/favicon.png" width="80" />
Expand Down
8 changes: 8 additions & 0 deletions release-notes/v0.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release notes

Release notes for `v0.4.2`.

## :guitar: Misc :guitar:
- Bump Kyverno to `v1.12.6`
- Update frontend depdencies
- Update backend depdencies

0 comments on commit 438ded7

Please sign in to comment.