Skip to content

Commit 1aaa121

Browse files
fix(deps): update minor dependencies
1 parent 20d8371 commit 1aaa121

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.23'
28+
go-version: '1.25'
2929
- name: Import GPG key
3030
id: import_gpg
3131
run: |

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@ module github.com/harvester/terraform-provider-harvester
33
go 1.24.5
44

55
replace (
6-
github.com/harvester/harvester => github.com/harvester/harvester v0.0.0-20250812053042-51f486c93bf3
7-
github.com/harvester/harvester-network-controller => github.com/harvester/harvester-network-controller v0.3.1
6+
github.com/harvester/harvester => github.com/harvester/harvester v0.3.0
7+
github.com/harvester/harvester-network-controller => github.com/harvester/harvester-network-controller v0.6.0
88

99
github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
1010
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200521150516-05eb9880269c
1111

12-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.68.0
12+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.85.0
1313
github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20240919204204-3da2ae0cabd1
1414
github.com/rancher/rancher/pkg/client => github.com/rancher/rancher/pkg/client v0.0.0-20240919204204-3da2ae0cabd1
1515

16-
helm.sh/helm/v3 => github.com/rancher/helm/v3 v3.9.0-rancher1
16+
helm.sh/helm/v3 => github.com/rancher/helm/v3 v3.11.3
1717

18-
k8s.io/api => k8s.io/api v0.31.5
19-
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.5
20-
k8s.io/apimachinery => k8s.io/apimachinery v0.31.5
21-
k8s.io/client-go => k8s.io/client-go v0.31.5
22-
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.31.5
18+
k8s.io/api => k8s.io/api v0.34.1
19+
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.1
20+
k8s.io/apimachinery => k8s.io/apimachinery v0.34.1
21+
k8s.io/client-go => k8s.io/client-go v0.34.1
22+
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.34.1
2323

2424
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
2525
)
2626

2727
require (
2828
github.com/google/uuid v1.6.0
29-
github.com/harvester/harvester v1.5.0
30-
github.com/harvester/harvester-load-balancer v1.5.0
29+
github.com/harvester/harvester v1.6.0
30+
github.com/harvester/harvester-load-balancer v1.6.0
3131
github.com/harvester/harvester-network-controller v1.6.0-rc3
32-
github.com/hashicorp/terraform-plugin-docs v0.4.0
33-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
32+
github.com/hashicorp/terraform-plugin-docs v0.22.0
33+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
3434
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
3535
github.com/mitchellh/go-homedir v1.1.0
3636
github.com/rancher/wrangler/v3 v3.2.2
3737
gopkg.in/yaml.v2 v2.4.0
38-
k8s.io/api v0.33.1
39-
k8s.io/apimachinery v0.33.1
38+
k8s.io/api v0.34.1
39+
k8s.io/apimachinery v0.34.1
4040
k8s.io/client-go v12.0.0+incompatible
4141
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
42-
kubevirt.io/api v1.5.0
42+
kubevirt.io/api v1.6.0
4343
)
4444

4545
require (

0 commit comments

Comments
 (0)