Skip to content

Commit aa61ccc

Browse files
committed
Version 1.7.0
1 parent 88a16c7 commit aa61ccc

File tree

8 files changed

+1103
-390
lines changed

8 files changed

+1103
-390
lines changed

.github/workflows/parallel-server-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The MathWorks, Inc.
1+
# Copyright 2024-2025 The MathWorks, Inc.
22
name: Build and push MATLAB Parallel Server images
33

44
on:
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
matlab-release: [r2024a, r2024b, r2025a]
34+
matlab-release: [r2024a, r2024b, r2025a, r2025b]
3535

3636
steps:
3737
- name: Checkout repo

chart/mjs/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ apiVersion: v2
33
name: mjs
44
description: A Helm chart for MATLAB (R) Job Scheduler in Kubernetes
55
type: application
6-
version: 1.6.0
7-
appVersion: 1.6.0
6+
version: 1.7.0
7+
appVersion: 1.7.0

0 commit comments

Comments
 (0)