Skip to content

Commit 1b8ec04

Browse files
authored
Merge branch 'main' into feat/add-aws-profile
2 parents ce0478f + 68a3fe1 commit 1b8ec04

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the example below (AWS), NGINX Plus is configured to load balance among the i
5757
-- Backend One and Backend Two. nginx-asg-sync, running on the same instance as NGINX Plus, ensures that whenever you
5858
scale the Auto Scaling groups, the corresponding instances are added (or removed) from the NGINX Plus configuration.
5959

60-
![nginx-asg-sync-architecture](https://cdn-1.wp.nginx.com/wp-content/uploads/2017/03/aws-auto-scaling-group-asg-sync.png)
60+
![nginx-asg-sync-architecture](aws-auto-scaling-group-asg-sync.png)
6161

6262
Below you will find documentation on how to use nginx-asg-sync.
6363

aws-auto-scaling-group-asg-sync.png

53.1 KB
Loading

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
module github.com/nginxinc/nginx-asg-sync
22

3-
// renovate: datasource=golang-version depName=golang
4-
go 1.22.5
3+
go 1.23.0
54

65
require (
76
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
87
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.1.0
98
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6 v6.0.0
109
github.com/aws/aws-sdk-go-v2 v1.30.4
11-
github.com/aws/aws-sdk-go-v2/config v1.27.30
10+
github.com/aws/aws-sdk-go-v2/config v1.27.31
1211
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12
1312
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.5
1413
github.com/aws/aws-sdk-go-v2/service/ec2 v1.176.0
@@ -20,7 +19,7 @@ require (
2019
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 // indirect
2120
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
2221
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
23-
github.com/aws/aws-sdk-go-v2/credentials v1.17.29 // indirect
22+
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
2423
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
2524
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
2625
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mx
1616
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
1717
github.com/aws/aws-sdk-go-v2 v1.30.4 h1:frhcagrVNrzmT95RJImMHgabt99vkXGslubDaDagTk8=
1818
github.com/aws/aws-sdk-go-v2 v1.30.4/go.mod h1:CT+ZPWXbYrci8chcARI3OmI/qgd+f6WtuLOoaIA8PR0=
19-
github.com/aws/aws-sdk-go-v2/config v1.27.30 h1:AQF3/+rOgeJBQP3iI4vojlPib5X6eeOYoa/af7OxAYg=
20-
github.com/aws/aws-sdk-go-v2/config v1.27.30/go.mod h1:yxqvuubha9Vw8stEgNiStO+yZpP68Wm9hLmcm+R/Qk4=
21-
github.com/aws/aws-sdk-go-v2/credentials v1.17.29 h1:CwGsupsXIlAFYuDVHv1nnK0wnxO0wZ/g1L8DSK/xiIw=
22-
github.com/aws/aws-sdk-go-v2/credentials v1.17.29/go.mod h1:BPJ/yXV92ZVq6G8uYvbU0gSl8q94UB63nMT5ctNO38g=
19+
github.com/aws/aws-sdk-go-v2/config v1.27.31 h1:kxBoRsjhT3pq0cKthgj6RU6bXTm/2SgdoUMyrVw0rAI=
20+
github.com/aws/aws-sdk-go-v2/config v1.27.31/go.mod h1:z04nZdSWFPaDwK3DdJOG2r+scLQzMYuJeW0CujEm9FM=
21+
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 h1:aau/oYFtibVovr2rDt8FHlU17BTicFEMAi29V1U+L5Q=
22+
github.com/aws/aws-sdk-go-v2/credentials v1.17.30/go.mod h1:BPJ/yXV92ZVq6G8uYvbU0gSl8q94UB63nMT5ctNO38g=
2323
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 h1:yjwoSyDZF8Jth+mUk5lSPJCkMC0lMy6FaCD51jm6ayE=
2424
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12/go.mod h1:fuR57fAgMk7ot3WcNQfb6rSEn+SUffl7ri+aa8uKysI=
2525
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 h1:TNyt/+X43KJ9IJJMjKfa3bNTiZbUP7DeCxfbTROESwY=

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"extends": [
44
"github>nginxinc/k8s-common",
55
"schedule:earlyMondays"
6+
],
7+
"packageRules": [
8+
{
9+
"matchDatasources": [
10+
"golang-version"
11+
],
12+
"rangeStrategy": "bump"
13+
}
614
]
715
}

0 commit comments

Comments
 (0)