Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from giantswarm/release_4.6.20156
Browse files Browse the repository at this point in the history
Update to 4.6.20156
  • Loading branch information
glitchcrab authored Jun 10, 2020
2 parents fa876a2 + ce33f1f commit 4022190
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project's packages adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

## [v4.6.0] 2020-06-09

### Changed

- Updated image versions from `4.5.20069` to `4.6.20156`.

[Unreleased]: https://github.com/giantswarm/aqua-app/compare/v4.6.0...master
[v4.6.0]: https://github.com/giantswarm/aqua-app/releases/tag/v4.6.0
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

Please visit https://www.giantswarm.io/responsible-disclosure for information on reporting security issues.
2 changes: 1 addition & 1 deletion helm/aqua-app-enforcer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ icon: https://www.aquasec.com/wp-content/uploads/2016/05/aqua_logo_fullcolor.png
sources:
- https://github.com/aquasecurity/aqua-helm
name: aqua-app-enforcer
appVersion: "4.5.0"
appVersion: "4.6.0"
version: [[ .Version ]]
2 changes: 1 addition & 1 deletion helm/aqua-app-enforcer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gate:

image:
repository: giantswarm/aqua-enforcer
tag: "4.5.20069"
tag: 4.6.20156
pullPolicy: IfNotPresent

livenessProbe: {}
Expand Down
2 changes: 1 addition & 1 deletion helm/aqua-app-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ icon: https://www.aquasec.com/wp-content/uploads/2016/05/aqua_logo_fullcolor.png
sources:
- https://github.com/aquasecurity/aqua-helm
name: aqua-app-scanner
appVersion: "4.5.0"
appVersion: "4.6.0"
version: [[ .Version ]]
2 changes: 1 addition & 1 deletion helm/aqua-app-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server:

image:
repository: giantswarm/aqua-scanner
tag: 4.5.20069
tag: 4.6.20156
pullPolicy: IfNotPresent

user:
Expand Down
2 changes: 1 addition & 1 deletion helm/aqua-app-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ icon: https://www.aquasec.com/wp-content/uploads/2016/05/aqua_logo_fullcolor.png
sources:
- https://github.com/aquasecurity/aqua-helm
name: aqua-app-server
appVersion: "4.5.0"
appVersion: "4.6.0"
version: [[ .Version ]]
8 changes: 4 additions & 4 deletions helm/aqua-app-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ db:
auditssl: false
image:
repository: giantswarm/aqua-database
tag: 4.5.20069
tag: 4.6.20156
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -82,7 +82,7 @@ db:
gate:
image:
repository: giantswarm/aqua-gateway
tag: 4.5.20069
tag: 4.6.20156
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -119,7 +119,7 @@ gate:
web:
image:
repository: giantswarm/aqua-console
tag: 4.5.20069
tag: 4.6.20156
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -161,7 +161,7 @@ scanner:
enabled: false
image:
repository: giantswarm/aqua-scanner
tag: 4.5.20069
tag: 4.6.20156
pullPolicy: IfNotPresent
user:
password:
Expand Down

0 comments on commit 4022190

Please sign in to comment.