Skip to content

Commit

Permalink
chore(release): 0.8.4 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Dec 16, 2024
1 parent fdd8da4 commit cb6b62c
Show file tree
Hide file tree
Showing 16 changed files with 100 additions and 100 deletions.
14 changes: 7 additions & 7 deletions deploy/kubernetes/charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ apiVersion: v2
name: retail-store-sample-chart
description: A Helm chart for the AWS retail store containers sample application
type: application
version: 0.8.3
version: 0.8.4

dependencies:
- name: retail-store-sample-assets-chart
alias: assets
version: 0.8.3
version: 0.8.4
repository: "file://../assets"
- name: retail-store-sample-cart-chart
alias: carts
version: 0.8.3
version: 0.8.4
repository: "file://../carts"
- name: retail-store-sample-catalog-chart
alias: catalog
version: 0.8.3
version: 0.8.4
repository: "file://../catalog"
- name: retail-store-sample-checkout-chart
alias: checkout
version: 0.8.3
version: 0.8.4
repository: "file://../checkout"
- name: retail-store-sample-orders-chart
alias: orders
version: 0.8.3
version: 0.8.4
repository: "file://../orders"
- name: retail-store-sample-ui-chart
alias: ui
version: 0.8.3
version: 0.8.4
repository: "file://../ui"
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/assets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-assets-chart
description: A Helm chart for the AWS retail store containers sample application assets service
type: application
version: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/assets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-assets
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/carts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-cart-chart
description: A Helm chart for the AWS retail store containers sample application carts service
type: application
version: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/carts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-cart
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-catalog-chart
description: A Helm chart for the AWS retail store containers sample application catalog service
type: application
version: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-catalog
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/checkout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-checkout-chart
description: A Helm chart for the AWS retail store containers sample application checkout service
type: application
version: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/checkout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-checkout
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/orders/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: retail-store-sample-orders-chart
description: A Helm chart for the AWS retail store containers sample application orders service
type: application
version: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/orders/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-orders
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/ui/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: 0.8.3
version: 0.8.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/aws-containers/retail-store-sample-ui
pullPolicy: IfNotPresent
tag: 0.8.3
tag: 0.8.4

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/terraform/lib/images/generated.tf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"locals": {
"published_tag": "0.8.3",
"published_tag": "0.8.4",
"published_repository": "public.ecr.aws/aws-containers"
}
}
12 changes: 6 additions & 6 deletions dist/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ services:
- ENDPOINTS_CHECKOUT=http://checkout:8080
- ENDPOINTS_ASSETS=http://assets:8080
hostname: ui
image: public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-ui:0.8.4
restart: always
mem_limit: 512m
cap_drop:
- ALL
catalog:
hostname: catalog
image: public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-catalog:0.8.4
restart: always
environment:
- GIN_MODE=release
Expand All @@ -56,7 +56,7 @@ services:
mem_limit: 128m
carts:
hostname: carts
image: public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-cart:0.8.4
restart: always
environment:
- JAVA_OPTS=-XX:MaxRAMPercentage=75.0 -Djava.security.egd=file:/dev/urandom
Expand All @@ -76,7 +76,7 @@ services:
mem_limit: 256m
orders:
hostname: orders
image: public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-orders:0.8.4
restart: always
environment:
- JAVA_OPTS=-XX:MaxRAMPercentage=75.0 -Djava.security.egd=file:/dev/urandom
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
retries: 30
mem_limit: 128m
checkout:
image: public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-checkout:0.8.4
hostname: checkout
restart: always
read_only: true
Expand All @@ -128,7 +128,7 @@ services:
hostname: assets
environment:
- PORT=8080
image: public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.3
image: public.ecr.aws/aws-containers/retail-store-sample-assets:0.8.4
restart: always
mem_limit: 64m
cap_drop:
Expand Down
Loading

0 comments on commit cb6b62c

Please sign in to comment.