From 2b92214cf51bbf43a9f3e18cf349dda9f54b86e8 Mon Sep 17 00:00:00 2001 From: jillianwilson Date: Mon, 12 Apr 2021 14:59:29 -0300 Subject: [PATCH] Preparing release v1.0.0 --- .VERSION | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++---- scripts/prepare-release.sh | 0 3 files changed, 25 insertions(+), 5 deletions(-) mode change 100644 => 100755 scripts/prepare-release.sh diff --git a/.VERSION b/.VERSION index 7bcd0e3..60453e6 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -0.0.2 \ No newline at end of file +v1.0.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e22f2..57030e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,32 @@ [//]: # (START/LATEST) # Latest +## Features + * A user-friendly description of a new feature. {issue-number} + +## Fixes + * A user-friendly description of a fix. {issue-number} + +## Security + * A user-friendly description of a security fix. {issue-number} + +--- + +[//]: # (START/v1.0.0) +# v1.0.0 + ## Features: -* +* Option to automatically deploy 1Password Connect via the operator +* Ignore restart annotation when looking for 1Password annotations +* Release Automation +* Upgrading apiextensions.k8s.io/v1beta apiversion from the operator custom resource +* Adding configuration for auto rolling restart on deployments +* Configure Auto Restarts for a OnePasswordItem Custom Resource +* Update Connect Dependencies to latest +* Add Github action for building and testing operator ## Fixes: -* -## Security: -* +* Fix spec field example for OnePasswordItem in readme +* Casing of annotations are now consistent --- diff --git a/scripts/prepare-release.sh b/scripts/prepare-release.sh old mode 100644 new mode 100755