Skip to content
4 changes: 2 additions & 2 deletions changelog/seqera-enterprise/v25.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Seqera Platform Enterprise version 25.3 introduces a series of new features and

### Custom roles and fine-grained authorization (RBAC)

- Added support for custom roles with fine-grained permissions, to define specific access controls beyond the predefined Owner, Admin, Maintain, Launch, View, and Connect roles.
- Added support for [custom roles](https://docs.seqera.io/platform-enterprise/orgs-and-teams/custom-roles) with fine-grained permissions, to define specific access controls beyond the predefined Owner, Admin, Maintain, Launch, View, and Connect roles.

### Studios

Expand All @@ -20,7 +20,7 @@ Seqera Platform Enterprise version 25.3 introduces a series of new features and
- Added ability to clone content from a Git repository to a Studio at startup time.
- Added ability to create Studios from Docker images, built from a repository Dockerfile using Wave.
- Added ability to stop a Studio session that is stuck starting without needing AWS console access.
- Added **Save as data link** action when mounting data to a Studio.
- Added **Save as data-link** action when mounting data to a Studio.
- Added support for custom environment variables to Studio configuration.

### Pipelines
Expand Down
2 changes: 0 additions & 2 deletions platform-enterprise_docs/compute-envs/aws-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,6 @@ Multiple users can be specified in the trust policy by adding more ARNs to the `

## Automatic configuration of Batch resources

Seqera automates the configuration of an [AWS Batch](https://aws.amazon.com/batch/) compute environment and the queues required for deploying Nextflow pipelines.

:::caution
AWS Batch creates resources that you may be charged for in your AWS account. See [Cloud costs](../monitoring/cloud-costs) for guidelines to manage cloud resources effectively and prevent unexpected costs.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,6 @@ Multiple users can be specified in the trust policy by adding more ARNs to the `

## Automatic configuration of Batch resources

Seqera automates the configuration of an [AWS Batch](https://aws.amazon.com/batch/) compute environment and the queues required for deploying Nextflow pipelines.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed this diff between v25.3 and v25.2.
I'll align v25.2 and .1 and remove this line from there too.


:::caution
AWS Batch creates resources that you may be charged for in your AWS account. See [Cloud costs](../monitoring/cloud-costs) for guidelines to manage cloud resources effectively and prevent unexpected costs.
:::
Expand Down
Loading