Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2022-12-08)

### Bug Fixes

* **deps:** pin dependency lru-cache to v7.13.1 ([#187](#187)) ([d0c1358](d0c1358))
* **deps:** update all non-major dependencies ([#195](#195)) ([5f0ca45](5f0ca45))
* Fix how metric labels are calculated ([3b51edc](3b51edc))
* Limit push events to .github repo only ([#175](#175)) ([d9f1b5e](d9f1b5e))
* Renew credentials on check retry ([#211](#211)) ([3c83e2b](3c83e2b))
* set --require-self to false on peribolos-run task ([#210](#210)) ([c19ed99](c19ed99))

### Features

* Add basic prometheus alerts ([#177](#177)) ([80e1129](80e1129))
* Add OCP link to check ([#183](#183)) ([ba545cc](ba545cc))
* Update tasks for peribolos upstream change ([#163](#163)) ([b443b7c](b443b7c))
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent 3c83e2b commit f69aa2e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.3.0](https://github.com/operate-first/peribolos-as-a-service/compare/v1.2.1...v1.3.0) (2022-12-08)


### Bug Fixes

* **deps:** pin dependency lru-cache to v7.13.1 ([#187](https://github.com/operate-first/peribolos-as-a-service/issues/187)) ([d0c1358](https://github.com/operate-first/peribolos-as-a-service/commit/d0c135822d9cf2f23ce113280cba676c7dc21168))
* **deps:** update all non-major dependencies ([#195](https://github.com/operate-first/peribolos-as-a-service/issues/195)) ([5f0ca45](https://github.com/operate-first/peribolos-as-a-service/commit/5f0ca45bc3be405bfb8c8fd6a47868a74f4e6ee3))
* Fix how metric labels are calculated ([3b51edc](https://github.com/operate-first/peribolos-as-a-service/commit/3b51edcd8fbccf89eff02ae3762e8504d7ac5b2b))
* Limit push events to .github repo only ([#175](https://github.com/operate-first/peribolos-as-a-service/issues/175)) ([d9f1b5e](https://github.com/operate-first/peribolos-as-a-service/commit/d9f1b5e3e3605fea883857f76ce3a11a514c6d60))
* Renew credentials on check retry ([#211](https://github.com/operate-first/peribolos-as-a-service/issues/211)) ([3c83e2b](https://github.com/operate-first/peribolos-as-a-service/commit/3c83e2b46be8900eda4fc6b21f9285d23ca8bbe2))
* set --require-self to false on peribolos-run task ([#210](https://github.com/operate-first/peribolos-as-a-service/issues/210)) ([c19ed99](https://github.com/operate-first/peribolos-as-a-service/commit/c19ed99b9563fb3a1f392a69e42540c9cab25f02))


### Features

* Add basic prometheus alerts ([#177](https://github.com/operate-first/peribolos-as-a-service/issues/177)) ([80e1129](https://github.com/operate-first/peribolos-as-a-service/commit/80e11291c2e539db43a8afaf2125fe4fd566fb92))
* Add OCP link to check ([#183](https://github.com/operate-first/peribolos-as-a-service/issues/183)) ([ba545cc](https://github.com/operate-first/peribolos-as-a-service/commit/ba545cc72769cf6e4742b3d2348497d086e02890))
* Update tasks for peribolos upstream change ([#163](https://github.com/operate-first/peribolos-as-a-service/issues/163)) ([b443b7c](https://github.com/operate-first/peribolos-as-a-service/commit/b443b7c091bb8befde56f674891f7b3b31328f2d))

## [1.2.1](https://github.com/operate-first/peribolos-as-a-service/compare/v1.2.0...v1.2.1) (2022-07-11)


Expand Down
2 changes: 1 addition & 1 deletion manifests/overlays/stage/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ patchesStrategicMerge:
- route.yaml
images:
- name: quay.io/operate-first/peribolos-as-a-service
newTag: v1.2.1
newTag: v1.3.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.2.1",
"version": "1.3.0",
"private": true,
"homepage": "https://github.com/operate-first/peribolos-as-a-service",
"scripts": {
Expand Down

0 comments on commit f69aa2e

Please sign in to comment.