Skip to content

Commit a6b61cf

Browse files
authored
Merge pull request #339 from foundation-model-stack/chore/update-version-1.3.1
chore: update version to v1.3.1
2 parents 2973f69 + 08e351f commit a6b61cf

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/build_push_concheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- connection-check/**
99

1010
env:
11-
IMAGE_VERSION: "1.2.9"
11+
IMAGE_VERSION: "1.3.1"
1212
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
1313

1414
jobs:

.github/workflows/build_push_controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- ./Makefile
1616

1717
env:
18-
VERSION: "1.2.9"
18+
VERSION: "1.3.1"
1919
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
2020
DAEMON_REGISTRY: ghcr.io/${{ github.repository_owner }}
2121

.github/workflows/build_push_daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- Makefile
1111

1212
env:
13-
IMAGE_VERSION: "1.2.9"
13+
IMAGE_VERSION: "1.3.1"
1414
DAEMON_REGISTRY: ghcr.io/${{ github.repository_owner }}
1515

1616
jobs:

.github/workflows/build_push_kbuilder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
env:
11-
IMAGE_VERSION: ${{ github.event.inputs.version }}
11+
IMAGE_VERSION: "1.3.1"
1212

1313
jobs:
1414
build-push:

.github/workflows/build_push_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- cni/**
2323

2424
env:
25-
VERSION: 1.2.9-pr-${{ github.event.pull_request.number }}
25+
VERSION: 1.3.1-pr-${{ github.event.pull_request.number }}
2626
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
2727
DAEMON_REGISTRY: ghcr.io/${{ github.repository_owner }}
2828

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export IMAGE_REGISTRY ?= ghcr.io/foundation-model-stack
1414
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1515
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1616
# VERSION ?= 0.0.1
17-
VERSION ?= 1.2.9
17+
VERSION ?= 1.3.1
1818
export CHANNELS = "alpha"
1919
export DEFAULT_CHANNEL = "alpha"
2020

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/foundation-model-stack/multi-nic-cni-controller
16-
newTag: v1.2.9
16+
newTag: v1.3.1

config/samples/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
value: "11000"
1212
- name: RT_TABLE_PATH
1313
value: /opt/rt_tables
14-
image: ghcr.io/foundation-model-stack/multi-nic-cni-daemon:v1.2.9
14+
image: ghcr.io/foundation-model-stack/multi-nic-cni-daemon:v1.3.1
1515
imagePullPolicy: Always
1616
mounts:
1717
- hostpath: /var/lib/cni/bin

config/samples/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ kind: Kustomization
1515
images:
1616
- name: multi-nic-cni-daemon
1717
newName: ghcr.io/foundation-model-stack/multi-nic-cni-daemon
18-
newTag: v1.2.9
18+
newTag: v1.3.1

connection-check/concheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
serviceAccountName: multi-nic-concheck-account
7272
containers:
7373
- name: concheck
74-
image: ghcr.io/foundation-model-stack/multi-nic-cni-concheck:v1.2.9
74+
image: ghcr.io/foundation-model-stack/multi-nic-cni-concheck:v1.3.1
7575
imagePullPolicy: Always
7676
securityContext:
7777
privileged: true

0 commit comments

Comments
 (0)