diff --git a/conf/rest/9.12.0/snapmirror.yaml b/conf/rest/9.12.0/snapmirror.yaml index 90084ca2d..677a528f7 100644 --- a/conf/rest/9.12.0/snapmirror.yaml +++ b/conf/rest/9.12.0/snapmirror.yaml @@ -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 @@ -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: diff --git a/go.mod b/go.mod index ecef1b9a6..f7ee1fdeb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/netapp/harvest/v2 -go 1.26.0 +go 1.26.1 require ( github.com/goccy/go-yaml v1.19.2 diff --git a/integration/go.mod b/integration/go.mod index ba9872f88..2a2244d15 100644 --- a/integration/go.mod +++ b/integration/go.mod @@ -1,6 +1,6 @@ module github.com/Netapp/harvest-automation -go 1.26.0 +go 1.26.1 replace github.com/netapp/harvest/v2 => ../ @@ -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 ) diff --git a/integration/go.sum b/integration/go.sum index 64557b1aa..5d43c01a2 100644 --- a/integration/go.sum +++ b/integration/go.sum @@ -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=