Skip to content

Commit

Permalink
Merge pull request #139 from IN-CORE/release-1.29.0
Browse files Browse the repository at this point in the history
Release 1.29.0
  • Loading branch information
ywkim312 committed May 1, 2024
2 parents 85ba6df + 99eaa35 commit dca578f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.28.1 - 2024-04-30
## 1.29.0 - 2024-05-01
- IN-CORE release 5.3.1

Copied CHANGELOG from README
## 1.28.1 - 2024-04-30
- Copied CHANGELOG from README

### Fixed
- middleware for traefik is now under traefik.io
Expand Down
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.28.1
version: 1.29.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 5.3.0
appVersion: 5.3.1

# List of people that maintain this helm chart.
maintainers:
Expand Down Expand Up @@ -47,4 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- Fixed traefik middleware
- IN-CORE release 5.3.1
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ frontend:
replicas: 1
image:
repository: frontend
tag: 1.10.0
tag: 1.11.0
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -171,7 +171,7 @@ doc_incore:
replicas: 1
image:
repository: doc/incore
tag: 4.10.0
tag: 4.11.0
service:
type: ClusterIP
port: 80
Expand All @@ -183,7 +183,7 @@ doc_pyincore:
replicas: 1
image:
repository: doc/pyincore
tag: 1.18.0
tag: 1.18.1
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -219,7 +219,7 @@ doc_api:
replicas: 1
image:
repository: doc/api
tag: v4.10.0
tag: v4.11.0
service:
type: ClusterIP
port: 80
Expand Down

0 comments on commit dca578f

Please sign in to comment.