Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2022-07-07)

### Bug Fixes

* **tasks:** Reference the correct secret ([abb2957](abb2957))

### Features

* **controller:** Create GitHub check for taskRuns ([#146](#146)) ([24b25e9](24b25e9))

### Reverts

* Reset dev overlay to base ([3b503ec](3b503ec))
  • Loading branch information
semantic-release-bot committed Jul 7, 2022
1 parent 542babf commit d1c8946
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.2.0](https://github.com/operate-first/peribolos-as-a-service/compare/v1.1.0...v1.2.0) (2022-07-07)


### Bug Fixes

* **tasks:** Reference the correct secret ([abb2957](https://github.com/operate-first/peribolos-as-a-service/commit/abb2957cd2b4104af54f923089b780eac20b523b))


### Features

* **controller:** Create GitHub check for taskRuns ([#146](https://github.com/operate-first/peribolos-as-a-service/issues/146)) ([24b25e9](https://github.com/operate-first/peribolos-as-a-service/commit/24b25e9305c24b0bf8e7df2bf6914a45de8a10c2))


### Reverts

* Reset dev overlay to base ([3b503ec](https://github.com/operate-first/peribolos-as-a-service/commit/3b503ec0f4e3023f25d02e3b8af558c41ed543fa))

# [1.1.0](https://github.com/operate-first/peribolos-as-a-service/compare/v1.0.1...v1.1.0) (2022-06-30)


Expand Down
4 changes: 2 additions & 2 deletions manifests/overlays/stage/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ patchesStrategicMerge:
- route.yaml
images:
- name: quay.io/operate-first/peribolos-as-a-service
newTag: v1.1.0
newTag: v1.2.0
- name: quay.io/operate-first/peribolos
newTag: v1.1.0
newTag: v1.2.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peribolos-as-a-service",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"homepage": "https://github.com/operate-first/peribolos-as-a-service",
"scripts": {
Expand Down

0 comments on commit d1c8946

Please sign in to comment.