forked from aws-containers/retail-store-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
efd5f52
commit 9b52cc2
Showing
9 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{".":"1.0.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2025-02-19) | ||
|
||
|
||
### Features | ||
|
||
* Sample application v1 ([f2634ec](https://github.com/niallthomson/retail-store-sample-app/commit/f2634ec227a138377c2287bb490d2d9cdfabe634)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
apiVersion: v2 | ||
name: retail-store-sample-cart-chart | ||
description: A Helm chart for the AWS retail store containers sample application carts service | ||
description: >- | ||
A Helm chart for the AWS retail store containers sample application carts | ||
service | ||
type: application | ||
version: 0.8.4 | ||
version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
apiVersion: v2 | ||
name: retail-store-sample-catalog-chart | ||
description: A Helm chart for the AWS retail store containers sample application catalog service | ||
description: >- | ||
A Helm chart for the AWS retail store containers sample application catalog | ||
service | ||
type: application | ||
version: 0.8.4 | ||
version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
apiVersion: v2 | ||
name: retail-store-sample-checkout-chart | ||
description: A Helm chart for the AWS retail store containers sample application checkout service | ||
description: >- | ||
A Helm chart for the AWS retail store containers sample application checkout | ||
service | ||
type: application | ||
version: 0.8.4 | ||
version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
apiVersion: v2 | ||
name: retail-store-sample-orders-chart | ||
description: A Helm chart for the AWS retail store containers sample application orders service | ||
description: >- | ||
A Helm chart for the AWS retail store containers sample application orders | ||
service | ||
type: application | ||
version: 0.8.4 | ||
version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"locals": { | ||
"published_tag": "0.8.4", | ||
"published_tag": "1.0.0", | ||
"published_repository": "public.ecr.aws/aws-containers" | ||
} | ||
} |