Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix changelog for release #1054

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 54 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,64 @@ meta:

---

## Unreleased
* Change `metadataAndNameMismatched` to `metadataAndInstanceMismatched`
* Add `hpaMaxAvailability` and `hpaMinAvailability` check
## 9.1.0
* Add HPA `minAvailable` and HPA `maxAvailable` checks
* Fix typo for PDB `minAvailable`

## 8.1.1
## 9.0.1
* Fix comments handling in `addOrReplaceValue` function

## 9.0.0
* Expose issue fixer and mutations in the library
* Remove `packr` in favor of `go:embed`

## 8.5.6
* Fix trying to list cluster-level resources

## 8.5.5
* Fix missing PDB check

## 8.5.4
* Fix conditional expressions should be at very top of `additionalSchemaStrings`
* Update alpine to 3.19

## 8.5.3
* Add quiet flag to polaris audit CLI command to suppress 'upload to Insights' prompt

## 8.5.2
* Switch to `controller-utils` package to get workloads

## 8.5.1
* Update `topologySpreadConstraint` check

## 8.5.0
* Add helm-skip-tests flag
* Update CLI docs
* Handle multiple helm-values files

## 8.4.0
* Change kubernetes.io/ label from name to instance

## 8.3.0
* Add option to filter audit results by severity level
* Add insights prompt

## 8.2.4
* Fix nil pointer issue with webhook

## 8.2.3
* Add category for `metadataAndNameMismatched`.
* Fix category for `priorityClassNotSet`.

## 8.2.2
* Fix webhook server cert dir argument

## 8.2.1
* Fix on Insights integration

## 8.2.0
* Minor fixes for NSA checks

## 8.1.0
* Add `insights-host` global flag to configure Fairwinds Insights host (defaults to `https://insights.fairwinds.com`).
* Add new `auth` sub-commands be able to authenticate on Polaris using Fairwinds Insights credentials
Expand Down
Loading