Skip to content

Commit 71206bd

Browse files
chore(main): release 1.4.1 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc14f85 commit 71206bd

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.4.0"}
1+
{".":"1.4.1"}

.platform/terraform/environments/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module "service" {
2929
source = "../../modules/service"
3030

3131
# x-release-please-start-version
32-
image_version = "1.4.0"
32+
image_version = "1.4.1"
3333
# x-release-please-end
3434
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/3sidedcube/example-app/compare/v1.4.0...v1.4.1) (2024-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add dns to name ([d214c2c](https://github.com/3sidedcube/example-app/commit/d214c2c695807bef0a4c9c4eecb7746445961263))
9+
* add service to claim ([349262b](https://github.com/3sidedcube/example-app/commit/349262b28ad991a065c0380b8df30c689698773d))
10+
* **backstage:** update catalog info ([#34](https://github.com/3sidedcube/example-app/issues/34)) ([dd2b58c](https://github.com/3sidedcube/example-app/commit/dd2b58cfeb40b8b20ba0a582c626f16509011a19))
11+
* some fix ([#36](https://github.com/3sidedcube/example-app/issues/36)) ([86a758b](https://github.com/3sidedcube/example-app/commit/86a758b7fce29cbc3b35f68ff484de4512e66110))
12+
* **terraform:** remove crossplane module ([7951f8c](https://github.com/3sidedcube/example-app/commit/7951f8c7de0d03dc2702fd72d1bc69011f359661))
13+
* update container port ([f67a585](https://github.com/3sidedcube/example-app/commit/f67a58580cae22956c3073f0b46eee637dd48ae0))
14+
* update db engine on the claim ([0e073ac](https://github.com/3sidedcube/example-app/commit/0e073ac12bd1c302e8ed7b7a8445f1e6c3ebcf59))
15+
* update dns name ([462304f](https://github.com/3sidedcube/example-app/commit/462304f8acf7cb92d7530a7a68136336e3d7d514))
16+
* update memory on the claim ([bce2ea2](https://github.com/3sidedcube/example-app/commit/bce2ea2e137e2f5a8d19b54f2b79444976c9fd1c))
17+
318
## [1.4.1-beta.1](https://github.com/3sidedcube/example-app/compare/v1.4.1-beta...v1.4.1-beta.1) (2024-12-10)
419

520

0 commit comments

Comments
 (0)