Skip to content

chore: update go#1345

Open
freiheit-kuberpult-upgrader wants to merge 1 commit intomainfrom
renovate/go
Open

chore: update go#1345
freiheit-kuberpult-upgrader wants to merge 1 commit intomainfrom
renovate/go

Conversation

@freiheit-kuberpult-upgrader
Copy link
Copy Markdown
Collaborator

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader commented Feb 16, 2024

This PR contains the following updates:

Package Type Update Change
github.com/ProtonMail/go-crypto require minor v1.3.0 -> v1.4.1
github.com/argoproj/argo-cd/v2 require minor v2.12.12 -> v2.14.21
github.com/argoproj/gitops-engine require patch v0.7.1-0.20250129155113-faf5a4e5c37d -> v0.7.3
github.com/coreos/go-oidc/v3 require minor v3.17.0 -> v3.18.0
github.com/golang-migrate/migrate/v4 require patch v4.19.0 -> v4.19.1
github.com/lib/pq require minor v1.11.2 -> v1.12.3
github.com/mattn/go-shellwords require patch v1.0.12 -> v1.0.13
github.com/oapi-codegen/runtime require minor v1.1.2 -> v1.4.0
go.opentelemetry.io/otel require minor v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/prometheus require minor v0.62.0 -> v0.65.0
go.opentelemetry.io/otel/metric require minor v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk/metric require minor v1.40.0 -> v1.43.0
golang.org/x/crypto require minor v0.48.0 -> v0.50.0
golang.org/x/oauth2 require minor v0.35.0 -> v0.36.0
golang.org/x/sync require minor v0.19.0 -> v0.20.0
google.golang.org/api require minor v0.236.0 -> v0.276.0
google.golang.org/grpc require minor v1.79.3 -> v1.80.0
k8s.io/api replace minor v0.29.7 -> v0.35.4
k8s.io/api require minor v0.32.5 -> v0.35.4
k8s.io/apiextensions-apiserver replace minor v0.29.7 -> v0.35.4
k8s.io/apimachinery replace minor v0.29.11 -> v0.35.4
k8s.io/apimachinery require minor v0.33.1 -> v0.35.4
k8s.io/apiserver replace minor v0.29.7 -> v0.35.4
k8s.io/cli-runtime replace minor v0.29.7 -> v0.35.4
k8s.io/client-go replace minor v0.29.7 -> v0.35.4
k8s.io/cloud-provider replace minor v0.29.7 -> v0.35.4
k8s.io/cluster-bootstrap replace minor v0.29.7 -> v0.35.4
k8s.io/code-generator replace minor v0.29.11 -> v0.35.4
k8s.io/component-base replace minor v0.29.7 -> v0.35.4
k8s.io/component-helpers replace minor v0.29.7 -> v0.35.4
k8s.io/controller-manager replace minor v0.29.7 -> v0.35.4
k8s.io/cri-api replace minor v0.29.11 -> v0.35.4
k8s.io/csi-translation-lib replace minor v0.29.7 -> v0.35.4
k8s.io/dynamic-resource-allocation replace minor v0.29.7 -> v0.35.4
k8s.io/endpointslice replace minor v0.29.7 -> v0.35.4
k8s.io/kms replace minor v0.29.7 -> v0.35.4
k8s.io/kube-aggregator replace minor v0.29.7 -> v0.35.4
k8s.io/kube-controller-manager replace minor v0.29.7 -> v0.35.4
k8s.io/kube-proxy replace minor v0.29.7 -> v0.35.4
k8s.io/kube-scheduler replace minor v0.29.7 -> v0.35.4
k8s.io/kubectl replace minor v0.29.7 -> v0.35.4
k8s.io/kubelet replace minor v0.29.7 -> v0.35.4
k8s.io/legacy-cloud-providers replace minor v0.29.7 -> v0.30.14
k8s.io/metrics replace minor v0.29.7 -> v0.35.4
k8s.io/mount-utils replace minor v0.29.7 -> v0.35.4
k8s.io/pod-security-admission replace minor v0.29.7 -> v0.35.4
k8s.io/sample-apiserver replace minor v0.29.7 -> v0.35.4
k8s.io/sample-cli-plugin replace minor v0.29.7 -> v0.35.4
k8s.io/sample-controller replace minor v0.29.7 -> v0.35.4
k8s.io/utils require digest 0f33e8f -> 28399d8
sigs.k8s.io/yaml require minor v1.4.0 -> v1.6.0

Release Notes

ProtonMail/go-crypto

v1.4.1

Compare Source

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.3.0...v1.4.0

argoproj/argo-cd

v2.14.21

Compare Source

[!IMPORTANT]
END OF LIFE NOTICE

This is the final release of the 2.14.x release series. As of November 4, 2025, this version has reached end of life and will no longer receive bug fixes or security updates.

Action Required: Please upgrade to a supported version (v3.0 or higher).

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.21/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.21/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.20...v2.14.21

v2.14.20

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.20/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.20/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.14.19...v2.14.20

v2.14.19

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.19/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.19/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.14.18...v2.14.19

v2.14.18

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.18/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.18/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Documentation
Other work

Full Changelog: argoproj/argo-cd@v2.14.17...v2.14.18

v2.14.17

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.17/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.17/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Full Changelog: argoproj/argo-cd@v2.14.16...v2.14.17

v2.14.16

Compare Source

Quick Start

Use v2.14.17

There was an issue with immutable releases for v2.14.16 which caused some release steps to fail (uploading provenance and SBOMs). There should be nothing wrong with v2.14.16, but v2.14.17 is equivalent with a fully-successful release.

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.16/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.16/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.14.15...v2.14.16

v2.14.15

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.15/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.15/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

Full Changelog: argoproj/argo-cd@v2.14.14...v2.14.15

v2.14.14

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.14/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.14/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.14.13...v2.14.14

v2.14.13

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.13/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.13/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p

Other work

Full Changelog: argoproj/argo-cd@v2.14.12...v2.14.13

v2.14.12

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.12/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Dependency updates
Other work

Full Changelog: argoproj/argo-cd@v2.14.11...v2.14.12

v2.14.11

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.11/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes

Full Changelog: argoproj/argo-cd@v2.14.10...v2.14.11

v2.14.10

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.10/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.9...v2.14.10

v2.14.9

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.9/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.9/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.14.8...v2.14.9

v2.14.8

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.8/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Dependency updates
Other work

Full Changelog: argoproj/argo-cd@v2.14.7...v2.14.8

v2.14.7

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.6...v2.14.7

v2.14.6

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.6/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.5...v2.14.6

v2.14.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.5/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.4...v2.14.5

v2.14.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.4/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes
Dependency updates

Full Changelog: argoproj/argo-cd@v2.14.3...v2.14.4

v2.14.3

Compare Source

Known Issues

  • A regression which caused certain apps with resource hooks to fail to sync. This is fixed in 2.14.4.
  • A regression which caused auth issues when connecting to clusters with Azure workload identity.
  • Erroneous removal of securityContext fields in Redis manifests.

All these issues are fixed in 2.14.4.

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.3/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@freiheit-kuberpult-upgrader
Copy link
Copy Markdown
Collaborator Author

freiheit-kuberpult-upgrader commented Feb 16, 2024

⚠ 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 -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
warning: ignoring symlink /tmp/renovate/repos/github/freiheit-com/kuberpult/services/frontend-service/api
go: downloading github.com/google/go-cmp v0.7.0
go: downloading k8s.io/api v0.35.4
go: downloading k8s.io/apimachinery v0.35.4
go: downloading github.com/golang-migrate/migrate/v4 v4.19.1
go: downloading github.com/MicahParks/keyfunc/v2 v2.1.0
go: downloading github.com/coreos/go-oidc/v3 v3.18.0
go: downloading github.com/go-git/go-billy/v5 v5.8.0
go: downloading github.com/golang-jwt/jwt/v5 v5.3.1
go: downloading go.uber.org/zap v1.27.1
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/onokonem/sillyQueueServer v0.0.0-20170829113733-84501ce98da1
go: downloading github.com/lib/pq v1.12.3
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading gopkg.in/DataDog/dd-trace-go.v1 v1.74.8
go: downloading google.golang.org/grpc v1.80.0
go: downloading github.com/blendle/zapdriver v1.3.1
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading google.golang.org/protobuf v1.36.11
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.65.0
go: downloading go.opentelemetry.io/otel v1.43.0
go: downloading go.opentelemetry.io/otel/metric v1.43.0
go: downloading github.com/lestrrat-go/jwx/v2 v2.1.6
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.43.0
go: downloading go.opentelemetry.io/otel/sdk v1.43.0
go: downloading github.com/DataDog/datadog-go/v5 v5.8.3
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading golang.org/x/sync v0.20.0
go: downloading github.com/mattn/go-shellwords v1.0.13
go: downloading github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/crypto v0.50.0
go: downloading github.com/ProtonMail/go-crypto v1.4.1
go: downloading google.golang.org/api v0.276.0
go: downloading github.com/improbable-eng/grpc-web v0.15.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/libgit2/git2go/v34 v34.0.0
go: downloading github.com/argoproj/argo-cd/v2 v2.14.21
go: downloading github.com/argoproj/gitops-engine v0.7.3
go: downloading k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.3.0
go: downloading github.com/DataDog/dd-trace-go/v2 v2.3.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/tinylib/msgp v1.2.5
go: downloading golang.org/x/time v0.15.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9
go: downloading google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7
go: downloading golang.org/x/net v0.52.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/prometheus/procfs v0.20.1
go: downloading golang.org/x/sys v0.43.0
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.3
go: downloading github.com/lestrrat-go/httprc v1.0.6
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/prometheus/otlptranslator v1.0.0
go: downloading github.com/DataDog/dd-trace-go/contrib/google.golang.org/grpc/v2 v2.3.0
go: downloading github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.3.0
go: downloading github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.3.0
go: downloading github.com/DataDog/gostackparse v0.7.0
go: downloading github.com/google/pprof v0.0.0-20250501235452-c0086092b71a
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/desertbit/timer v1.0.1
go: downloading github.com/rs/cors v1.11.0
go: downloading nhooyr.io/websocket v1.8.17
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/cyphar/filepath-securejoin v0.4.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading k8s.io/apiextensions-apiserver v0.35.4
go: downloading k8s.io/client-go v0.35.4
go: downloading k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
go: downloading github.com/r3labs/diff v1.1.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/spf13/cobra v1.10.0
go: downloading k8s.io/cli-runtime v0.35.4
go: downloading k8s.io/kubectl v0.35.4
go: downloading k8s.io/kube-aggregator v0.35.4
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/DataDog/datadog-agent/pkg/obfuscate v0.67.0
go: downloading github.com/DataDog/datadog-agent/pkg/proto v0.67.0
go: downloading github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.69.0
go: downloading github.com/DataDog/datadog-agent/pkg/trace v0.67.0
go: downloading github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250721125240-fdf1ef85b633
go: downloading github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
go: downloading golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
go: downloading golang.org/x/mod v0.34.0
go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/go-git/go-git/v5 v5.13.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0
go: downloading github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading cloud.google.com/go/auth v0.20.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading github.com/googleapis/gax-go/v2 v2.21.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/goccy/go-json v0.10.5
go: downloading go.opentelemetry.io/otel/trace v1.43.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/klauspost/compress v1.18.0
go: downloading github.com/cloudflare/circl v1.6.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/redis/go-redis/v9 v9.7.3
go: downloading github.com/bmatcuk/doublestar/v4 v4.7.1
go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
go: downloading github.com/google/go-github/v66 v66.0.0
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading oras.land/oras-go/v2 v2.6.0
go: downloading github.com/casbin/casbin/v2 v2.102.0
go: downloading github.com/casbin/govaluate v1.2.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading github.com/spf13/pflag v1.0.9
go: downloading golang.org/x/term v0.42.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading k8s.io/kubernetes v1.31.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.0
go: downloading golang.org/x/text v0.36.0
go: downloading sigs.k8s.io/kustomize/api v0.20.1
go: downloading sigs.k8s.io/kustomize/kyaml v0.20.1
go: downloading github.com/jonboulle/clockwork v0.5.0
go: downloading k8s.io/component-base v0.35.4
go: downloading k8s.io/component-helpers v0.35.4
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/DataDog/go-sqllexer v0.1.6
go: downloading github.com/outcaste-io/ristretto v0.2.3
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/DataDog/go-tuf v1.1.0-0.5.2
go: downloading github.com/puzpuzpuz/xsync/v3 v3.5.1
go: downloading github.com/DataDog/go-libddwaf/v4 v4.3.2
go: downloading github.com/DataDog/sketches-go v1.4.7
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading go.opentelemetry.io/collector/pdata v1.31.0
go: downloading go.opentelemetry.io/collector/semconv v0.125.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.0
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/dlclark/regexp2 v1.11.4
go: downloading github.com/go-redis/cache/v9 v9.0.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/bombsimon/logrusr/v2 v2.0.1
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/x448/float16 v0.8.4
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 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.9.0
go: downloading github.com/theckman/httpforwarded v0.4.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.67.0
go: downloading github.com/DataDog/datadog-agent/pkg/util/log v0.67.0
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.27.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/shirou/gopsutil/v4 v4.25.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.14
go: downloading github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/vmihailenco/go-tinylfu v0.2.2
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/moby/spdystream v0.5.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading k8s.io/apiserver v0.35.4
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/DataDog/datadog-agent/pkg/util/scrubber v0.67.0
go: downloading go.opentelemetry.io/collector/component v1.31.0
go: downloading github.com/ebitengine/purego v0.8.4
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/tklauser/go-sysconf v0.3.15
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/DataDog/datadog-agent/pkg/version v0.67.0
go: downloading go.opentelemetry.io/collector/internal/telemetry v0.125.0
go: downloading github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/tklauser/numcpus v0.10.0
go: downloading go.opentelemetry.io/collector/featuregate v1.31.0
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading go.opentelemetry.io/otel/log v0.11.0
go: downloading go.opentelemetry.io/contrib/bridges/otelzap v0.10.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: github.com/freiheit-com/kuberpult/pkg/event imports
	github.com/freiheit-com/kuberpult/pkg/api/v1: cannot find module providing package github.com/freiheit-com/kuberpult/pkg/api/v1
go: github.com/freiheit-com/kuberpult/services/frontend-service/pkg/cmd imports
	github.com/freiheit-com/kuberpult/pkg/publicapi: cannot find module providing package github.com/freiheit-com/kuberpult/pkg/publicapi
go: github.com/freiheit-com/kuberpult/services/reposerver-service/pkg/reposerver imports
	github.com/argoproj/gitops-engine/pkg/utils/kube imports
	github.com/argoproj/gitops-engine/pkg/utils/kube/scheme imports
	k8s.io/kubernetes/pkg/apis/coordination/install imports
	k8s.io/kubernetes/pkg/apis/coordination/v1alpha1 imports
	k8s.io/api/coordination/v1alpha1: cannot find module providing package k8s.io/api/coordination/v1alpha1
go: github.com/freiheit-com/kuberpult/services/reposerver-service/pkg/reposerver imports
	github.com/argoproj/gitops-engine/pkg/utils/kube imports
	github.com/argoproj/gitops-engine/pkg/utils/kube/scheme imports
	k8s.io/kubernetes/pkg/apis/networking/install imports
	k8s.io/kubernetes/pkg/apis/networking/v1alpha1 imports
	k8s.io/api/networking/v1alpha1: cannot find module providing package k8s.io/api/networking/v1alpha1

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 4 times, most recently from d4dae55 to cd92f27 Compare February 24, 2024 01:05
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 5 times, most recently from f7b90cc to 9b84bc2 Compare March 5, 2024 01:03
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 5 times, most recently from 5024e4e to b902e65 Compare March 11, 2024 01:03
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 6 times, most recently from 92d35d5 to 86f3605 Compare March 20, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 5 times, most recently from 8d12334 to 71eec06 Compare March 28, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 2 times, most recently from 2abafd3 to f6b097d Compare April 4, 2024 01:05
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 9 times, most recently from 79e3755 to cd61301 Compare May 1, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 5 times, most recently from 6d5ff2b to c554dea Compare May 8, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 7 times, most recently from be1533f to 1d444cb Compare May 16, 2024 01:03
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 6 times, most recently from 0b6bad8 to 32b616a Compare May 24, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/go branch 2 times, most recently from 7588bd7 to 2e5d705 Compare June 5, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants