Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fc666d1
feat(connectivity): Add option to set allow_non_virtual_wan_traffic i…
Slapper Apr 5, 2024
1ac8cb8
updates to resolve issue #794 (#919)
ATuckwell Apr 11, 2024
9bad16c
docs: update docs for threat_intelligence_allowlist (#928)
jaredfholgate Apr 17, 2024
884b0c7
Update wiki-sync.yml
jaredfholgate Apr 17, 2024
1a4fd0c
chore(deps): bump github/super-linter from 5 to 6 (#931)
dependabot[bot] Apr 30, 2024
8fbb43c
add link to Upgrade guide from v4.2.0 to v5.0.0 (#934)
T0biii May 9, 2024
f7e8114
Added hub_routing_preference to connectivity advanced configuration (…
May 10, 2024
d678f4c
Policy sync updates (#959)
jaredfholgate Jun 4, 2024
32cb5b5
Update Library Templates (automated) (#966)
cae-pr-creator[bot] Jun 4, 2024
ad133d4
Add remote branch option (#970)
jaredfholgate Jun 5, 2024
3d21cd3
Update Library Templates (automated) (#973)
cae-pr-creator[bot] Jun 5, 2024
568de05
Update Library Templates (automated) (#976)
cae-pr-creator[bot] Jun 6, 2024
9a985bb
Remove redundant assignment file (#977)
jaredfholgate Jun 6, 2024
36df277
updating threat intelligence allowlist dynamic block (#953)
Daan222 Jun 6, 2024
0783a8a
chore(deps): bump azure/powershell from 1 to 2 (#917)
dependabot[bot] Jun 6, 2024
b069eb1
Add OpenSFF Scorecard (#987)
jaredfholgate Jun 11, 2024
acd9291
chore(deps): bump github/codeql-action from 3.24.9 to 3.25.8 (#990)
dependabot[bot] Jun 11, 2024
35447cd
chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 …
dependabot[bot] Jun 11, 2024
4d983f7
feat!: ama (#968)
matt-FFFFFF Jun 17, 2024
4b8219b
Fix example uami issue (#1000)
jaredfholgate Jun 17, 2024
73206bb
Update Library Templates (automated) (#1001)
cae-pr-creator[bot] Jun 18, 2024
9d6f72b
docs: additional v6 upgrade detail (#1002)
matt-FFFFFF Jun 18, 2024
7356e5c
Update Library Templates (automated) (#1006)
cae-pr-creator[bot] Jun 20, 2024
35927bb
docs: update docs with FAQ on roadmap and banner for upcoming breakin…
matt-FFFFFF Jun 25, 2024
508a9ab
naming fixed in module
dverma-cd Jun 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 …
…in /tests/terratest (Azure#986)
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
commit 35447cd7cdd42f7edec6d23e6ce5f3d8ada7bc42
2 changes: 1 addition & 1 deletion tests/terratest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/gruntwork-io/terratest v0.46.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.7.3 // indirect
github.com/hashicorp/go-getter v1.7.4 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/terratest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-getter v1.7.3 h1:bN2+Fw9XPFvOCjB0UOevFIMICZ7G2XSQHzfvLUyOM5E=
github.com/hashicorp/go-getter v1.7.3/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=
github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
Expand Down