Skip to content

Commit

Permalink
chore(charts): bump chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk committed Jun 28, 2024
1 parent 79072b2 commit f0dc5c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Changelog

<!-- towncrier release notes start -->
## [26.7.4] - 2024-06-28

### Added

- Enable egress connections from server to an oidc client when deployed in the same cluster.

## [26.7.3] - 2024-06-20

### Fixed

- Allow egress connections from worker to the internet. This is needed for deployment when all organizations are not in the same cluster, and the worker then need to download images from other organizations

### Removed
### Removed

- Network policy `xxx-registry-remote-egress` as it is now covered by `role-internet-egress: 'true'`


## [26.7.2] - 2024-06-13

Expand Down Expand Up @@ -59,7 +65,7 @@

### Fixed

- Open ingress for `docker-registry` when `containerRegistry.local` is `true` as it it is necessary on some infrastructure (#916)
- Open ingress for `docker-registry` when `containerRegistry.local` is `true` as it is necessary on some infrastructure (#916)

## [26.6.4] - 2024-05-27

Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 26.7.3
version: 26.7.4-alpha.1
appVersion: 0.47.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down

0 comments on commit f0dc5c3

Please sign in to comment.