Skip to content

Commit 20119ba

Browse files
authored
Merge pull request #121 from ipfs/sync-fix
Fix sync
2 parents d263096 + 44eeeb3 commit 20119ba

File tree

9 files changed

+56
-11
lines changed

9 files changed

+56
-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+
4233792415

github/ipfs.yml

Lines changed: 46 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:
@@ -2725,6 +2740,17 @@ repositories:
27252740
- Merge - Go
27262741
- Repos - Go
27272742
visibility: public
2743+
go-libipfs-rapide:
2744+
archived: false
2745+
collaborators:
2746+
admin:
2747+
- Jorropo
2748+
default_branch: main
2749+
description: A fork of go-libipfs with experimental RAPIDE client.
2750+
files:
2751+
.github/workflows/stale.yml:
2752+
content: .github/workflows/stale.yml
2753+
visibility: public
27282754
go-libipfs:
27292755
archived: false
27302756
branch_protection:
@@ -2758,6 +2784,7 @@ repositories:
27582784
- ipdx
27592785
- w3dt-stewards
27602786
maintain:
2787+
- kubo maintainers
27612788
- Merge - Go
27622789
- Repos - Go
27632790
visibility: public
@@ -3681,6 +3708,19 @@ repositories:
36813708
visibility: public
36823709
ipfs-gui:
36833710
archived: false
3711+
branch_protection:
3712+
main:
3713+
allows_deletions: false
3714+
allows_force_pushes: false
3715+
enforce_admins: false
3716+
require_conversation_resolution: false
3717+
require_signed_commits: false
3718+
required_linear_history: false
3719+
required_pull_request_reviews:
3720+
dismiss_stale_reviews: false
3721+
require_code_owner_reviews: false
3722+
required_approving_review_count: 1
3723+
restrict_dismissals: false
36843724
collaborators:
36853725
push:
36863726
- ipfs-gui-bot
@@ -5591,6 +5631,7 @@ teams:
55915631
- SgtPooki
55925632
member:
55935633
- hacdias
5634+
- whizzzkid
55945635
parent_team_id: WG GUI/UX
55955636
privacy: closed
55965637
ipdx:
@@ -6093,6 +6134,7 @@ teams:
60936134
- Stebalien
60946135
member:
60956136
- achingbrain
6137+
- yiannisbot
60966138
privacy: closed
60976139
TestGround:
60986140
members:
@@ -6170,6 +6212,7 @@ teams:
61706212
- ericronne
61716213
- hacdias
61726214
- SgtPooki
6215+
- whizzzkid
61736216
privacy: closed
61746217
WG Infrastructure:
61756218
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)