Skip to content

Commit

Permalink
chore(main): release 1.5.0-beta.1 (#2)
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] authored Jan 15, 2025
1 parent b31a40d commit 74e6aad
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/prerelease-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0-beta"
".": "1.5.0-beta.1"
}
2 changes: 1 addition & 1 deletion .platform/terraform/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ module "service" {
source = "../../modules/service"

# x-release-please-start-version
image_version = "1.5.0-beta"
image_version = "1.5.0-beta.1"
# x-release-please-end
}
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# Changelog

## [1.5.0-beta.1](https://github.com/Aaron-Ritter/example-app-release-please/compare/v1.5.0-beta...v1.5.0-beta.1) (2025-01-15)


### Features

* add issue templates ([874febe](https://github.com/Aaron-Ritter/example-app-release-please/commit/874febe0265c70237d55016896509f4c37d1eb96))
* add network claim ([9b18354](https://github.com/Aaron-Ritter/example-app-release-please/commit/9b1835475b83bf56aa00202c903fdafaa0b3fb9f))
* claim app resource ([ec0d202](https://github.com/Aaron-Ritter/example-app-release-please/commit/ec0d2028aff4e06208f5c5633717edc6034c9268))
* **github:** add concurrency ([a0f79ff](https://github.com/Aaron-Ritter/example-app-release-please/commit/a0f79ffc6ad9765a5bb1d39ee245d28279e0be62))
* **github:** add example vars and secrets ([1090e0c](https://github.com/Aaron-Ritter/example-app-release-please/commit/1090e0c72e12d0ed3265d17fea5be11fe53e9dfd))
* **github:** add matrix example ([1a69197](https://github.com/Aaron-Ritter/example-app-release-please/commit/1a69197bbe2a8257b5b463c4025e4f03aa0b1b3b))
* **github:** enable prerelease ([79be0ad](https://github.com/Aaron-Ritter/example-app-release-please/commit/79be0ad1d73e4df21f505b8e72af5c83c25db164))
* separate private and public cidrs in the claim ([67aa025](https://github.com/Aaron-Ritter/example-app-release-please/commit/67aa025baafae6da3684e829c1aa893eb53f5554))
* **terraform:** add mock service module ([6311626](https://github.com/Aaron-Ritter/example-app-release-please/commit/6311626c4bd7b5e775ebfdab29c3c2f9949f9a51))
* test ([af02ec0](https://github.com/Aaron-Ritter/example-app-release-please/commit/af02ec0e39e7762eb8570e40ad86272fa9dfeae1))


### Bug Fixes

* add dns to name ([d214c2c](https://github.com/Aaron-Ritter/example-app-release-please/commit/d214c2c695807bef0a4c9c4eecb7746445961263))
* add missing staging terraform ([ef2b655](https://github.com/Aaron-Ritter/example-app-release-please/commit/ef2b6551dfd755074d5a16be2fd5e607403f367b))
* add service to claim ([349262b](https://github.com/Aaron-Ritter/example-app-release-please/commit/349262b28ad991a065c0380b8df30c689698773d))
* added change ([f2d4871](https://github.com/Aaron-Ritter/example-app-release-please/commit/f2d4871eb08dbba7e774b2058fe54da67aca8c74))
* **backstage:** update catalog info ([#34](https://github.com/Aaron-Ritter/example-app-release-please/issues/34)) ([dd2b58c](https://github.com/Aaron-Ritter/example-app-release-please/commit/dd2b58cfeb40b8b20ba0a582c626f16509011a19))
* change ([561c794](https://github.com/Aaron-Ritter/example-app-release-please/commit/561c794443c475cad559e12b05511ae9909e5bfb))
* **github:** add contains beta check ([618dbe5](https://github.com/Aaron-Ritter/example-app-release-please/commit/618dbe54315ee01ea821713fd138fd2f93f6b255))
* **github:** add missing meta ([b448c64](https://github.com/Aaron-Ritter/example-app-release-please/commit/b448c64f4428ffa25131b646a4ebc34dfaca7e63))
* **github:** add missing production workflow ([a009c84](https://github.com/Aaron-Ritter/example-app-release-please/commit/a009c84a31a2a117aa9dd82e7a4307ecfb245ad7))
* **github:** add missing quote ([01da274](https://github.com/Aaron-Ritter/example-app-release-please/commit/01da2743cba1dae30569258d6e3848ac66ed5f1b))
* **github:** add prerelease type ([e167329](https://github.com/Aaron-Ritter/example-app-release-please/commit/e1673290c7a01e31157e1c0abfe83ceea07d0239))
* **github:** add prerelease type ([2e6f219](https://github.com/Aaron-Ritter/example-app-release-please/commit/2e6f219c2be582f38b7b89050554368238b9d509))
* **github:** add push to pr ([3df6e61](https://github.com/Aaron-Ritter/example-app-release-please/commit/3df6e6196b3e428d14b8b786e51756f417cf69f5))
* **github:** add release-type ([4f61d42](https://github.com/Aaron-Ritter/example-app-release-please/commit/4f61d425f8ab46c834e0a13d0e549b07845edad4))
* **github:** add sync prerelease setp ([9191e95](https://github.com/Aaron-Ritter/example-app-release-please/commit/9191e9535e118611ffba04569a0b96bc8d7ccadf))
* **github:** change versioning strategy to prerelease ([6a36fab](https://github.com/Aaron-Ritter/example-app-release-please/commit/6a36fab573cda7b687c55cc0b2f9d1f92141d21a))
* **github:** correct release manifest ([a43edb6](https://github.com/Aaron-Ritter/example-app-release-please/commit/a43edb6defdbcc4b35f4811d342c232a4e082a17))
* **github:** manifest versions ([bf380b1](https://github.com/Aaron-Ritter/example-app-release-please/commit/bf380b1cf1aa1845540af59f58f005cc0f16bc65))
* **github:** move release config ([7cfa2ff](https://github.com/Aaron-Ritter/example-app-release-please/commit/7cfa2ff5516ea8d075c1d9e19b6ad334b71dce1d))
* **github:** move release please files ([250757a](https://github.com/Aaron-Ritter/example-app-release-please/commit/250757a3c5ec1c3f0d506a2767844e3c51394f0a))
* **github:** move sync step ([5d11ba5](https://github.com/Aaron-Ritter/example-app-release-please/commit/5d11ba50e36f3c460df18a31de92d51f4f79cdad))
* **github:** prelease manifest update ([c125e86](https://github.com/Aaron-Ritter/example-app-release-please/commit/c125e860af10d8dda2f04d91950a6eea0a75174a))
* **github:** prerelease flow ([7b04695](https://github.com/Aaron-Ritter/example-app-release-please/commit/7b04695af07e7d341d05fb9d25f4f3b534d96ada))
* **github:** remove prerelease type ([296e0f3](https://github.com/Aaron-Ritter/example-app-release-please/commit/296e0f3150421a3be1526ce82e71f110e368f543))
* **github:** remove prerelease-type ([8a8be2b](https://github.com/Aaron-Ritter/example-app-release-please/commit/8a8be2bd3975bb6cb12567c44fb4d46c3796b430))
* **github:** update extra-files path ([cad8f78](https://github.com/Aaron-Ritter/example-app-release-please/commit/cad8f78ba620f497ce956a732f828682436c1e1d))
* **github:** update extra-files path ([32ff6e8](https://github.com/Aaron-Ritter/example-app-release-please/commit/32ff6e8a0cd20f5f46e384ccc0f4104c1a1d2eb7))
* **github:** use correct manifest ([7ea8aff](https://github.com/Aaron-Ritter/example-app-release-please/commit/7ea8aff749d5d4f9ad53c90ec0ad2f6d5cffb68f))
* **github:** use job release step output ([d3e5b00](https://github.com/Aaron-Ritter/example-app-release-please/commit/d3e5b00f8611f88ff06e8f6d53b05be364058380))
* **github:** use pr sha ([0a17830](https://github.com/Aaron-Ritter/example-app-release-please/commit/0a178303c4236c4cdfa4b9b15f034b4c02abe95a))
* **github:** use prerelease manifest ([b2e78f1](https://github.com/Aaron-Ritter/example-app-release-please/commit/b2e78f1b080c95ce364ca390cd14a3ae39395e33))
* **github:** use release manifest ([c1d8655](https://github.com/Aaron-Ritter/example-app-release-please/commit/c1d8655a63fad575f7ce93203834850db2f56302))
* **github:** use release tag name ([095e244](https://github.com/Aaron-Ritter/example-app-release-please/commit/095e244b9a1f71cf011ad2cdba0d6fa23f129e37))
* more change ([ac6e120](https://github.com/Aaron-Ritter/example-app-release-please/commit/ac6e12087aca9db12e4dcdacf810d81010d76d62))
* readme ([22d957e](https://github.com/Aaron-Ritter/example-app-release-please/commit/22d957e05f00d9fa4924dcba44122f9dfc2005be))
* remove deployment.yaml ([cd66779](https://github.com/Aaron-Ritter/example-app-release-please/commit/cd66779afe7112d2f48af07fa2b3d0c8887d556a))
* remove docs ([7bcb2ff](https://github.com/Aaron-Ritter/example-app-release-please/commit/7bcb2ff75839a0471234e995a71774bdb3abd852))
* remove orphan quote ([250e08b](https://github.com/Aaron-Ritter/example-app-release-please/commit/250e08b11d13ba8a1085be6a082ed86ebddbb24e))
* some fix ([#36](https://github.com/Aaron-Ritter/example-app-release-please/issues/36)) ([86a758b](https://github.com/Aaron-Ritter/example-app-release-please/commit/86a758b7fce29cbc3b35f68ff484de4512e66110))
* **terraform:** remove crossplane module ([7951f8c](https://github.com/Aaron-Ritter/example-app-release-please/commit/7951f8c7de0d03dc2702fd72d1bc69011f359661))
* test ([a276471](https://github.com/Aaron-Ritter/example-app-release-please/commit/a27647191a12eb43919cddac1692a0a04202c58d))
* update cidr on claim ([9021877](https://github.com/Aaron-Ritter/example-app-release-please/commit/90218774b8992112c44c775a5e3bf6cbe5e26d7d))
* update claim ([aa53b89](https://github.com/Aaron-Ritter/example-app-release-please/commit/aa53b89fb49d6aae56f6001200f57094c404ac56))
* update claim ([662242c](https://github.com/Aaron-Ritter/example-app-release-please/commit/662242cff26f1576d41d795522a85fe4fa327c39))
* update claim ([0d77b4d](https://github.com/Aaron-Ritter/example-app-release-please/commit/0d77b4daca88d856ba4d931f0c902c79e9361435))
* update claim by adding a network field ([03daa0c](https://github.com/Aaron-Ritter/example-app-release-please/commit/03daa0cf87496511cdf7427b533e8ba14976adca))
* update container port ([f67a585](https://github.com/Aaron-Ritter/example-app-release-please/commit/f67a58580cae22956c3073f0b46eee637dd48ae0))
* update db engine on the claim ([0e073ac](https://github.com/Aaron-Ritter/example-app-release-please/commit/0e073ac12bd1c302e8ed7b7a8445f1e6c3ebcf59))
* update dns name ([462304f](https://github.com/Aaron-Ritter/example-app-release-please/commit/462304f8acf7cb92d7530a7a68136336e3d7d514))
* update memory on the claim ([bce2ea2](https://github.com/Aaron-Ritter/example-app-release-please/commit/bce2ea2e137e2f5a8d19b54f2b79444976c9fd1c))


### Reverts

* add providerConfigName ([ac58df4](https://github.com/Aaron-Ritter/example-app-release-please/commit/ac58df47bd5c239817ee9f235e004c2cd77cbf54))

## [1.5.0-beta](https://github.com/Aaron-Ritter/example-app-release-please/compare/v1.4.1...v1.5.0-beta) (2025-01-15)


Expand Down

0 comments on commit 74e6aad

Please sign in to comment.