Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion conf/rest/9.12.0/snapmirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ counters:
- ^source_path => source_location
- ^source_volume => source_volume
- ^source_vserver => source_vserver
- ^state => relationship_state
- ^status => relationship_status
- ^unhealthy_reason => unhealthy_reason
- break_failed_count => break_failed_count
Expand Down Expand Up @@ -48,7 +49,6 @@ endpoints:
- ^^destination.path => destination_location
- ^^uuid => relationship_id
- ^source.cluster.name => source_cluster
- ^state => relationship_state
- ^unhealthy_reason.#.message => last_transfer_error

plugins:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/netapp/harvest/v2

go 1.26.0
go 1.26.1
Comment thread
Hardikl marked this conversation as resolved.

require (
github.com/goccy/go-yaml v1.19.2
Expand Down
4 changes: 2 additions & 2 deletions integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Netapp/harvest-automation

go 1.26.0
go 1.26.1

replace github.com/netapp/harvest/v2 => ../

Expand All @@ -17,6 +17,6 @@ require (
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
1 change: 1 addition & 0 deletions integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60=
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
Loading