Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

This PR contains the following updates:

Package Change Age Confidence
go.miloapis.com/milo v0.1.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

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 changed the title fix(deps): update module go.miloapis.com/milo to v0.1.0 fix(deps): update module go.miloapis.com/milo to v0.1.0 - autoclosed Jul 31, 2025
@renovate renovate bot closed this Jul 31, 2025
@renovate renovate bot deleted the renovate/go.miloapis.com-milo-0.x branch July 31, 2025 22:59
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.1.0 - autoclosed fix(deps): update module go.miloapis.com/milo to v0.1.0 Aug 1, 2025
@renovate renovate bot reopened this Aug 1, 2025
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.1.0 fix(deps): update module go.miloapis.com/milo to v0.1.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch 2 times, most recently from 71aa261 to 0b23a6c Compare August 9, 2025 00:38
@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 9, 2025
@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 renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 0b23a6c to bb13e65 Compare September 9, 2025 17:02
@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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sync v0.15.0 -> v0.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.26.3
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

@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from bb13e65 to 7ac2221 Compare September 12, 2025 04:44
@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 12, 2025
@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 2 times, most recently from cb45c4b to bb9c745 Compare September 22, 2025 20:55
@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 force-pushed the renovate/go.miloapis.com-milo-0.x branch from bb9c745 to 17bbc41 Compare October 8, 2025 04:49
@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 17bbc41 to c7a9b77 Compare October 9, 2025 01:13
@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 c7a9b77 to d229869 Compare October 13, 2025 18:27
@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 d229869 to f534803 Compare October 14, 2025 17:02
@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 f534803 to 9b5086f Compare October 21, 2025 21:41
@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 9b5086f to efc5a7a Compare October 22, 2025 19:42
@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
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from a2a524f to d6dce13 Compare November 4, 2025 02:32
@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 from d6dce13 to e1c9f87 Compare November 4, 2025 21:49
@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.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from e1c9f87 to 1621a5e Compare November 5, 2025 02:13
@renovate renovate bot changed the title fix(deps): update module go.miloapis.com/milo to v0.10.0 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 1621a5e to f903597 Compare November 5, 2025 23:02
@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 f903597 to 4b48087 Compare November 10, 2025 17:40
@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 863e448 to bb05647 Compare November 13, 2025 19:10
@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 bb05647 to 38742b3 Compare November 15, 2025 03:03
@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 38742b3 to 09afa30 Compare November 18, 2025 20:05
@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 09afa30 to d7fec73 Compare November 21, 2025 00:40
@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 d7fec73 to c3ccfd7 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 c3ccfd7 to 95c2cb8 Compare December 15, 2025 18:36
@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.14.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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sync v0.15.0 -> v0.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.26.3
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

@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 95c2cb8 to 9daa3fe Compare December 22, 2025 21:35
@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 22, 2025
@renovate renovate bot force-pushed the renovate/go.miloapis.com-milo-0.x branch from 9daa3fe to c156f5d Compare December 23, 2025 21:51
@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