File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
Notable changes to this project are documented in this changelog.
4
4
This project adheres to the [ semantic versioning] specification.
5
5
6
+ ## [ 1.5.2] – 2023-06-29
7
+
8
+ - Discard the order of thumbprints ([ 5fae63a] ( https://github.com/unfunco/terraform-aws-oidc-github/commit/5fae63a23c87a59839453df6b04956babd32734e ) )
9
+
6
10
## [ 1.5.1] – 2023-06-28
7
11
8
12
- Prevent duplication of thumbprints ([ 35f725d] ( https://github.com/unfunco/terraform-aws-oidc-github/commit/35f725d4448b6838afd5b9e95ca793f7d4988665 ) )
@@ -122,4 +126,5 @@ This project adheres to the [semantic versioning] specification.
122
126
[ 1.4.0 ] : https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.3.1...v1.4.0
123
127
[ 1.5.0 ] : https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.4.0...v1.5.0
124
128
[ 1.5.1 ] : https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.0...v1.5.1
129
+ [ 1.5.2 ] : https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.1...v1.5.2
125
130
[ semantic versioning ] : https://semver.org
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provider "aws" {
28
28
29
29
module "oidc_github" {
30
30
source = "unfunco/oidc-github/aws"
31
- version = "1.5.1 "
31
+ version = "1.5.2 "
32
32
33
33
github_repositories = [
34
34
"org/repo",
You can’t perform that action at this time.
0 commit comments