Skip to content

chore(deps): update e2e-go-dependencies - autoclosed#40

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/e2e-go-dependencies
Closed

chore(deps): update e2e-go-dependencies - autoclosed#40
renovate[bot] wants to merge 1 commit intomainfrom
renovate/e2e-go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/kubernetes-sigs/kro v0.8.5v0.9.0 age confidence
ocm.software/open-component-model/kubernetes/controller v0.2.0v0.3.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/kro (github.com/kubernetes-sigs/kro)

v0.9.0

Compare Source

🔆 Highlights

Cluster-Scoped Instance CRDs (KREP-10)

RGDs can now generate cluster-scoped instance CRDs. Add scope: Cluster to your schema and kro produces a non-namespaced CRD. Namespaced child resources must explicitly declare metadata.namespace when the instance is cluster-scoped. The field defaults to Namespaced and is immutable after creation. Docs

includeWhen Can Reference Upstream Resources

includeWhen expressions are no longer limited to schema fields - they can now reference other resources in the graph. kro treats these references as real dependencies that participate in DAG construction and cycle detection. Docs.

Decorators - External Collections (KREP-008)

ExternalRef previously only supported name and namespace for scalar lookups. They now support full matchLabels and matchExpressions selectors, so a single externalRef can match multiple resources dynamically. Selector values accept CEL expressions. Docs

Reactive Watches on External References and Decorators (KREP-003)

kro now watches external references - both scalar and collections — and re-reconciles instances instantly when an external resource is created, updated, or deleted. (Docs)

omit() CEL Function ( ⚠️ feature-gated: CELOmitFunction)

A new CEL omit() function lets you conditionally remove fields from rendered templates. Use ${schema.spec.kmsKeyID != "" ? schema.spec.kmsKeyID : omit()} and the field is dropped entirely from the SSA payload - important for APIs that distinguish between field absence and an empty value. omit() is rejected on required metadata fields (name, namespace, apiVersion, kind). Alpha, default off. Docs

Instance Status Condition Events (⚠️ feature-gated: InstanceConditionEvents)

kro can now emit Kubernetes Events when instance status conditions transition between reconciliation cycles. Events show the transition as "False → True: ResourcesReady" and are typed Normal for transitions to True, Warning for everything else. Visible via kubectl describe on any instance. Alpha, default off. Docs

CEL Libraries Enrichment

The CEL environment gained nine new capabilities:

  • json: json.marshal() and json.unmarshal() for working with JSON payloads directly in expressions
  • maps: map.merge() to combine two maps with second-map-wins semantics
  • lists: lists.setAtIndex(), lists.insertAtIndex(), lists.removeAtIndex() for immutable list mutations; k8s Lists library for lists.concat() and friends
  • quantity: parse and manipulate Kubernetes Quantities ("500m", "2Gi") natively
  • bind: cel.bind(varName, init, body) to name intermediate values and reduce repetition
  • comprehensions: TwoVarComprehensions (transformMap, transformList) and sortBy for stable ordering by arbitrary expressions
  • random: random.seededInt(min, max, seed) for deterministic integer generation from resource UIDs

Graph Revisions (KREP-013)

RGD specs are now versioned. Each spec change creates an immutable GraphRevision snapshot (kubectl get gr) that is compiled and validated independently before instances can use it. If a new spec breaks compilation, instances block with a clear status instead of failing silently — you see exactly which revision failed and why via kubectl describe gr. kro retains the last 5 revisions per RGD (configurable), giving you an audit trail of every spec change. More importantly, Graph Revisions lay the foundation for progressive rollouts and revision pinning in future releases. Docs. Docs

✨ Features

🐛 Bug Fixes

⚡ Performance

🔧 Refactoring

📖 Documentation

🧪 Testing

🧹 Chores

New Contributors

Full Changelog: kubernetes-sigs/kro@v0.8.5...v0.9.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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/e2e-go-dependencies branch from 2be225b to df29dc7 Compare March 31, 2026 09:16
@renovate renovate bot changed the title chore(deps): update module github.com/kubernetes-sigs/kro to v0.9.0 chore(deps): update e2e-go-dependencies Mar 31, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 31, 2026

ℹ️ Artifact update notice

File name: test/e2e/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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/chai2010/gettext-go v1.0.2 -> v1.0.3
github.com/prometheus/procfs v0.19.2 -> v0.20.1
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/net v0.50.0 -> v0.51.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/time v0.14.0 -> v0.15.0
k8s.io/utils v0.0.0-20260108192941-914a6e750570 -> v0.0.0-20260210185600-b8788abfbbc2
ocm.software/open-component-model/bindings/go/runtime v0.0.6 -> v0.0.7

@renovate renovate bot force-pushed the renovate/e2e-go-dependencies branch from df29dc7 to 6055e77 Compare April 2, 2026 06:46
@renovate renovate bot changed the title chore(deps): update e2e-go-dependencies chore(deps): update e2e-go-dependencies - autoclosed Apr 2, 2026
@renovate renovate bot closed this Apr 2, 2026
@renovate renovate bot deleted the renovate/e2e-go-dependencies branch April 2, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants