Skip to content

Commit a6e3202

Browse files
committed
Merge branch 'upstream-bump-v0.2.0' into 'master'
Bump to v0.2.0 See merge request nvidia/cloud-native/mig-parted!58
2 parents f372804 + d72d2d8 commit a6e3202

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
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.1.3"
43+
c.Version = "0.2.0"
4444

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

deployments/gpu-operator/Makefile

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 ?= v0.1.3
15+
VERSION ?= v0.2.0
1616

1717
DOCKER ?= docker
1818

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.1.3-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.2.0-ubi8
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: NODE_NAME

deployments/systemd/packages/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
NAME = nvidia-mig-manager
16-
VERSION ?= 0.1.3
16+
VERSION ?= 0.2.0
1717
REVISION ?= 1
1818

1919
DOCKER ?= docker

deployments/systemd/packages/debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
nvidia-mig-manager (0.2.0-1) UNRELEASED; urgency=medium
2+
3+
* nvidia-mig-parted: Support passing newer GI and CI profile enums on older drivers
4+
* k8s-mig-manager: Rename nvcr.io/nvidia to nvcr.io/nvidia/cloud-native
5+
* k8s-mig-manager: Add support for pre-installed drivers
6+
* systemd-mig-manager: Update logic to remove 'containerd' containers in utils.sh
7+
* systemd-mig-manager: Update logic to shutdown only active systemd services in list
8+
* ci-infrastructure: Rework build and CI to align with other projects
9+
* ci-infrastructure: Use pulse instead of contamer for scans
10+
11+
-- NVIDIA CORPORATION <[email protected]> Wed, 17 Nov 2021 12:07:35 +0000
12+
113
nvidia-mig-manager (0.1.3-1) UNRELEASED; urgency=medium
214

315
* Add default configs for the PG506-96GB card

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

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

8383
%changelog
84+
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 0.2.0-1
85+
- nvidia-mig-parted: Support passing newer GI and CI profile enums on older drivers
86+
- k8s-mig-manager: Rename nvcr.io/nvidia to nvcr.io/nvidia/cloud-native
87+
- k8s-mig-manager: Add support for pre-installed drivers
88+
- systemd-mig-manager: Update logic to remove 'containerd' containers in utils.sh
89+
- systemd-mig-manager: Update logic to shutdown only active systemd services in list
90+
- ci-infrastructure: Rework build and CI to align with other projects
91+
- ci-infrastructure: Use pulse instead of contamer for scans
92+
8493
* Mon Sep 20 2021 NVIDIA CORPORATION <[email protected]> 0.1.3-1
8594
- Add default configs for the PG506-96GB card
8695
- Remove CombinedMigManager and add wrappers for Mode/Config Managers

0 commit comments

Comments
 (0)