Skip to content

Commit 5ea48f5

Browse files
committed
Merge branch 'bump-v0.4.2' into 'release-0.4'
Bump version to v0.4.2 See merge request nvidia/cloud-native/mig-parted!98
2 parents 2c46ee4 + cf96ec8 commit 5ea48f5

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
c.UseShortOptionHandling = true
4444
c.EnableBashCompletion = true
4545
c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node"
46-
c.Version = "0.4.1"
46+
c.Version = "0.4.2"
4747

4848
// Setup the flags for this command
4949
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.4.1-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.4.2-ubi8
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: NODE_NAME

deployments/systemd/packages/debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nvidia-mig-manager (0.4.2-1) UNRELEASED; urgency=medium
2+
3+
* Update CUDA image to 11.7.0
4+
* Add extra assert in k8s-mig-manager to double check mig-mode change applied
5+
* Update mig-manager image to use NGC DL license
6+
7+
-- NVIDIA CORPORATION <[email protected]> Thu, 16 Jun 2022 16:49:39 +0200
8+
19
nvidia-mig-manager (0.4.1-1) UNRELEASED; urgency=medium
210

311
* Keep NVML alive across all mig-parted commands (except GPU reset)

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

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

8383
%changelog
84+
* Thu Jun 16 2022 NVIDIA CORPORATION <[email protected]> 0.4.2-1
85+
- Update CUDA image to 11.7.0
86+
- Add extra assert in k8s-mig-manager to double check mig-mode change applied
87+
- Update mig-manager image to use NGC DL license
88+
8489
* Mon May 30 2022 NVIDIA CORPORATION <[email protected]> 0.4.1-1
8590
- Keep NVML alive across all mig-parted commands (except GPU reset)
8691
- Remove unnecessary services from hooks.sh

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.4.1
15+
VERSION ?= 0.4.2
1616

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

0 commit comments

Comments
 (0)