Skip to content

Commit 1f72b57

Browse files
update before release
Signed-off-by: Céline Nicolas <[email protected]>
1 parent 18d8d9b commit 1f72b57

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pkg/model/constantes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Author: Glenn Feunteun, Celine Nicolas
1212
*/
1313
package model
1414

15-
const RKSVersion = "v0.9.1"
15+
const RKSVersion = "v1.0.0"

rks-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ info:
1616
* add crisis management solution to cut access to the RKS to specific nodes or an entire CDN in case of emergency
1717
1818
The RKS is based on the Hashicorp Vault Open Source Software (https://github.com/hashicorp/vault) and provides an API on top of Vault's
19-
version: 0.9.0
19+
version: 1.0.0
2020
tags:
2121
- name: RKS Initialization
2222
description: "RKS init API"

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ VERSION=${2:?}
55

66
git tag "$VERSION"
77
sed -i -E "s/${OLD_VERSION}/${VERSION}/" ./pkg/model/constantes.go
8+
sed -i -E "s/${OLD_VERSION}/${VERSION}/" ./rks-openapi.yaml

0 commit comments

Comments
 (0)