Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added changelog/2025-11-subnet-fw-target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog/2025-11-subnet-resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions changelog/2025-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
title: "November 2025"
---

import { PrList } from "/snippets/pr-list.mdx";

## AI & GPUs

Check warning on line 7 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L7

Did you really mean 'GPUs'?

### Support for 4 & 8 GPU B200 Machines

We have expanded our GPU offerings to support virtual machines with 4 and 8 GPUs on B200 machines, allowing for more flexible and efficient resource usage for AI and machine learning workloads. Contact us at [[email protected]](mailto:[email protected]) for more information.

Check warning on line 11 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L11

Did you really mean 'GPUs'?

<PrList ids={[4155]} />

## Networking

### Dual-Stack Load Balancer Health Checks

Load balancers now perform separate health checks for IPv4 and IPv6 stacks. This ensures that traffic is routed intelligently based on the specific health of each IP stack on a node, significantly improving reliability for dual-stack network configurations.

### Private Subnet Firewall Rules

Check warning on line 21 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L21

Did you really mean 'Subnet'?

You can now create firewall rules that specifically target private subnets by name or ID via the web console, CLI, and API. This enhancement simplifies network security management within your Virtual Private Clouds (VPCs).

Check warning on line 23 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L23

Did you really mean 'subnets'?

Check warning on line 23 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L23

Did you really mean 'VPCs'?

![Subnet Firewall Rules](/changelog/2025-11-subnet-fw-target.png)

Check warning on line 25 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L25

Did you really mean 'Subnet'?

### Public IP Ranges Endpoint

We introduced a new API endpoint at `api.ubicloud.com/ips-v4` that lists the IPv4 ranges used by Ubicloud services. This is particularly useful for configuring external firewalls to allow traffic from Ubicloud runners and resources.

Check warning on line 29 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L29

Did you really mean 'Ubicloud'?

Check warning on line 29 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L29

Did you really mean 'Ubicloud'?

### Enhanced Resource Visibility

The details page for VMs in private subnets now displays other attached resources, such as PostgreSQL databases and Kubernetes clusters. This provides a clearer view of your infrastructure dependencies directly within the UI.

Check warning on line 33 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L33

Did you really mean 'VMs'?

Check warning on line 33 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L33

Did you really mean 'subnets'?

![Subnet Firewall Rules](/changelog/2025-11-subnet-resources.png)

Check warning on line 35 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L35

Did you really mean 'Subnet'?

<PrList ids={[4138, 4139, 4140, 4104, 4032, 4169, 4115]} />

## Managed PostgreSQL

### API Enhancements

We have expanded the PostgreSQL API with new capabilities. You can now specify custom `pg_config` parameters when creating a new PostgreSQL cluster, filter PostgreSQL resources by tags and access a dedicated endpoint to list backups, enabling better programmatic management and integration with your internal tools.

### Connection String Security Update

Connection strings for port 5432 have been updated to use `channel_binding=require` instead of `sslmode=require`. This change provides stronger security verification for clients connecting to your databases.

### Improved Point-in-Time Recovery

The backup restore picker now defaults to the next full minute. This UX improvement encourages restore targets that apply a full day's worth of WAL changes more efficiently, resulting in faster restoration times.

### Read Replica UI Improvements

The "Upgrade" tab is now hidden when viewing Read Replicas in the console. This clarifies that major version upgrades must be performed on the primary instance, preventing confusion during maintenance windows.

<PrList ids={[4191, 4255, 4256, 4252, 4168, 4163]} />

## GitHub Runners

### Ubuntu 24.04 Default Environment

The default operating system for Ubicloud GitHub Runners has been updated from Ubuntu 22.04 to Ubuntu 24.04. This ensures your CI/CD pipelines run on a modern, secure, and up-to-date environment.

Check warning on line 63 in changelog/2025-11.mdx

View check run for this annotation

Mintlify / Mintlify Validation (ubicloud-00f14c0d) - vale-spellcheck

changelog/2025-11.mdx#L63

Did you really mean 'Ubicloud'?

### Concurrent Webhook Redelivery

We have improved the reliability of webhook delivery from GitHub. Failed deliveries are now processed and redelivered concurrently, significantly reducing delays during high-traffic periods or incidents to ensure your jobs trigger reliably.

### Clear Cache Capability

Added a new capability to remove all GitHub Actions cache entries for a specific repository via the CLI and API. This helps manage storage usage and ensures build freshness when dependencies change significantly.

<PrList ids={[4231, 4210, 4246, 4265, 4225, 4136]} />

## Billing

### Streamlined Bank Transfer Billing

We have improved the billing workflow for enterprise customers paying via bank transfer. Invoices now include specific transfer details, and the system automatically handles invoice delivery and status tracking for these payment methods.

<PrList ids={[4133]} />

## Console & UI

### Quick Access to Documentation and Changelog

Direct links to documentation and the changelog have been added to the console top bar. This makes it easier to access help resources and stay updated on the latest platform changes while working in the dashboard.

<PrList ids={[4143]} />
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
{
"group": "Changelog",
"pages": [
"changelog/2025-11",
"changelog/2025-10",
"changelog/2025-09",
"changelog/2025-08",
Expand Down