Skip to content

Commit

Permalink
chore(main): release 1.4.1-beta (#33)
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 Dec 10, 2024
1 parent dd2b58c commit 262d979
Show file tree
Hide file tree
Showing 3 changed files with 16 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.4.0"
".": "1.4.1-beta"
}
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.4.0-beta.1"
image_version = "1.4.1-beta"
# x-release-please-end
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.1-beta](https://github.com/3sidedcube/example-app/compare/v1.4.0...v1.4.1-beta) (2024-12-10)


### Bug Fixes

* add dns to name ([d214c2c](https://github.com/3sidedcube/example-app/commit/d214c2c695807bef0a4c9c4eecb7746445961263))
* add service to claim ([349262b](https://github.com/3sidedcube/example-app/commit/349262b28ad991a065c0380b8df30c689698773d))
* **backstage:** update catalog info ([#34](https://github.com/3sidedcube/example-app/issues/34)) ([dd2b58c](https://github.com/3sidedcube/example-app/commit/dd2b58cfeb40b8b20ba0a582c626f16509011a19))
* **terraform:** remove crossplane module ([7951f8c](https://github.com/3sidedcube/example-app/commit/7951f8c7de0d03dc2702fd72d1bc69011f359661))
* update container port ([f67a585](https://github.com/3sidedcube/example-app/commit/f67a58580cae22956c3073f0b46eee637dd48ae0))
* update db engine on the claim ([0e073ac](https://github.com/3sidedcube/example-app/commit/0e073ac12bd1c302e8ed7b7a8445f1e6c3ebcf59))
* update dns name ([462304f](https://github.com/3sidedcube/example-app/commit/462304f8acf7cb92d7530a7a68136336e3d7d514))
* update memory on the claim ([bce2ea2](https://github.com/3sidedcube/example-app/commit/bce2ea2e137e2f5a8d19b54f2b79444976c9fd1c))

## [1.4.0](https://github.com/3sidedcube/example-app/compare/v1.3.0...v1.4.0) (2024-12-02)


Expand Down

0 comments on commit 262d979

Please sign in to comment.