Skip to content

Commit bc657e0

Browse files
author
Evan Lezar
committed
Merge branch 'bump-0.3.0' into 'release-0.3'
Bump version to 0.3.0 See merge request nvidia/cloud-native/mig-parted!75
2 parents 9ade8f7 + 4b111f1 commit bc657e0

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
c.UseShortOptionHandling = true
4141
c.EnableBashCompletion = true
4242
c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node"
43-
c.Version = "0.2.0"
43+
c.Version = "0.3.0"
4444

4545
// Setup the flags for this command
4646
c.Flags = []cli.Flag{

deployments/gpu-operator/nvidia-mig-manager-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccountName: gpu-operator
2424
containers:
2525
- name: nvidia-mig-manager
26-
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.2.0-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.3.0-ubi8
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: NODE_NAME

deployments/systemd/packages/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nvidia-mig-manager (0.3.0-1) UNRELEASED; urgency=medium
2+
3+
* k8s-mig-manager: Add support for multi-arch images
4+
* k8s-mig-manager: Handle eviction of NVSM pod when applying MIG changes
5+
6+
-- NVIDIA CORPORATION <[email protected]> Fri, 18 Mar 2022 06:59:30 +0200
7+
18
nvidia-mig-manager (0.2.0-1) UNRELEASED; urgency=medium
29

310
* nvidia-mig-parted: Support passing newer GI and CI profile enums on older drivers

deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ systemctl disable nvidia-mig-manager.service
8181
systemctl daemon-reload
8282

8383
%changelog
84+
* Fri Mar 18 2021 NVIDIA CORPORATION <[email protected]> 0.3.0-1
85+
- k8s-mig-manager: Add support for multi-arch images
86+
- k8s-mig-manager: Handle eviction of NVSM pod when applying MIG changes
87+
8488
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 0.2.0-1
8589
- nvidia-mig-parted: Support passing newer GI and CI profile enums on older drivers
8690
- k8s-mig-manager: Rename nvcr.io/nvidia to nvcr.io/nvidia/cloud-native

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= 0.2.0
15+
VERSION ?= 0.3.0
1616

1717
vVERSION := v$(VERSION:v%=%)
1818

0 commit comments

Comments
 (0)