Skip to content

fix(deps): update module github.com/sapcc/archer to v1.9.0#243

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sapcc-archer-1.x
Open

fix(deps): update module github.com/sapcc/archer to v1.9.0#243
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sapcc-archer-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/sapcc/archer v1.4.2-0.20260227040729-980e65649766v1.9.0 age confidence

Release Notes

sapcc/archer (github.com/sapcc/archer)

v1.9.0

Compare Source

Added
  • Health status monitoring for services (ONLINE, DEGRADED, OFFLINE, UNCHECKED)
  • Terminal colorization for CLI output

v1.8.0

Compare Source

Added
  • Support token-based authentication via --os-token/OS_TOKEN

v1.7.0

Compare Source

Changed
  • Internal config option fix for service visibility

v1.6.0

Compare Source

Added
  • Add IN_USE column for service list

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 23, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 31 additional dependencies were updated

Details:

Package Change
github.com/go-openapi/runtime v0.29.2 -> v0.29.3
github.com/go-openapi/strfmt v0.25.0 -> v0.26.1
github.com/go-openapi/validate v0.25.1 -> v0.25.2
github.com/gophercloud/gophercloud/v2 v2.10.0 -> v2.11.1
github.com/go-openapi/analysis v0.24.1 -> v0.24.3
github.com/go-openapi/errors v0.22.6 -> v0.22.7
github.com/go-openapi/jsonpointer v0.22.4 -> v0.22.5
github.com/go-openapi/jsonreference v0.21.4 -> v0.21.5
github.com/go-openapi/loads v0.23.2 -> v0.23.3
github.com/go-openapi/spec v0.22.3 -> v0.22.4
github.com/go-openapi/swag v0.25.4 -> v0.25.5
github.com/go-openapi/swag/cmdutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/conv v0.25.4 -> v0.25.5
github.com/go-openapi/swag/fileutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/jsonname v0.25.4 -> v0.25.5
github.com/go-openapi/swag/jsonutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/loading v0.25.4 -> v0.25.5
github.com/go-openapi/swag/mangling v0.25.4 -> v0.25.5
github.com/go-openapi/swag/netutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/stringutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/typeutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/yamlutils v0.25.4 -> v0.25.5
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
go.opentelemetry.io/otel v1.39.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.39.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.39.0 -> v1.41.0
golang.org/x/net v0.51.0 -> v0.52.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/text v0.34.0 -> v0.35.0
golang.org/x/tools v0.41.0 -> v0.42.0

@renovate renovate Bot force-pushed the renovate/github.com-sapcc-archer-1.x branch from 9019f60 to 465731e Compare March 23, 2026 20:51
@renovate renovate Bot changed the title fix(deps): update module github.com/sapcc/archer to v1.5.0 fix(deps): update module github.com/sapcc/archer to v1.7.0 Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/github.com-sapcc-archer-1.x branch from 465731e to 56ea8bd Compare March 31, 2026 21:49
@renovate renovate Bot changed the title fix(deps): update module github.com/sapcc/archer to v1.7.0 fix(deps): update module github.com/sapcc/archer to v1.8.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/github.com-sapcc-archer-1.x branch from 56ea8bd to b87e99c Compare April 2, 2026 01:39
@renovate renovate Bot changed the title fix(deps): update module github.com/sapcc/archer to v1.8.0 fix(deps): update module github.com/sapcc/archer to v1.9.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/github.com-sapcc-archer-1.x branch from b87e99c to 021fbf0 Compare May 12, 2026 16:47
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1
go: downloading github.com/go-openapi/runtime v0.29.3
go: downloading github.com/go-openapi/strfmt v0.26.1
go: downloading github.com/go-openapi/validate v0.25.2
go: downloading github.com/gophercloud/gophercloud/v2 v2.12.0
go: downloading github.com/gophercloud/utils/v2 v2.0.0-20260424064311-2eeed4ceb3e9
go: downloading github.com/sapcc/andromeda v1.1.1
go: downloading github.com/sapcc/archer v1.9.0
go: downloading github.com/sapcc/gophercloud-sapcc/v2 v2.0.5
go: downloading github.com/sapcc/kubernikus v1.0.1-0.20250603090049-415897d6bcf8
go: downloading github.com/terraform-provider-openstack/utils/v2 v2.0.0-20260520075407-97524fbad4a0
go: downloading k8s.io/client-go v0.35.2
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/hashicorp/go-plugin v1.7.0
go: downloading github.com/hashicorp/terraform-plugin-go v0.31.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/go-openapi/errors v0.22.7
go: downloading github.com/go-openapi/swag/fileutils v0.25.5
go: downloading github.com/go-openapi/swag v0.25.5
go: downloading github.com/go-openapi/swag/jsonutils v0.25.5
go: downloading github.com/go-openapi/swag/stringutils v0.25.5
go: downloading golang.org/x/sync v0.20.0
go: downloading go.opentelemetry.io/otel v1.41.0
go: downloading go.opentelemetry.io/otel/trace v1.41.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading golang.org/x/net v0.52.0
go: downloading github.com/go-openapi/analysis v0.24.3
go: downloading github.com/go-openapi/jsonpointer v0.22.5
go: downloading github.com/go-openapi/loads v0.23.3
go: downloading github.com/go-openapi/spec v0.22.4
go: downloading github.com/go-openapi/swag/conv v0.25.5
go: downloading github.com/gofrs/uuid/v5 v5.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/hashicorp/go-cty v1.5.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/hashicorp/terraform-plugin-log v0.10.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/apimachinery v0.35.2
go: downloading k8s.io/apiserver v0.32.2
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/hashicorp/yamux v0.1.2
go: downloading github.com/oklog/run v1.1.0
go: downloading google.golang.org/grpc v1.79.3
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
go: downloading github.com/go-openapi/swag/typeutils v0.25.5
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/go-logr/logr v1.4.3
go: downloading go.opentelemetry.io/otel/metric v1.41.0
go: downloading golang.org/x/text v0.36.0
go: downloading github.com/go-openapi/swag/mangling v0.25.5
go: downloading github.com/go-openapi/swag/jsonname v0.25.5
go: downloading github.com/go-openapi/swag/loading v0.25.5
go: downloading github.com/go-openapi/swag/yamlutils v0.25.5
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading golang.org/x/sys v0.43.0
go: downloading github.com/hashicorp/go-version v1.9.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/go-openapi/swag/cmdutils v0.25.5
go: downloading github.com/go-openapi/swag/netutils v0.25.5
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading k8s.io/component-base v0.32.2
go: downloading github.com/google/cel-go v0.22.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
go: downloading k8s.io/api v0.35.2
go: downloading google.golang.org/protobuf v1.36.11
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/hashicorp/terraform-registry-address v0.4.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/hashicorp/hcl/v2 v2.24.0
go: downloading github.com/zclconf/go-cty v1.18.1
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading cel.dev/expr v0.25.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/hashicorp/terraform-svchost v0.1.1
go: downloading github.com/agext/levenshtein v1.2.2
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading golang.org/x/tools v0.43.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/spf13/pflag v1.0.9
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/procfs v0.17.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/spf13/cobra v1.8.1
go: downloading golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/mod v0.35.0
go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/client: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/client/endpoint: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/client/quota: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/client/rbac: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/client/service: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

go: github.com/SAP-cloud-infrastructure/terraform-provider-sci/sci imports
	github.com/sapcc/archer/models: github.com/sapcc/archer@v1.9.0: verifying module: checksum mismatch
	downloaded: h1:De47Qvc8piJAAvunITCUleSY0oHnAYAybqOtrdAuwe8=
	sum.golang.org: h1:iLNAlVX07TixZKXsJtzFxXk/AujeQfuN51KA/Zj7lVU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.


@renovate renovate Bot force-pushed the renovate/github.com-sapcc-archer-1.x branch from 021fbf0 to 6fd3623 Compare May 20, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants