OffNet Newsroom

Daily topic roundup

Automation / DevOps / IaC

Tuesday, July 07, 2026 · 8 stories, curated & summarized — click any story for the source.

AWS What's New awsdatabase ↺ since 07-03

SageMaker Unified Studio adds Terraform IaC support for domain provisioning

Amazon SageMaker Unified Studio now allows provisioning via Terraform using the open-source terraform-aws-sagemaker-unified-studio module. This enables platform teams to integrate SageMaker domains into existing infrastructure-as-code pipelines with version-controlled templates. The update supports consistent deployment across development, staging, and production accounts for shared AI and data workflows.

  • Use the open-source terraform-aws-sagemaker-unified-studio module for provisioning
  • Integrate SageMaker Unified Studio domains into existing IaC pipelines
  • Maintain environment consistency across dev, staging, and prod accounts
  • Provision managed workspaces with version-controlled templates
  • No direct database engine changes; focus is on platform provisioning
HOW IT WORKSSageMaker IaC Provisioning Flow1Select…2Configure version-controlled templates3Deploy to dev environment4Promote to staging accounts5Launch in production accounts

AWS Certificate Manager now exposes a fully managed ACME server endpoint, allowing standard clients like Certbot and cert-manager to issue 45-day public TLS certificates from Amazon Trust Services. This feature addresses the upcoming CA/Browser Forum mandate for shorter certificate lifetimes by enabling standardized, automated issuance and renewal workflows. Administrators can enforce governance through domain scoping and wildcard policies while delegating requests to application teams.

  • Provision public TLS certs using any ACMEv2 client like Certbot or cert-manager directly from ACM.
  • Certificates issued via ACM have a 45-day validity to align with industry security trends.
  • Governance controls allow restricting domain scopes and wildcard usage per client.
  • Automates renewal processes, reducing manual overhead as 47-day limits approach in 2029.
  • Enables delegation of certificate requests to app teams without distributing private CA keys.
THE SHIFTTLS Certificate Lifespan Shrinking47-day2029 LIMIT45-dayCURRENT ACMACM aligns with industry trends early
Planet PostgreSQL database ↺ since 07-06

CloudNativePG 1.30 adds declarative roles and passwordless TLS

CloudNativePG version 1.30 introduces the DatabaseRole CRD, allowing application teams to manage PostgreSQL credentials declaratively. The release also includes built-in TLS client certificate issuance, enabling passwordless authentication. This shift reduces manual credential management and enhances security posture for cloud-native deployments.

  • DatabaseRole CRD lets apps own their credentials via Kubernetes manifests
  • Built-in TLS client certificates enable passwordless database connections
  • Reduces operational overhead by automating credential lifecycle management
  • Improves security by eliminating shared passwords in application configs

Node.js 26 is now available, bringing the Temporal API to the global scope by default and upgrading the underlying V8 engine to version 14.6. The release also includes Undici 8.0 for HTTP handling and removes several deprecated legacy APIs. Developers must account for NODE_MODULE_VERSION changes when maintaining native addons. This version will remain current for six months before transitioning to long-term support.

  • Temporal API is now enabled by default, simplifying modern date/time handling in Node.js.
  • V8 engine is updated to 14.6, potentially offering performance and feature improvements.
  • Undici HTTP client has been upgraded to version 8.0 in this release.
  • Native addons need rebuilds due to NODE_MODULE_VERSION changes.
  • This is a current release for six months before entering LTS status.
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Firecrawl: Open-Source Web Scraping API for LLM Agents

Firecrawl is an open-source API designed for large-scale web search and scraping, specifically optimized for AI agents. It extracts content from JS-heavy pages and converts it into clean Markdown or structured JSON, handling infrastructure challenges like rotating proxies and rate limiting. The service claims industry-leading reliability across 96% of the web with a P95 latency of 3.4 seconds.

  • Provides LLM-ready output formats including clean Markdown and structured JSON.
  • Handles complex scraping infrastructure like rotating proxies and orchestration automatically.
  • Optimized for real-time agents with P95 latency of 3.4s across millions of pages.
  • Covers 96% of the web, including JavaScript-heavy dynamic content pages.
  • Available as both open-source software and a hosted service.
BY THE NUMBERSFirecrawl's Web Coverage96%Web coverage reliabilityCovers 96% of the web including JS-heavy pages

AWS has introduced Service Events for CloudWatch Application Signals, enabling automatic capture of exception and latency snapshots, function-level metrics, and deployment events. This feature requires no additional code changes, relying instead on existing instrumentation via ADOT SDKs or the CloudWatch Observability EKS add-on. Engineers can now rapidly diagnose whether recent deployments introduced new exceptions by navigating directly to the Errors section in the console.

  • Service Events automatically captures error and latency snapshots without code changes.
  • Deployment events are tracked alongside performance data for faster root cause analysis.
  • Requires existing instrumentation via ADOT SDKs or CloudWatch Observability EKS add-on.
  • Access captured data directly in the CloudWatch console under Service > Errors.
CHECKLISTDeploying Service EventsEnsure ADOT SDKs or EKS add-on is installedLeverage existing instrumentation without code changesMonitor error and latency snapshots automaticallyTrack deployments for faster root cause analysisAccess data in CloudWatch console under Service > Errors
AWS What's New awsdatabase ↺ since 07-03

SageMaker HyperPod adds AMI versioning and auto-patching for foundation models

Amazon SageMaker HyperPod now tracks AMI versions across clusters to detect drift and automatically applies security patches without interrupting long-running training jobs. This update removes the manual burden of patching and reduces the risk of breaking bundled software like NVIDIA drivers or CUDA during updates. The feature provides cluster administrators with clear visibility into the specific AMI versions currently in use.

  • Eliminates manual security patching for long multi-day training workloads.
  • Provides visibility into AMI versions to detect cluster drift quickly.
  • Prevents accidental breaks to bundled software like CUDA drivers during updates.
  • Reduces operational overhead for cluster administrators managing foundation models.
CHECKLISTHyperPod Patching BenefitsEliminate manual security patching for long workloadsDetect cluster drift with AMI version visibilityPrevent CUDA driver breaks during updatesReduce operational overhead for admins

The June 29, 2026 Java news cycle highlights a new JEP candidate for Strict Field Initialization, aiming to enforce initialization guarantees. Key updates include point releases for GraalVM, JReleaser, RefactorFirst, and the Java Operator SDK, alongside maintenance patches for GlassFish and Micronaut. Additionally, Grails 8.0 reached its second milestone, and Open Liberty 26.0.0.7 entered beta.

  • Strict Field Initialization JEP candidate targets safer object state management.
  • GraalVM, JReleaser, and RefactorFirst received point releases.
  • Grails 8.0 Milestone 2 is available for testing.
  • Open Liberty 26.0.0.7 beta is now live.
  • GlassFish and Micronaut got maintenance updates.