Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-05-05)

### Bug Fixes

* Cleanup some labels in deployment manifests ([214ceb5](214ceb5))
* Deployment CPU request is wrong format ([ff83df1](ff83df1))
* Deployment CPU request is wrong format [2] ([3294940](3294940))
* **deps:** pin dependencies ([a7b8922](a7b8922))
* **deps:** update dependency probot to v12 ([b73978a](b73978a))
* Fix namespace variable name in push event ([cd9eca6](cd9eca6))
* type issues with new @octokit/webhooks version ([db6690f](db6690f))
* Use https route ([3891f59](3891f59))

### Features

* Add push event controller ([508d39c](508d39c))
* Add script to build an image ([01128d3](01128d3))
* **architecture:** Initial architecture draft ([fab17cb](fab17cb))
* Bootstrap the repostiory for a Github App controller ([bd8eb79](bd8eb79))
* Change AICOE-CI from Docker strategy to source ([aa67aa1](aa67aa1))
* Handle push on .github repository ([b978d3e](b978d3e))
* Initial commit ([5eb5475](5eb5475))
* Update token on push ([bb0be49](bb0be49))
* Use custom host for peribolos ([d321069](d321069))
  • Loading branch information
semantic-release-bot committed May 5, 2022
1 parent 0b42d5f commit 81fba16
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 1.0.0 (2022-05-05)


### Bug Fixes

* Cleanup some labels in deployment manifests ([214ceb5](https://github.com/open-services-group/peribolos-as-a-service/commit/214ceb59ce617261f7452760c1983d0f8bb0d038))
* Deployment CPU request is wrong format ([ff83df1](https://github.com/open-services-group/peribolos-as-a-service/commit/ff83df1d206a7da7afe3129d1aab2deba0948bc7))
* Deployment CPU request is wrong format [2] ([3294940](https://github.com/open-services-group/peribolos-as-a-service/commit/3294940e62d2f6c9ded0447ded3ab8e65de60c40))
* **deps:** pin dependencies ([a7b8922](https://github.com/open-services-group/peribolos-as-a-service/commit/a7b892219d6dee74b54b2fb2300e38cc9f4978d9))
* **deps:** update dependency probot to v12 ([b73978a](https://github.com/open-services-group/peribolos-as-a-service/commit/b73978a62c56165fbe6aef9f061fa7ed9f3ba92c))
* Fix namespace variable name in push event ([cd9eca6](https://github.com/open-services-group/peribolos-as-a-service/commit/cd9eca6f40c84e2dea73c5278d689cf94e5c18a5))
* type issues with new @octokit/webhooks version ([db6690f](https://github.com/open-services-group/peribolos-as-a-service/commit/db6690fb1dac849d8b4856782e7593da076128a9))
* Use https route ([3891f59](https://github.com/open-services-group/peribolos-as-a-service/commit/3891f597152bbc0c2093925958abacd5ec907449))


### Features

* Add push event controller ([508d39c](https://github.com/open-services-group/peribolos-as-a-service/commit/508d39cfe4dc8b7c88ab9e6775e16084bdf8a594))
* Add script to build an image ([01128d3](https://github.com/open-services-group/peribolos-as-a-service/commit/01128d3646841a1264bbba654db10e35907c987b))
* **architecture:** Initial architecture draft ([fab17cb](https://github.com/open-services-group/peribolos-as-a-service/commit/fab17cbeb13e9ec6d95ffed4b7952089558583cd))
* Bootstrap the repostiory for a Github App controller ([bd8eb79](https://github.com/open-services-group/peribolos-as-a-service/commit/bd8eb7960a74bb8079c83f318817e6ef159cce80))
* Change AICOE-CI from Docker strategy to source ([aa67aa1](https://github.com/open-services-group/peribolos-as-a-service/commit/aa67aa187c379e57b705871e97c4748938c00da3))
* Handle push on .github repository ([b978d3e](https://github.com/open-services-group/peribolos-as-a-service/commit/b978d3e3bbc5a08325730fd0ecde8feecb4e9d4d))
* Initial commit ([5eb5475](https://github.com/open-services-group/peribolos-as-a-service/commit/5eb5475814a81e95655200f8462fd9fbd5c1dcf5))
* Update token on push ([bb0be49](https://github.com/open-services-group/peribolos-as-a-service/commit/bb0be4949ae3eff128b5b7b522a11d7a45c54a67))
* Use custom host for peribolos ([d321069](https://github.com/open-services-group/peribolos-as-a-service/commit/d321069fa27598d78321f1dd8cada228ac442c47))
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/open-services-group/peribolos-as-a-service
newTag: v0.0.1
newTag: v1.0.0
- name: quay.io/open-services-group/peribolos
newTag: v0.0.1
newTag: v1.0.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": "0.0.1",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/open-services-group/peribolos-as-a-service",
"scripts": {
Expand Down

0 comments on commit 81fba16

Please sign in to comment.