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.datum.net/network-services-operator v0.1.0 -> v0.10.1 age confidence

Release Notes

datum-cloud/network-services-operator (go.datum.net/network-services-operator)

v0.10.1

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.10.0...v0.10.1

v0.10.0

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.9.0...v0.10.0

v0.9.0: - TrafficProtectionPolicies and Coraza WAF

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.8.2...v0.9.0

TrafficProtectionPolicies

A TrafficProtectionPolicy can be used to apply policies to Gateways, Gateway Listeners, HTTPRoutes, and upcoming HTTPRoute Rules. The most specific attachment point takes precedence when multiple policies exist.

Minimal manifest
apiVersion: networking.datumapis.com/v1alpha
kind: TrafficProtectionPolicy
metadata:
  name: trafficprotectionpolicy-sample
spec:
  targetRefs:
    - group: gateway.networking.k8s.io
      kind: Gateway
      name: backend
  mode: Observe
Manifest with defaults populated, rule exclusions added
apiVersion: networking.datumapis.com/v1alpha
kind: TrafficProtectionPolicy
metadata:
  name: trafficprotectionpolicy-sample
spec:
  mode: Enforce
  ruleSets:
  - owaspCoreRuleSet:
      paranoiaLevels:
        blocking: 1
        detection: 1
      ruleExclusions:
        idRanges:
        - 952101-990000
        ids:
        - 942100
        tags:
        - attack-sqli
      samplingPercentage: 100
      scoreThresholds:
        inbound: 5
        outbound: 4
    type: OWASPCoreRuleSet
  targetRefs:
  - group: gateway.networking.k8s.io
    kind: Gateway
    name: backend

v0.8.2

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.8.0...v0.8.1

v0.8.0

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.7.0...v0.8.0

v0.7.0

Compare Source

What's Changed

  • Update Gateway API to v1.3.0, target Envoy Gateway v1.5.0. by @​joshlreese in #​48
  • Default Gateway hostname changes to avoid issues outlined in GEP-3567. by @​joshlreese in #​49
  • Add support for Envoy Gateway APIs: Backends, BackendTrafficPolicies, HTTPRouteFilters, SecurityPolicies. by @​joshlreese in #​50
  • Validation for Backends, BackendTrafficPolicies, HTTPRouteFilters, and SecurityPolicies. by @​joshlreese in #​51
  • Sync downstream resource status to upstream resources in gateway resource replicator. by @​joshlreese in #​52
  • Add new ProtectedResource entries for Envoy Gateway API Extensions by @​joshlreese in #​53
  • Move the webhook kustomization to be a Component so it can be included via Flux Kustomizations. by @​joshlreese in #​54
  • Install Gateway API and Envoy Gateway API CRDs via direct manifests by @​joshlreese in #​55
  • Allow management of secrets in the downstream control plane. by @​joshlreese in #​56
  • Prefix cluster names obtained from UserInfo.Extra with a slash. by @​joshlreese in #​57
  • Gateway API conformance suite implementation. by @​joshlreese in #​58
  • Support v1 BackendTLSPolicies from the v1.4.0-rc2 release of the Gateway API. by @​joshlreese in #​59
  • Add ProtectedResource for BackendTLSPolicies, update gateway admin and viewer roles with necessary permissions. by @​joshlreese in #​60
  • Forgot to add the BackendTLSPolicy ProtectedResource to the kustomization. by @​joshlreese in #​61
  • Update Gateway API to v1.3.0, target Envoy Gateway v1.5.0, expose new APIs by @​joshlreese in #​62

Full Changelog: datum-cloud/network-services-operator@v0.6.1...v0.7.0

v0.6.1

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: datum-cloud/network-services-operator@v0.5.0...v0.6.0

v0.5.0

Compare Source

What's Changed

  • Add metric series to track custom hostnames defined on HTTPProxies and Gateways. by @​joshlreese in #​46

Full Changelog: datum-cloud/network-services-operator@v0.4.1...v0.5.0

v0.4.1

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.4.0...v0.4.1

v0.4.0

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.3.0...v0.4.0

New Features

Domain Ownership Verification and Custom Hostname Support

Added domain ownership verification and custom hostname support for HTTPProxy and Gateway resources:

  • DNS TXT Record Verification: Verify domain ownership through DNS TXT records
  • HTTP Token Verification: Alternative verification method using HTTP token validation
  • Flexible Verification Logic: Domain is considered verified when either method succeeds
  • Custom Hostname Programming: Support for custom hostnames on HTTPProxies and Gateways
  • Hostname Retention: Programmed hostnames are retained even if Domain records are deleted
  • Status Tracking: New verification conditions (Verified, VerifiedDNS, VerifiedHTTP, HostnamesVerified) provide status visibility
  • ConfigMap-Based Tracking: Uses ConfigMaps to track hostnames programmed on downstream control planes
  • Automated Retry Logic: status.verification.nextVerificationAttempt indicates when the next verification attempt will occur

v0.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: datum-cloud/network-services-operator@v0.2.1...v0.3.0

v0.2.1

Compare Source

What's Changed

Full Changelog: datum-cloud/network-services-operator@v0.2.0...v0.2.1

v0.2.0

Compare Source

What's Changed

  • Add support for permitting specific clusters to use custom domains via a suffix match, by @​joshlreese in #​15

Full Changelog: datum-cloud/network-services-operator@v0.1.0...v0.2.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 Jul 31, 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):

  • 13 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.19.1 -> v0.24.0
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1
github.com/google/cel-go v0.23.2 -> v0.25.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.26.3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.60.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.35.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.6.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20250506013437-ce4c2cf36ca6
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250512202823-5a2f75b736a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250519155744-55703ea1f237
google.golang.org/grpc v1.71.0 -> v1.72.1

@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 082f898 to d4b5520 Compare July 31, 2025 22:59
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from d4b5520 to 1ce8cea Compare August 8, 2025 17:48
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.3.0 fix(deps): update module go.datum.net/network-services-operator to v0.4.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 1ce8cea to c63ce98 Compare August 12, 2025 04:35
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.4.1 fix(deps): update module go.datum.net/network-services-operator to v0.5.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from c63ce98 to 01678cd Compare September 9, 2025 17:02
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.5.0 fix(deps): update module go.datum.net/network-services-operator to v0.6.0 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 01678cd to 37ef642 Compare September 13, 2025 23:15
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.6.0 fix(deps): update module go.datum.net/network-services-operator to v0.6.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 37ef642 to 8c6c312 Compare October 3, 2025 21:07
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.6.1 fix(deps): update module go.datum.net/network-services-operator to v0.7.0 Oct 3, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module go.datum.net/[email protected] requires go >= 1.24.7; switching to go1.24.10
go: downloading go1.24.10 (linux/amd64)
go: download go1.24.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 8c6c312 to 08fe88b Compare October 21, 2025 00:48
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.7.0 fix(deps): update module go.datum.net/network-services-operator to v0.8.0 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 08fe88b to 78b168b Compare October 22, 2025 19:41
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.8.0 fix(deps): update module go.datum.net/network-services-operator to v0.8.1 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 78b168b to 31d23b5 Compare October 22, 2025 22:43
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.8.1 fix(deps): update module go.datum.net/network-services-operator to v0.8.2 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 31d23b5 to 9fc8641 Compare October 31, 2025 16:07
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.8.2 fix(deps): update module go.datum.net/network-services-operator to v0.9.0 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 9fc8641 to 6144114 Compare November 19, 2025 06:02
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.9.0 fix(deps): update module go.datum.net/network-services-operator to v0.10.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/go.datum.net-network-services-operator-0.x branch from 6144114 to 7c1e372 Compare November 22, 2025 00:48
@renovate renovate bot changed the title fix(deps): update module go.datum.net/network-services-operator to v0.10.0 fix(deps): update module go.datum.net/network-services-operator to v0.10.1 Nov 22, 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