Skip to content

Commit 4dbc9dd

Browse files
committed
Merge branch 'bump-0.4.3' into 'release-0.4'
Bump version to v0.4.3 See merge request nvidia/cloud-native/mig-parted!107
2 parents 1198f76 + e2c08d5 commit 4dbc9dd

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
@@ -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.2"
46+
c.Version = "0.4.3"
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.2-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.4.3-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.4.3-1) UNRELEASED; urgency=medium
2+
3+
* Update calculation for GB in MIG profile name
4+
* Make the systemd-mig-manager a dependency of systemd-resolved.service
5+
6+
-- NVIDIA CORPORATION <[email protected]> Wed, 10 Aug 2022 13:25:11 +0200
7+
18
nvidia-mig-manager (0.4.2-1) UNRELEASED; urgency=medium
29

310
* Update CUDA image to 11.7.0

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+
* Wed Aug 10 2022 NVIDIA CORPORATION <[email protected]> 0.4.3-1
85+
- Update calculation for GB in MIG profile name
86+
- Make the systemd-mig-manager a dependency of systemd-resolved.service
87+
8488
* Thu Jun 16 2022 NVIDIA CORPORATION <[email protected]> 0.4.2-1
8589
- Update CUDA image to 11.7.0
8690
- Add extra assert in k8s-mig-manager to double check mig-mode change applied

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.2
15+
VERSION ?= 0.4.3
1616

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

0 commit comments

Comments
 (0)