Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.3.0"}
{".":"1.4.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/aws-containers/retail-store-sample-app/compare/v1.3.0...v1.4.0) (2026-01-26)


### Features

* Support redis TLS for checkout service ([#943](https://github.com/aws-containers/retail-store-sample-app/issues/943)) ([d587fb8](https://github.com/aws-containers/retail-store-sample-app/commit/d587fb80954b5666dd0f9b0b7b48199df7a33dd0))

## [1.3.0](https://github.com/aws-containers/retail-store-sample-app/compare/v1.2.4...v1.3.0) (2025-09-16)


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.3.0
version: 1.4.0
dependencies:
- name: retail-store-sample-cart-chart
alias: cart
version: 1.3.0
version: 1.4.0
repository: file://../../cart/chart
- name: retail-store-sample-catalog-chart
alias: catalog
version: 1.3.0
version: 1.4.0
repository: file://../../catalog/chart
- name: retail-store-sample-checkout-chart
alias: checkout
version: 1.3.0
version: 1.4.0
repository: file://../../checkout/chart
- name: retail-store-sample-orders-chart
alias: orders
version: 1.3.0
version: 1.4.0
repository: file://../../orders/chart
- name: retail-store-sample-ui-chart
alias: ui
version: 1.3.0
version: 1.4.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.3.0
version: 1.4.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.3.0
version: 1.4.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.3.0
version: 1.4.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.3.0
version: 1.4.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.3.0
version: 1.4.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.3.0",
"published_tag": "1.4.0",
"published_repository": "public.ecr.aws/aws-containers"
}
}