docs(changelog): add new entries from changelog

This commit is contained in:
windmill-internal-app[bot]
2026-02-25 09:37:26 +00:00
parent bc672555a7
commit bc3bb400a9

View File

@@ -5,6 +5,22 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'Force sandboxing',
href: 'https://www.windmill.dev/changelog/force-sandboxing',
date: '2026-02-12'
},
{
label: 'Health endpoints',
href: 'https://www.windmill.dev/changelog/health-endpoints',
date: '2026-02-12'
},
{
label: 'Private registries for npm, Maven, and Cargo',
href: 'https://www.windmill.dev/changelog/private-registries-npm-maven-cargo',
date: '2026-02-21'
},
{
label: 'AWS Bedrock support for Windmill AI',
href: 'https://www.windmill.dev/changelog/aws-bedrock',