Skip to content

Commit

Permalink
Merge branch 'bump-v0.4.2' into 'release-0.4'
Browse files Browse the repository at this point in the history
Bump version to v0.4.2

See merge request nvidia/cloud-native/mig-parted!98
  • Loading branch information
klueska committed Jun 16, 2022
2 parents 2c46ee4 + cf96ec8 commit 5ea48f5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
c.UseShortOptionHandling = true
c.EnableBashCompletion = true
c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node"
c.Version = "0.4.1"
c.Version = "0.4.2"

// Setup the flags for this command
c.Flags = []cli.Flag{
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/nvidia-mig-manager-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: gpu-operator
containers:
- name: nvidia-mig-manager
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.4.1-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.4.2-ubi8
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down
8 changes: 8 additions & 0 deletions deployments/systemd/packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
nvidia-mig-manager (0.4.2-1) UNRELEASED; urgency=medium

* Update CUDA image to 11.7.0
* Add extra assert in k8s-mig-manager to double check mig-mode change applied
* Update mig-manager image to use NGC DL license

-- NVIDIA CORPORATION <[email protected]> Thu, 16 Jun 2022 16:49:39 +0200

nvidia-mig-manager (0.4.1-1) UNRELEASED; urgency=medium

* Keep NVML alive across all mig-parted commands (except GPU reset)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ systemctl disable nvidia-mig-manager.service
systemctl daemon-reload

%changelog
* Thu Jun 16 2022 NVIDIA CORPORATION <[email protected]> 0.4.2-1
- Update CUDA image to 11.7.0
- Add extra assert in k8s-mig-manager to double check mig-mode change applied
- Update mig-manager image to use NGC DL license

* Mon May 30 2022 NVIDIA CORPORATION <[email protected]> 0.4.1-1
- Keep NVML alive across all mig-parted commands (except GPU reset)
- Remove unnecessary services from hooks.sh
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= 0.4.1
VERSION ?= 0.4.2

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

Expand Down

0 comments on commit 5ea48f5

Please sign in to comment.