Skip to content

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

Merged
scotwells merged 1 commit intomainfrom
renovate/go.miloapis.com-milo-0.x
Oct 22, 2025
Merged

fix(deps): update module go.miloapis.com/milo to v0.7.0#73
scotwells merged 1 commit intomainfrom
renovate/go.miloapis.com-milo-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2025

This PR contains the following updates:

Package Change Age Confidence
go.miloapis.com/milo v0.1.0 -> v0.7.0 age confidence

Release Notes

datum-cloud/milo (go.miloapis.com/milo)

v0.7.0

Compare Source

Overview

This release brings one of the most important building blocks to Milo’s control plane: a declarative, policy-driven quota system.
It gives platform operators a clean way to define, allocate, and enforce resource limits for consumers.

  • Quota API — A new API group (quota.miloapis.com) introduces the primitives that make up the quota system:
    • ResourceRegistration: defines resource types and their measurement units.
    • ResourceGrant: allocates a fixed amount of capacity to a consumer.
    • ResourceClaim: represents a consumer’s request to use capacity.
    • AllowanceBucket: tracks total usage, limits, and remaining capacity.
    • GrantCreationPolicy & ClaimCreationPolicy: automate how and when grants or claims are created based on conditions.
  • Policy-Driven Enforcement — Quotas can now be evaluated at admission time, preventing new resources from being created when they exceed their limits.
  • CEL-Based Rules — Policies can use the Common Expression Language (CEL) to define flexible, data-driven conditions and templates.
  • API DocsAPI documentation is now available.

Details on what's changed

Full Changelog: datum-cloud/milo@v0.6.1...v0.7.0

v0.6.1

Compare Source

What's Changed

  • fix UserInvitationMutator to retrieve inviter user details from the client by @​JoseSzycho in #​350

Full Changelog: datum-cloud/milo@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.5.3...v0.6.0

v0.5.3

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.5.2...v0.5.3

v0.5.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.5.0...v0.5.1

v0.5.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.4.4...v0.5.0

v0.4.4

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.4.3...v0.4.4

v0.4.3

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.4.2...v0.4.3

v0.4.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.4.0...v0.4.1

v0.4.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.3.0...v0.4.0

v0.3.0

Compare Source

Major Changes

  • Added a new notification system with initial support for creating Email Templates and sending Emails to Users
  • Virtualized project control planes so that all projects can be served by a single apiserver deployment instead of requiring multiple deployments

What's Changed

New Contributors

Full Changelog: datum-cloud/milo@v0.2.0...v0.3.0

v0.2.0

Compare Source

New Features

  • Introduces a new UserPreferences resource that can be used to store preferences for users to use in UIs
  • Introduces a new UserDeactivation resource that can be used to deactivate users in Milo

What's Changed

New Contributors

Full Changelog: datum-cloud/milo@v0.1.1...v0.1.2

What's Changed

New Contributors

Full Changelog: datum-cloud/milo@v0.1.1...v0.2.0

v0.1.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.1.0...v0.1.1


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.

🔕 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 force-pushed the renovate/go.miloapis.com-milo-0.x branch from 3e6d232 to be243fe Compare August 8, 2025 21:47
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.1.1 fix(deps): update module go.miloapis.com/milo to v0.2.0 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from be243fe to 35da1f2 Compare September 9, 2025 18:03
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.2.0 fix(deps): update module go.miloapis.com/milo to v0.3.0 Sep 9, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 9, 2025

ℹ 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):

  • 17 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.32.1 -> v0.32.3
k8s.io/client-go v0.32.1 -> v0.32.3
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.12.0
github.com/go-openapi/jsonreference v0.20.2 -> v0.21.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 -> v2.26.3
github.com/prometheus/client_golang v1.19.1 -> v1.20.5
github.com/prometheus/common v0.55.0 -> v0.62.0
golang.org/x/oauth2 v0.25.0 -> v0.27.0
golang.org/x/sync v0.15.0 -> v0.16.0
golang.org/x/time v0.9.0 -> v0.12.0
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/grpc v1.71.0 -> v1.71.1
google.golang.org/protobuf v1.36.5 -> v1.36.6
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.3
k8s.io/apiserver v0.32.1 -> v0.32.3
k8s.io/component-base v0.32.1 -> v0.32.3

@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 35da1f2 to 35a264d Compare September 13, 2025 04:04
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.3.0 fix(deps): update module go.miloapis.com/milo to v0.4.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 35a264d to f1ff074 Compare September 20, 2025 01:29
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.4.1 fix(deps): update module go.miloapis.com/milo to v0.4.2 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from f1ff074 to 4045e53 Compare September 22, 2025 20:27
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.4.2 fix(deps): update module go.miloapis.com/milo to v0.4.3 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 4045e53 to 35d2b74 Compare September 23, 2025 02:22
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.4.3 fix(deps): update module go.miloapis.com/milo to v0.4.4 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 6 times, most recently from 4a50ab9 to 7f2b5a8 Compare October 8, 2025 06:05
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.4.4 fix(deps): update module go.miloapis.com/milo to v0.5.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 7f2b5a8 to b6103ed Compare October 9, 2025 00:23
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.5.0 fix(deps): update module go.miloapis.com/milo to v0.5.1 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from b6103ed to acfbd5a Compare October 13, 2025 17:55
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.5.1 fix(deps): update module go.miloapis.com/milo to v0.5.2 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from acfbd5a to d694817 Compare October 14, 2025 16:12
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.5.2 fix(deps): update module go.miloapis.com/milo to v0.5.3 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from d694817 to a3feccd Compare October 22, 2025 02:50
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.5.3 fix(deps): update module go.miloapis.com/milo to v0.6.0 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from a3feccd to 87585be Compare October 22, 2025 20:30
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.6.0 fix(deps): update module go.miloapis.com/milo to v0.7.0 Oct 22, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Datum Launch Release Oct 22, 2025
@scotwells scotwells merged commit 14c952d into main Oct 22, 2025
6 checks passed
@scotwells scotwells deleted the renovate/go.miloapis.com-milo-0.x branch October 22, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant