Skip to content

Commit

Permalink
[releasing] bump to govmomi 0.30.0 and telegraf 1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tesifonte Belda committed Jan 6, 2023
1 parent a81cc66 commit f3055d3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vcstat is a VMware vSphere input plugin for [Telegraf](https://github.com/influx

# Compatibility

Current releases are built with a govmomi library version that supports vCenter 6.5, 6.7 and 7.0.
Latest releases are built with a govmomi library version that supports vCenter 7.0 and 8.0 (probably also work with 6.5 and 6.7).
Use telegraf v1.14 or above so that execd input is available.

# Configuration
Expand Down
3 changes: 0 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ vars:
GIT_COMMIT:
sh: git log -n 1 --format=%h

GO_PACKAGES:
sh: go list ./...

env:
CGO_ENABLED: '0'

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/tesibelda/vcstat
go 1.18

require (
github.com/influxdata/telegraf v1.24.3
github.com/vmware/govmomi v0.29.0
github.com/influxdata/telegraf v1.24.4
github.com/vmware/govmomi v0.30.0
)

require (
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/alecthomas/participle v0.4.1 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/blues/jsonata-go v1.5.4 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
Expand All @@ -20,7 +20,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gosnmp/gosnmp v1.34.0 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/influxdata/toml v0.0.0-20190415235208-270119a8ce65 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -34,6 +34,6 @@ require (
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/sleepinggenius2/gosmi v0.4.4 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/sys v0.3.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit f3055d3

Please sign in to comment.