Skip to content

Commit

Permalink
chore(main): release 0.0.2 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 25, 2023
1 parent 40cdd88 commit 3c10801
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.0.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.1...v0.0.2) (2023-08-25)


### Other

* release 0.0.2 ([40cdd88](https://github.com/spectrocloud-labs/valid8or/commit/40cdd88ebb8b75f9908c5dab6aa29337f5d778d8))

## [0.0.1](https://github.com/spectrocloud-labs/valid8or/compare/v0.0.1...v0.0.1) (2023-08-25)


Expand Down
4 changes: 2 additions & 2 deletions chart/valid8or/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: valid8or
description: valid8or monitors ValidationResults created by one or more valid8or plugins and uploads them to a configurable sink
type: application
version: 0.0.1 # x-release-please-version
appVersion: "0.0.1" # x-release-please-version
version: 0.0.2 # x-release-please-version
appVersion: "0.0.2" # x-release-please-version
dependencies:
- name: valid8or-plugin-aws
condition: valid8orPluginAws.enabled
Expand Down
2 changes: 1 addition & 1 deletion chart/valid8or/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: quay.io/spectrocloud-labs/valid8or
tag: v0.0.1 # x-release-please-version
tag: v0.0.2 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 3c10801

Please sign in to comment.