Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRicard committed Sep 24, 2024
1 parent c78e4d5 commit cce0129
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
- name: Get changed charts (ct list-changed)
id: list-changed
run: |
changed=$(ct list-changed --chart-dirs de-identification-app --target-branch master)
changed=$(ct list-changed --chart-dirs de-identification-app --target-branch release-1.3.0)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Lint charts (ct lint)
run: ct lint --chart-dirs de-identification-app --target-branch master --validate-maintainers=false --debug
run: ct lint --chart-dirs de-identification-app --target-branch release-1.3.0 --validate-maintainers=false --debug

- name: Create 'kind' cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (ct install)
run: ct install
run: ct install
4 changes: 1 addition & 3 deletions de-identification-app/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. It is normally changed when the chart or application changes.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.1
version: 1.3.0

keywords:
- ibm
Expand All @@ -26,8 +26,6 @@ keywords:
home: https://github.com/Alvearie/de-identification

maintainers:
- name: Jarrett Anderson
email: [email protected]
- name: Dumas Hwang
email: [email protected]
- name: Denis Ricard
Expand Down
2 changes: 1 addition & 1 deletion de-identification-app/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: alvearie/deid
pullPolicy: IfNotPresent
tag: v1.2.1
tag: v1.3.0
service:
type: ClusterIP
port: 8080
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<revision>1.3.0-SNAPSHOT</revision>
<revision>1.3.0</revision>
<!-- see org.springframework.boot:spring-boot-dependencies for additional managed dependency versions -->
<mockito.version>1.10.19</mockito.version>
<commons-csv.version>1.8</commons-csv.version>
Expand Down

0 comments on commit cce0129

Please sign in to comment.