Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#70)
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 Mar 7, 2025
1 parent f8373ca commit 5fbdec4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.1.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/niallthomson/retail-store-sample-app/compare/v1.0.0...v1.1.0) (2025-03-07)


### Features

* Add headers, panic, echo and store utilities ([#728](https://github.com/niallthomson/retail-store-sample-app/issues/728)) ([c4f703b](https://github.com/niallthomson/retail-store-sample-app/commit/c4f703bc78bd832116a78e78bf44024aa5c361ca))
* Application v1 ([#742](https://github.com/niallthomson/retail-store-sample-app/issues/742)) ([2ea99fb](https://github.com/niallthomson/retail-store-sample-app/commit/2ea99fbf94c891c4da166c2527f082ab5c621240))


### Bug Fixes

* safely remove cart items ([#752](https://github.com/niallthomson/retail-store-sample-app/issues/752)) ([c766bd3](https://github.com/niallthomson/retail-store-sample-app/commit/c766bd3a9f2b24395f3a1276e0a1bc9fc7804f0d))

## 1.0.0 (2025-02-28)


Expand Down
12 changes: 6 additions & 6 deletions src/app/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ apiVersion: v2
name: retail-store-sample-chart
description: A Helm chart for the AWS retail store containers sample application
type: application
version: 1.0.0
version: 1.1.0
dependencies:
- name: retail-store-sample-cart-chart
alias: cart
version: 1.0.0
version: 1.1.0
repository: file://../../cart/chart
- name: retail-store-sample-catalog-chart
alias: catalog
version: 1.0.0
version: 1.1.0
repository: file://../../catalog/chart
- name: retail-store-sample-checkout-chart
alias: checkout
version: 1.0.0
version: 1.1.0
repository: file://../../checkout/chart
- name: retail-store-sample-orders-chart
alias: orders
version: 1.0.0
version: 1.1.0
repository: file://../../orders/chart
- name: retail-store-sample-ui-chart
alias: ui
version: 1.0.0
version: 1.1.0
repository: file://../../ui/chart
2 changes: 1 addition & 1 deletion src/cart/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: >-
A Helm chart for the AWS retail store containers sample application carts
service
type: application
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion src/catalog/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: >-
A Helm chart for the AWS retail store containers sample application catalog
service
type: application
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion src/checkout/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: >-
A Helm chart for the AWS retail store containers sample application checkout
service
type: application
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion src/orders/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: >-
A Helm chart for the AWS retail store containers sample application orders
service
type: application
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion src/ui/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-ui-chart
description: A Helm chart for the AWS retail store containers sample application UI service
type: application
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion terraform/lib/images/generated.tf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"locals": {
"published_tag": "1.0.0",
"published_tag": "1.1.0",
"published_repository": "public.ecr.aws/aws-containers"
}
}

0 comments on commit 5fbdec4

Please sign in to comment.