Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.1.1 #268

Merged
merged 2 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1] - 2020-11-24
### Added
- Push an edge release tag for every successful master build and automate the packaging of Secrets Provider Helm Chart as
part of the pipeline. [cyberark/secrets-provider-for-k8s#234](https://github.com/cyberark/secrets-provider-for-k8s/pull/234)
- An `edge` tag is published for every successful master build.
[cyberark/secrets-provider-for-k8s#234](https://github.com/cyberark/secrets-provider-for-k8s/pull/234)

### Changed
- Use logger from k8s authenticator client; its timestamp format contains milliseconds precision.
- Uses logger from k8s authenticator client; its timestamp format contains milliseconds precision.
[cyberark/secrets-provider-for-k8s#221](https://github.com/cyberark/secrets-provider-for-k8s/issues/221)
- Update k8s authenticator client version to
[0.19.0](https://github.com/cyberark/conjur-authn-k8s-client/blob/master/CHANGELOG.md#0190---2020-10-08),
which adds some fixes around cert injection failure (see also changes in
[0.18.1](https://github.com/cyberark/conjur-authn-k8s-client/blob/master/CHANGELOG.md#0181---2020-09-13)). [cyberark/secrets-provider-for-k8s#247](https://github.com/cyberark/secrets-provider-for-k8s/pull/247)
[0.18.1](https://github.com/cyberark/conjur-authn-k8s-client/blob/master/CHANGELOG.md#0181---2020-09-13)).
[cyberark/secrets-provider-for-k8s#247](https://github.com/cyberark/secrets-provider-for-k8s/pull/247)

### Fixed
- The version that is printed at the product's startup now includes the git commit
Expand Down Expand Up @@ -68,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Escape secrets with backslashes before patching in k8s

[Unreleased]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/cyberark/secrets-provider-for-k8s/compare/v0.3.0...v0.4.0
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ follow the instructions in this section.
1. [Version file](pkg/secrets/version.go)
1. [Chart version](helm/secrets-provider/Chart.yaml)
1. [Default deployed version](helm/secrets-provider/values.yaml)
1. [Test case hardcoded version](deploy/test/test_cases/TEST_ID_22_helm_rbac_defaults_taken_successfully.sh)
1. Review the git log and ensure the [changelog](CHANGELOG.md) contains all
relevant recent changes with references to GitHub issues or PRs, if possible.
1. Review the changes since the last tag, and if the dependencies have changed
Expand Down
4 changes: 2 additions & 2 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ of the license associated with each component.

Section 1: Apache-2.0
>>> github.com/cyberark/conjur-api-go - v0.6.0
>>> github.com/cyberark/conjur-authn-k8s-client - v0.18.1
>>> github.com/cyberark/conjur-authn-k8s-client - v0.19.0
>>> github.com/googleapis/gnostic - v0.3.1
>>> github.com/modern-go/reflect2 - v1.0.1
>>> gopkg.in/yaml.v2 - v2.3.0
Expand Down Expand Up @@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

>>> github.com/cyberark/conjur-authn-k8s-client - v0.18.1
>>> github.com/cyberark/conjur-authn-k8s-client - v0.19.0

Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ $cli_with_timeout "get RoleBinding secrets-provider-role-binding"
$cli_with_timeout "get ConfigMap cert-config-map"

# Validate that the Secrets Provider took the default image configurations if not supplied and was deployed successfully
$cli_with_timeout "describe job secrets-provider | grep 'cyberark/secrets-provider-for-k8s:1.1.0'" | awk '{print $2}' && $cli_with_timeout "get job secrets-provider -o jsonpath={.status.succeeded}"
$cli_with_timeout "describe job secrets-provider | grep 'cyberark/secrets-provider-for-k8s:1.1.1'" | awk '{print $2}' && $cli_with_timeout "get job secrets-provider -o jsonpath={.status.succeeded}"
2 changes: 1 addition & 1 deletion helm/secrets-provider/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm chart for deploying CyberArk Secrets Provider for Kubernetes
name: secrets-provider
version: 1.1.0
version: 1.1.1
home: https://github.com/cyberark/secrets-provider-for-k8s
2 changes: 1 addition & 1 deletion helm/secrets-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rbac:

secretsProvider:
image: cyberark/secrets-provider-for-k8s
tag: 1.1.0
tag: 1.1.1
imagePullPolicy: IfNotPresent
name: cyberark-secrets-provider-for-k8s

Expand Down
2 changes: 1 addition & 1 deletion pkg/secrets/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package secrets
import "fmt"

// Version field is a SemVer that should indicate the baked-in version
var Version = "1.1.0"
var Version = "1.1.1"

// Tag field denotes the specific build type for the broker. It may
// be replaced by compile-time variables if needed to provide the git
Expand Down