Skip to content

fix(deps): update module go.miloapis.com/milo to v0.28.1#236

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.miloapis.com-milo-0.x
Open

fix(deps): update module go.miloapis.com/milo to v0.28.1#236
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.miloapis.com-milo-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 26, 2026

This PR contains the following updates:

Package Change Age Confidence
go.miloapis.com/milo v0.25.1v0.28.1 age confidence

Release Notes

milo-os/milo (go.miloapis.com/milo)

v0.28.1

Compare Source

What's Changed

  • fix(controller-manager): exit deterministically instead of panicking on manager shutdown by @​ecv in #​646

Full Changelog: milo-os/milo@v0.28.0...v0.28.1

v0.28.0

Compare Source

What's Changed

  • fix: set project month doesnt work outside datum-cloud yet by @​ecv in #​624
  • fix(quota): stop ownership controller from garbage-collecting manually created ResourceClaims by @​scotwells in #​643
  • fix(controller-manager): strip managedFields from core + infra caches by @​ecv in #​637
  • fix(multicluster-provider): plug cancelFns leak and add NotReady teardown by @​ecv in #​638

Full Changelog: milo-os/milo@v0.27.0...v0.28.0

v0.27.0

Compare Source

What's Changed

  • fix(controller-manager): scope per-project quota caches to cut memory by @​ecv in #​632

Full Changelog: milo-os/milo@v0.26.2...v0.27.0

v0.26.2

Compare Source

What's Changed

  • fix(controller-manager): set GOMEMLIMIT from cgroup limit by @​ecv in #​634

New Contributors

Full Changelog: milo-os/milo@v0.26.1...v0.26.2

v0.26.1

Compare Source

What's Changed

Full Changelog: milo-os/milo@v0.26.0...v0.26.1

v0.26.0

Compare Source

What's Changed

  • feat: Introduce ContactGroupEnrollmentPolicy and controller to automate contact group memberships. by @​JoseSzycho in #​603

Full Changelog: milo-os/milo@v0.25.1...v0.26.0


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 renovate Bot requested a review from a team as a code owner May 26, 2026 21:00
@renovate renovate Bot requested a review from gaghan430 May 26, 2026 21:00
@renovate renovate Bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 52236b5 to ca56fe0 Compare May 29, 2026 18:01
@renovate renovate Bot changed the title fix(deps): update module go.miloapis.com/milo to v0.26.0 fix(deps): update module go.miloapis.com/milo to v0.26.1 May 29, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 29, 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):

  • 38 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
k8s.io/api v0.32.3 -> v0.35.0
k8s.io/apimachinery v0.33.2 -> v0.35.0
k8s.io/client-go v0.32.3 -> v0.35.0
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/controller-runtime v0.20.4 -> v0.23.3
cel.dev/expr v0.19.1 -> v0.24.0
github.com/emicklei/go-restful/v3 v3.12.0 -> v3.12.2
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0
github.com/google/cel-go v0.22.0 -> v0.26.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/klauspost/compress v1.17.9 -> v1.18.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.62.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.61.0
go.opentelemetry.io/otel v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.36.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.5.0
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/oauth2 v0.27.0 -> v0.30.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250528174236-200df99c418a
google.golang.org/grpc v1.71.1 -> v1.72.2
google.golang.org/protobuf v1.36.7 -> v1.36.8
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/apiextensions-apiserver v0.32.3 -> v0.35.0
k8s.io/apiserver v0.32.3 -> v0.35.0
k8s.io/component-base v0.32.3 -> v0.35.0
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250910181357-589584f1c912
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 -> v0.31.2
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.5.0 -> v1.6.0

@renovate renovate Bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from ca56fe0 to 1b2cd23 Compare June 2, 2026 00:35
@renovate renovate Bot changed the title fix(deps): update module go.miloapis.com/milo to v0.26.1 fix(deps): update module go.miloapis.com/milo to v0.27.0 Jun 2, 2026
@renovate renovate Bot changed the title fix(deps): update module go.miloapis.com/milo to v0.27.0 fix(deps): update module go.miloapis.com/milo to v0.28.1 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 1b2cd23 to c8ee7de Compare June 4, 2026 22:12
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