Skip to content

Commit 7505e62

Browse files
authored
Changes for v1.2.0
2 parents e83175b + a640d90 commit 7505e62

File tree

101 files changed

+5895
-1099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5895
-1099
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To get the version of the solution, you can look at the description of the creat
2525
"Environment": {
2626
"Variables": {
2727
"SOLUTION_ID": "SO0248",
28-
"SOLUTION_VERSION": "v1.1.6"
28+
"SOLUTION_VERSION": "v1.2.0"
2929
}
3030
},
3131
```
@@ -34,7 +34,7 @@ This information is also provided in `source/infrastructure/cdk.json`:
3434

3535
```json
3636
"SOLUTION_ID": "SO0248",
37-
"SOLUTION_VERSION": "v1.1.6",
37+
"SOLUTION_VERSION": "v1.2.0",
3838
```
3939

4040

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ source/infrastructure/custom_resources/prebid_configs_lambda/stored_accounts
8282
source/infrastructure/custom_resources/prebid_configs_lambda/stored_requests
8383
source/infrastructure/custom_resources/prebid_configs_lambda/stored_responses
8484
source/infrastructure/custom_resources/prebid_configs_lambda/stored_impressions
85+
source/infrastructure/custom_resources/docker_configs_bucket_lambda/*

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2025-11-11
9+
10+
- Conversion to guidance
11+
- Application settings storage moved to S3
12+
- Prebid cache with ElastiCache
13+
- HTTPS Support
14+
- Removed AWS Service Catalog AppRegistry Integration
15+
- Load testing and operational improvements
16+
- Security updates
17+
818
## [1.1.6] - 2025-09-19
919

1020
- Pinned Netty to 4.2.5.Final

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
1111

1212
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1313

14-
When filing an issue, please check [existing open](https://github.com/aws-solutions/prebid-server-deployment-on-aws/issues), or [recently closed](https://github.com/aws-solutions/prebid-server-deployment-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14+
When filing an issue, please check [existing open](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/issues), or [recently closed](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
1515
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1616

1717
* A reproducible test case or series of steps
@@ -42,7 +42,7 @@ GitHub provides additional document on [forking a repository](https://help.githu
4242

4343

4444
## Finding contributions to work on
45-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/prebid-server-deployment-on-aws/labels/help%20wanted) issues is a great place to start.
45+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/labels/help%20wanted) issues is a great place to start.
4646

4747

4848
## Code of Conduct
@@ -57,6 +57,6 @@ If you discover a potential security issue in this project we ask that you notif
5757

5858
## Licensing
5959

60-
See the [LICENSE](https://github.com/aws-solutions/prebid-server-deployment-on-aws/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60+
See the [LICENSE](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
6161

62-
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
62+
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

NOTICE.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Prebid Server Deployment on AWS
1+
Guidance for Deploying a Prebid Server on AWS
22

33
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
@@ -13,9 +13,8 @@ THIRD PARTY COMPONENTS
1313

1414
This software includes third party software subject to the following copyrights:
1515

16-
docker/library/alpine under the MIT license.
16+
alpinelinux/docker-alpine under the MIT license.
1717
github.com/prebid/prebid-server-java under the Apache-2.0 license.
18-
attrs under the MIT license.
1918
aws-cdk-asset-awscli-v1 under the Apache-2.0 license.
2019
aws-cdk-asset-kubectl-v20 under the Apache-2.0 license.
2120
aws-cdk-asset-node-proxy-agent-v6 under the Apache-2.0 license.

0 commit comments

Comments
 (0)