Commit 5fd9e014 authored by skatika's avatar skatika
Browse files

Update version and changelog

parent a4e45a0e
Showing with 5 additions and 2 deletions
+5 -2
......@@ -3,7 +3,7 @@
<br>
<h3>Best Practices for Kubernetes Workload Configuration</h3>
<a href="https://github.com/FairwindsOps/polaris">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=3.0.0&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=3.1.0&color=239922">
</a>
<a href="https://goreportcard.com/report/github.com/FairwindsOps/polaris">
<img src="https://goreportcard.com/badge/github.com/FairwindsOps/polaris">
......
---
sidebarDepth: 0
---
## 3.1.0
* Add ability for exemptions for namespaces and containers
## 3.0.0
* **Breaking** - fixed inconsistency in how controller-level checks are handled
Custom checks with `target: Controller` should remove `Object` from the top-level of the
......
......@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "3.0.0"
Version = "3.1.0"
)
func main() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment