Skip to content

[DO NOT MERGE] Bump v24.1.8 #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions changelog/seqera-enterprise/v24.1.8.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Seqera Enterprise v24.1.8
date: 2025-01-14
tags: [seqera enterprise]
---

### Bug fixes

- Fix AWS base image security vulnerabilities.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
{
"Name": "cron",
"Image": "cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7",
"Image": "cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8",
"Memory": 2000,
"Cpu": 0,
"Links": [
Expand Down Expand Up @@ -192,7 +192,7 @@
},
{
"Name": "frontend",
"Image": "cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7",
"Image": "cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8",
"Memory": 2000,
"Cpu": 0,
"Essential": false,
Expand All @@ -215,7 +215,7 @@
"Hostname": "backend",
"Memory": 2000,
"Cpu": 0,
"Image": "cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7",
"Image": "cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8",
"PortMappings": [{
"ContainerPort": 8080,
"HostPort": 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- $HOME/.tower/db/redis:/data

migrate:
image: cr.seqera.io/private/nf-tower-enterprise/migrate-db:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/migrate-db:v24.1.8
platform: linux/amd64
command: -c "/migrate-db.sh"
networks:
Expand All @@ -57,7 +57,7 @@ services:
condition: service_healthy

cron:
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8
platform: linux/amd64
command: -c '/tower.sh'
networks:
Expand All @@ -76,7 +76,7 @@ services:


backend:
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8
platform: linux/amd64
command: -c '/wait-for-it.sh db:3306 -t 60; /tower.sh'
networks:
Expand All @@ -101,7 +101,7 @@ services:
- cron

frontend:
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
platform: linux/amd64
networks:
- frontend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
# secretName: platform-oidc-certs
initContainers:
- name: migrate-db
image: cr.seqera.io/private/nf-tower-enterprise/migrate-db:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/migrate-db:v24.1.8
command: ["sh", "-c", "/migrate-db.sh"]
envFrom:
- configMapRef:
Expand All @@ -36,7 +36,7 @@ spec:
subPath: tower.yml
containers:
- name: backend
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8
envFrom:
- configMapRef:
name: tower-backend-cfg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: tower-yml
containers:
- name: backend
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8
envFrom:
- configMapRef:
name: tower-backend-cfg
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
- name: "cr.seqera.io"
containers:
- name: frontend
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
ports:
- containerPort: 80
restartPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions platform_versioned_docs/version-24.1/enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Seqera Enterprise is distributed as a collection of Docker containers available
3. Pull the application container images:

```bash
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8

docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
```

## Support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
...
containers:
- name: frontend
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7-unprivileged
image: cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8-unprivileged
env:
- name: NGINX_LISTEN_PORT # If not defined, defaults to 8000.
value: 8000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ container registry ([cr.seqera.io](https://cr.seqera.io)). Contact [support](htt
1. Pull the Seqera container images:

```bash
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8

docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
```

## Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ container registry ([cr.seqera.io](https://cr.seqera.io)). Contact [support](htt
1. Pull the Seqera container images with the following commands:

```bash
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8

docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
```

## Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ container registry [`cr.seqera.io`](https://cr.seqera.io). Contact [support](htt
```
1. Pull the Seqera container images:
```bash
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8

docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
```

## Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ container registry [`cr.seqera.io`](https://cr.seqera.io). Contact [support](htt
3. Pull the Seqera container images:

```bash
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/backend:v24.1.8

docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.7
docker pull cr.seqera.io/private/nf-tower-enterprise/frontend:v24.1.8
```

## Next steps
Expand Down
Loading