Skip to content

Commit

Permalink
release: Prepare v0.13.0-rc1 (#774)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Oct 26, 2021
1 parent 418c863 commit cec86ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: v2
name: starboard-operator
description: A Helm chart for starboard-operator.
description: Keeps security report resources updated
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.8.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.12.0
appVersion: 0.13.0-rc1

# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Expand Down
2 changes: 1 addition & 1 deletion deploy/static/06-starboard-operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
securityContext: {}
containers:
- name: operator
image: docker.io/aquasec/starboard-operator:0.12.0
image: docker.io/aquasec/starboard-operator:0.13.0-rc1
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ extra:
version:
provider: mike
var:
tag: "v0.12.0"
tag_prev: "v0.11.0"
tag: "v0.13.0-rc1"
tag_prev: "v0.12.0"
build:
version: "0.12.0"
version: "0.13.0-rc1"
commit: "7b7db3acb673a7aaed50839aed168cba8163230a"
date: "2021-09-15T17:30:09Z"
chart:
version: 0.7.0
version: 0.8.0

# Requires pip install mkdocs-macros-plugin
plugins:
Expand Down

0 comments on commit cec86ee

Please sign in to comment.