Skip to content

Commit 3b58b09

Browse files
authored
Merge branch 'master' into patch-1
2 parents 06e0d20 + f514511 commit 3b58b09

File tree

9 files changed

+47
-11
lines changed

9 files changed

+47
-11
lines changed

.github/workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup terraform
8888
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
8989
with:
90-
terraform_version: 1.3.7
90+
terraform_version: 1.2.9
9191
- name: Initialize terraform
9292
run: terraform init
9393
- name: Terraform Plan Download

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup terraform
7474
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
7575
with:
76-
terraform_version: 1.3.7
76+
terraform_version: 1.2.9
7777
terraform_wrapper: false
7878
- name: Initialize terraform
7979
run: terraform init -upgrade

.github/workflows/fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup terraform
9797
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
9898
with:
99-
terraform_version: 1.3.7
99+
terraform_version: 1.2.9
100100
- name: Initialize terraform
101101
run: terraform init
102102
working-directory: terraform

.github/workflows/plan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup terraform
8383
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
8484
with:
85-
terraform_version: 1.3.7
85+
terraform_version: 1.2.9
8686
- name: Initialize terraform
8787
run: terraform init
8888
working-directory: terraform
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup terraform
122122
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
123123
with:
124-
terraform_version: 1.3.7
124+
terraform_version: 1.2.9
125125
terraform_wrapper: false
126126
- name: Initialize terraform
127127
run: terraform init

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup terraform
6868
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
6969
with:
70-
terraform_version: 1.3.7
70+
terraform_version: 1.2.9
7171
terraform_wrapper: false
7272
- name: Initialize terraform
7373
run: terraform init -upgrade

.sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4232039370
1+
4234662432

github/ipfs.yml

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ repositories:
451451
- hacdias
452452
- lidel
453453
push:
454+
- aarshkshah1992
454455
- gmasgras
455456
- web3-bot
456457
- willscott
@@ -853,6 +854,20 @@ repositories:
853854
- Merge - Go
854855
- Repos - Go
855856
visibility: public
857+
gateway-conformance:
858+
archived: false
859+
collaborators:
860+
admin:
861+
- darobin
862+
- lidel
863+
default_branch: main
864+
files:
865+
.github/workflows/stale.yml:
866+
content: .github/workflows/stale.yml
867+
teams:
868+
admin:
869+
- ipdx
870+
visibility: public
856871
gh-issue-form-test:
857872
archived: false
858873
default_branch: master
@@ -1805,12 +1820,12 @@ repositories:
18051820
restrict_dismissals: false
18061821
required_status_checks:
18071822
contexts:
1808-
- macos (go 1.18.x)
18091823
- macos (go 1.19.x)
1810-
- ubuntu (go 1.18.x)
1824+
- macos (go 1.20.x)
18111825
- ubuntu (go 1.19.x)
1812-
- windows (go 1.18.x)
1826+
- ubuntu (go 1.20.x)
18131827
- windows (go 1.19.x)
1828+
- windows (go 1.20.x)
18141829
strict: true
18151830
collaborators:
18161831
admin:
@@ -2743,6 +2758,8 @@ repositories:
27432758
required_status_checks:
27442759
strict: true
27452760
collaborators:
2761+
admin:
2762+
- Jorropo
27462763
push:
27472764
- web3-bot
27482765
default_branch: main
@@ -2792,6 +2809,7 @@ repositories:
27922809
- ipdx
27932810
- w3dt-stewards
27942811
maintain:
2812+
- kubo maintainers
27952813
- Merge - Go
27962814
- Repos - Go
27972815
visibility: public
@@ -3715,6 +3733,19 @@ repositories:
37153733
visibility: public
37163734
ipfs-gui:
37173735
archived: false
3736+
branch_protection:
3737+
main:
3738+
allows_deletions: false
3739+
allows_force_pushes: false
3740+
enforce_admins: false
3741+
require_conversation_resolution: false
3742+
require_signed_commits: false
3743+
required_linear_history: false
3744+
required_pull_request_reviews:
3745+
dismiss_stale_reviews: false
3746+
require_code_owner_reviews: false
3747+
required_approving_review_count: 1
3748+
restrict_dismissals: false
37183749
collaborators:
37193750
push:
37203751
- ipfs-gui-bot
@@ -5625,6 +5656,7 @@ teams:
56255656
- SgtPooki
56265657
member:
56275658
- hacdias
5659+
- whizzzkid
56285660
parent_team_id: WG GUI/UX
56295661
privacy: closed
56305662
ipdx:
@@ -6127,6 +6159,7 @@ teams:
61276159
- Stebalien
61286160
member:
61296161
- achingbrain
6162+
- yiannisbot
61306163
privacy: closed
61316164
TestGround:
61326165
members:
@@ -6204,6 +6237,7 @@ teams:
62046237
- ericronne
62056238
- hacdias
62066239
- SgtPooki
6240+
- whizzzkid
62076241
privacy: closed
62086242
WG Infrastructure:
62096243
description: IPFS Infrastructure WG - Maintaining IPFS Infrastructure since 2014!

terraform/.terraform.lock.hcl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/terraform.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ terraform {
66
}
77
}
88

9-
required_version = "~> 1.3.7"
9+
# https://github.com/hashicorp/terraform/issues/32329
10+
required_version = "~> 1.2.9"
1011
}

0 commit comments

Comments
 (0)