Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

This PR contains the following updates:

Package Change Age Confidence
go.miloapis.com/milo v0.2.0 -> v0.14.2 age confidence

Release Notes

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

v0.14.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.14.1...v0.14.2

v0.14.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.14.0...v0.14.1

v0.14.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.13.0...v0.14.0

v0.13.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.6...v0.13.0

v0.12.6

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.5...v0.12.6

v0.12.5

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.4...v0.12.5

v0.12.4

Compare Source

What's Changed

  • fix: update grantAccessApproval to handle user and invitee email approvals by @​JoseSzycho in #​435

Full Changelog: datum-cloud/milo@v0.12.3...v0.12.4

v0.12.3

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.2...v0.12.3

v0.12.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.1...v0.12.2

v0.12.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.11.0...v0.12.0

v0.11.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.10.2...v0.11.0

v0.10.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.10.1...v0.10.2

v0.10.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.10.0...v0.10.1

v0.10.0

Compare Source

What's Changed

  • feat: Add User User Invitation List Constraint Decorator for user-specific filtering by @​JoseSzycho in #​399
  • feat: Add permission for listing user invitations in IAM role iam-user-self-manage by @​JoseSzycho in #​410

Full Changelog: datum-cloud/milo@v0.9.4...v0.10.0

v0.9.4

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.9.3...v0.9.4

v0.9.3

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.9.2...v0.9.3

v0.9.2

Compare Source

What's Changed

  • fix: Avoid UserInvitation creation if user is already member of the organization by @​JoseSzycho in #​396

Full Changelog: datum-cloud/milo@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.8.0...v0.9.0

v0.8.0

Compare Source

What's Changed

  • feat: add role-based organization membership management by @​scotwells in #​377
  • feat: Update User Status Registration Approval State based on Platform Access Resources by @​JoseSzycho in #​373
  • feat: Define Waitlist APIs (PlatformAccessApproval, PlatformAccessRejection, PlatformInvitation) by @​JoseSzycho in #​372

Full Changelog: datum-cloud/milo@v0.7.5...v0.8.0

v0.7.5

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.7.4...v0.7.5

v0.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: datum-cloud/milo@v0.7.3...v0.7.4

v0.7.3

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.7.2...v0.7.3

v0.7.2

Compare Source

What's Changed

Full Changelog: datum-cloud/milo@v0.7.1...v0.7.2

v0.7.1

Compare Source

What's Changed

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

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


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

  • 7 additional dependencies were updated

Details:

Package Change
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.3
k8s.io/apimachinery 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
golang.org/x/time v0.9.0 -> v0.12.0
k8s.io/api v0.32.1 -> v0.32.3

@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from ea5e7a7 to e1a7bac Compare September 11, 2025 17:00
@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.0 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from e1a7bac to 3eb563f Compare September 13, 2025 18:58
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.4.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 3eb563f to 5c62627 Compare September 20, 2025 00:59
@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 5c62627 to c5faeb8 Compare September 22, 2025 20:50
@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.4 Sep 22, 2025
@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 2 times, most recently from 75b13d1 to 3a0d8a0 Compare October 9, 2025 00:26
@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 3a0d8a0 to 3e1e459 Compare October 13, 2025 18:56
@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 3e1e459 to fb64a61 Compare October 14, 2025 19:04
@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 fb64a61 to aafb928 Compare October 21, 2025 23:58
@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 21, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from aafb928 to e941d3b Compare October 22, 2025 19:03
@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.6.1 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from e941d3b to e0d0305 Compare October 22, 2025 22:11
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.6.1 fix(deps): update module go.miloapis.com/milo to v0.7.0 Oct 22, 2025
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.7.0 fix(deps): update module go.miloapis.com/milo to v0.7.2 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 2 times, most recently from bbeff38 to 539e200 Compare October 23, 2025 17:52
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.7.2 fix(deps): update module go.miloapis.com/milo to v0.7.3 Oct 23, 2025
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.7.3 fix(deps): update module go.miloapis.com/milo to v0.7.4 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 2 times, most recently from 2d0174f to 4e45601 Compare October 27, 2025 23:03
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.9.3 fix(deps): update module go.miloapis.com/milo to v0.9.4 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 2 times, most recently from 84702e6 to bfd03d4 Compare November 5, 2025 03:03
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.9.4 fix(deps): update module go.miloapis.com/milo to v0.10.1 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from bfd03d4 to 8545f05 Compare November 5, 2025 19:14
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.10.1 fix(deps): update module go.miloapis.com/milo to v0.10.2 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 8545f05 to a31aebb Compare November 10, 2025 18:50
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.10.2 fix(deps): update module go.miloapis.com/milo to v0.11.0 Nov 10, 2025
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.11.0 fix(deps): update module go.miloapis.com/milo to v0.12.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 2 times, most recently from a90a93f to c00f3b9 Compare November 13, 2025 23:52
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.0 fix(deps): update module go.miloapis.com/milo to v0.12.1 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from c00f3b9 to 00fb73c Compare November 15, 2025 00:50
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.1 fix(deps): update module go.miloapis.com/milo to v0.12.2 Nov 15, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 00fb73c to 8a35bd3 Compare November 18, 2025 22:59
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.2 fix(deps): update module go.miloapis.com/milo to v0.12.4 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 8a35bd3 to ad70e95 Compare November 21, 2025 02:08
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.4 fix(deps): update module go.miloapis.com/milo to v0.12.5 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from ad70e95 to 1b32d13 Compare November 25, 2025 20:51
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.5 fix(deps): update module go.miloapis.com/milo to v0.12.6 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 1b32d13 to 3e5a88b Compare December 15, 2025 17:46
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.12.6 fix(deps): update module go.miloapis.com/milo to v0.13.0 Dec 15, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 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):

  • 7 additional dependencies were updated

Details:

Package Change
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.3
k8s.io/apimachinery 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
golang.org/x/time v0.9.0 -> v0.12.0
k8s.io/api v0.32.1 -> v0.32.3

@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.13.0 fix(deps): update module go.miloapis.com/milo to v0.14.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 3e5a88b to f90b4ca Compare December 15, 2025 21:53
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.14.0 fix(deps): update module go.miloapis.com/milo to v0.14.1 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from f90b4ca to 17e49f8 Compare December 23, 2025 01:02
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 17e49f8 to d59d2fb Compare December 23, 2025 21:34
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.14.1 fix(deps): update module go.miloapis.com/milo to v0.14.2 Dec 23, 2025
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.

1 participant