Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Feb 26, 2021
1 parent 4c3d0e0 commit 1a025da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.1.3&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=3.1.4&color=239922">
</a>
<a href="https://goreportcard.com/report/github.com/FairwindsOps/polaris">
<img src="https://goreportcard.com/badge/github.com/FairwindsOps/polaris">
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Expand Up @@ -2,6 +2,9 @@
sidebarDepth: 0
---

## 3.1.4
* Fixes for exemption annotations for the admission controller

## 3.1.3
* Fixes for `privilegeEscalationAllowed` and `insecureCapabilities` checks to take Kubernetes defaults into account

Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -20,7 +20,7 @@ import (

const (
// Version represents the current release version of Polaris
Version = "3.1.3"
Version = "3.1.4"
)

func main() {
Expand Down

0 comments on commit 1a025da

Please sign in to comment.