Update footer.gohtml (#386)

* Update footer.gohtml

update the date to 2020 in the footer of the dashboard

* Update main.go

* Update CHANGELOG.md
This commit is contained in:
dirien
2020-08-09 17:53:02 +02:00
committed by GitHub
parent 300c8d9d94
commit c33452bba0
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# x.x.x (next release)
# 1.2.1
* Update date on dashboard footer
# 1.2.0
* Add ability to audit a single workload
* Enable `pullPolicyAlways` by default

View File

@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "1.2.0"
Version = "1.2.1"
)
func main() {

View File

@@ -1,5 +1,5 @@
{{define "footer"}}
<div class="footer">
<a href="https://fairwinds.com?source=polaris" target="_blank">&copy;2019 FairwindsOps Inc.</a>
<a href="https://fairwinds.com?source=polaris" target="_blank">&copy;2020 FairwindsOps Inc.</a>
</div>
{{end}}