Releases: aws-containers/retail-store-sample-app
Releases · aws-containers/retail-store-sample-app
Release 0.8.5
🐛 Fixes
- Handle multiple ingresses in UI helm chart
📖 Documentation
🧹 Chores
Release 0.8.3
🚀 New Features
- Support in Helm charts for PodDisruptionBudget and TopologySpreadConstraints
🐛 Fixes
- update docker-compose instructions
- Update aws_mq_broker to a supported engine_version
Release 0.8.2
🚀 New Features
- Added stress and status utility endpoints
🐛 Fixes
- Make helm tests work correctly
🧹 Chores
- Move docker images to component directories
- Scoped down workflow permissions
- Upgrade checkout to node v20
- multi-stage build for checkout
Release 0.8.1
🐛 Fixes
- Improved mock catalog product names and descriptions
- Properly handle public ECR images in App Runner Terraform
- Orders helm chart should enable rabbitmq messaging
🧹 Chores
- Upgrade Terraform to use EKS 1.29
- Upgrade MySQL to 8.0
Release 0.8.0
🚀 New Features
- Added SQS implementation for orders events
- Re-worked orders messaging configuration
- Carts service checks DynamoDB connectivity at startup
🐛 Fixes
- Kubernetes dist YAML file should not container duplicate contents
Release 0.7.1
🐛 Fixes
- Updated compose syntax specifying file
Release 0.7.0
🚀 New Features
- Added configurable container image variables to Terraform
- Added Terraform for ECS
- Added proxy endpoint to UI service
🐛 Fixes
- Fix RabbitMQ username environment variable
- Cart service should pick up custom dynamodb table name
🧹 Chores
- Migrated orders component to Spring Data JDBC and PostgreSQL
- Migrate RabbitMQ broker to base TF provider
- Migrated away from old EKS blueprints repository
- Bump EKS version in Terraform to 1.28
Release 0.6.0
🧹 Chores
- Upgrade to Spring Boot 3.2
- Migrated carts service to AWS SDK for Java v2
Release 0.5.0
🚀 New Features
- Added initial tests for catalog component
🐛 Fixes
- Remediate Thymeleaf deprecation warnings
- Increase UI component memory request in docker compose
- Prevent orders metrics NaN with proper reference
🧹 Chores
- Terraform AWS provider v5 updates
Release 0.4.0
🚀 New Features
- Load generator random orders products
- Added Kubernetes OpenTelemetry tracing
🐛 Fixes
- Disable PVC persistence by default in helm charts
- Exclude test pods from Kubernetes dist manifest
🧹 Chores
- Added initial README for orders service