Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kyverno/policy-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: policy-reporter-2.22.2
Choose a base ref
...
head repository: kyverno/policy-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: policy-reporter-2.22.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 27, 2024

  1. fix(helm): typo in email report config (#413)

    * fix(helm): typo
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    
    * chore(helm): update chart version
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    
    ---------
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    sudoleg authored Feb 27, 2024
    Copy the full SHA
    5dd3927 View commit details

Commits on Feb 28, 2024

  1. prepare release

    Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
    Frank Jogeleit committed Feb 28, 2024
    Copy the full SHA
    221bf36 View commit details
Showing with 7 additions and 3 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 charts/policy-reporter/Chart.yaml
  3. +1 −1 charts/policy-reporter/README.md
  4. +1 −1 charts/policy-reporter/config-email-reports.yaml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.22.3
* Helm Chart
* fix(helm): typo in email report config [[#413](https://github.com/kyverno/policy-reporter/pull/413) by [sudoleg](https://github.com/sudoleg)]

# 2.22.2
* Helm Chart
* Policy Reporter v2.18.1
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ description: |
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 2.22.2
version: 2.22.3
appVersion: 2.18.1

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
2 changes: 1 addition & 1 deletion charts/policy-reporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Policy Reporter

![Version: v2.22.2](https://img.shields.io/badge/Version-v2.22.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.18.1](https://img.shields.io/badge/AppVersion-v2.18.1-informational?style=flat-square)
![Version: v2.22.3](https://img.shields.io/badge/Version-v2.22.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.18.1](https://img.shields.io/badge/AppVersion-v2.18.1-informational?style=flat-square)

## Motivation

2 changes: 1 addition & 1 deletion charts/policy-reporter/config-email-reports.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ emailReports:
filter:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.emailReports.violations.channels }}
{{- with .Values.emailReports.summary.channels }}
channels:
{{- toYaml . | nindent 6 }}
{{- end }}