Skip to content

Commit

Permalink
release: Prepare v0.10.2-rc1 (aquasecurity#567)
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 May 12, 2021
1 parent 472fd92 commit 702b1cf
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 14 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
release:
draft: false
discussion_category_name: "Show and tell"
prerelease: auto
env:
- GO111MODULE=on
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: 0.5.1
# 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.10.1
appVersion: 0.10.2-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.10.1
image: docker.io/aquasec/starboard-operator:0.10.2-rc1
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ extra:
version:
provider: mike
var:
tag: "v0.10.1"
tag_prev: "v0.10.0"
tag: "v0.10.2-rc1"
tag_prev: "v0.10.1"
build:
version: "0.10.1"
version: "0.10.2-rc1"
commit: "21e893cb41c75144f9877735303bbf783c3f80bc"
date: "2021-04-21T19:48:38Z"
chart:
Expand Down
2 changes: 1 addition & 1 deletion pkg/kube/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The kube package provides primitives for working with Kubernetes objects.
// Package kube provides primitives for working with Kubernetes objects.
package kube
2 changes: 1 addition & 1 deletion pkg/kubebench/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This package provides primitives for working with CIS Kubernetes benchmarks.
// Package kubebench provides primitives for working with CIS Kubernetes benchmarks.
package kubebench
2 changes: 2 additions & 0 deletions pkg/kubehunter/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package kubehunter provides primitives for working with KubeHunter.
package kubehunter
2 changes: 1 addition & 1 deletion pkg/plugin/aqua/client/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The client package provides an HTTP client for selected Aqua Enterprise REST API endpoints.
// Package client provides an HTTP client for selected Aqua Enterprise API endpoints.
package client
2 changes: 1 addition & 1 deletion pkg/plugin/aqua/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The aqua package provides primitives for working with Aqua Enterprise scanner.
// Package aqua provides primitives for working with Aqua Enterprise scanner.
package aqua
2 changes: 2 additions & 0 deletions pkg/plugin/aqua/scanner/api/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package api provides primitives for getting vulnerability reports via Aqua Enterprise API
package api
2 changes: 2 additions & 0 deletions pkg/plugin/aqua/scanner/cli/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package cli provides primitives for getting vulnerability reports by executing the scannercli command.
package cli
2 changes: 1 addition & 1 deletion pkg/plugin/conftest/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The conftest package provides primitives for working with Conftest.
// Package conftest provides primitives for working with Conftest.
package conftest
1 change: 1 addition & 0 deletions pkg/plugin/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// Package plugin aggregates plugins for Starboard.
package plugin
2 changes: 1 addition & 1 deletion pkg/plugin/polaris/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The polaris package provides primitives for working with Polaris.
// Package polaris provides primitives for working with Polaris.
package polaris
2 changes: 1 addition & 1 deletion pkg/plugin/trivy/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The trivy package provides primitives for working with Trivy.
// Package trivy provides primitives for working with Trivy.
package trivy
2 changes: 2 additions & 0 deletions pkg/runner/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package runner provides primitives to run tasks as Kubernetes Jobs.
package runner
2 changes: 1 addition & 1 deletion pkg/starboard/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The starboard package provides primitives for working with Starboard toolkit.
// Package starboard provides primitives for working with Starboard toolkit.
package starboard
2 changes: 1 addition & 1 deletion pkg/vulnerabilityreport/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This package provides primitives for working with vulnerability scanners.
// Package vulnerabilityreport provides primitives for working with vulnerability scanners.
package vulnerabilityreport

0 comments on commit 702b1cf

Please sign in to comment.