From c33452bba0a7a2f563fb260c9624bd2007149e71 Mon Sep 17 00:00:00 2001 From: dirien Date: Sun, 9 Aug 2020 17:53:02 +0200 Subject: [PATCH] Update footer.gohtml (#386) * Update footer.gohtml update the date to 2020 in the footer of the dashboard * Update main.go * Update CHANGELOG.md --- CHANGELOG.md | 3 +++ main.go | 2 +- pkg/dashboard/templates/footer.gohtml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b27858..83a332e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index 4aa8d299..315c9832 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "1.2.0" + Version = "1.2.1" ) func main() { diff --git a/pkg/dashboard/templates/footer.gohtml b/pkg/dashboard/templates/footer.gohtml index fb3fccf2..dcad0db7 100644 --- a/pkg/dashboard/templates/footer.gohtml +++ b/pkg/dashboard/templates/footer.gohtml @@ -1,5 +1,5 @@ {{define "footer"}} {{end}}