Skip to content

Commit

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

See merge request nvidia/cloud-native/mig-parted!107
  • Loading branch information
klueska committed Aug 10, 2022
2 parents 1198f76 + e2c08d5 commit 4dbc9dd
Show file tree
Hide file tree
Showing 5 changed files with 14 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.2"
c.Version = "0.4.3"

// 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.2-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.4.3-ubi8
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down
7 changes: 7 additions & 0 deletions deployments/systemd/packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nvidia-mig-manager (0.4.3-1) UNRELEASED; urgency=medium

* Update calculation for GB in MIG profile name
* Make the systemd-mig-manager a dependency of systemd-resolved.service

-- NVIDIA CORPORATION <[email protected]> Wed, 10 Aug 2022 13:25:11 +0200

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

* Update CUDA image to 11.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ systemctl disable nvidia-mig-manager.service
systemctl daemon-reload

%changelog
* Wed Aug 10 2022 NVIDIA CORPORATION <[email protected]> 0.4.3-1
- Update calculation for GB in MIG profile name
- Make the systemd-mig-manager a dependency of systemd-resolved.service

* 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
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.2
VERSION ?= 0.4.3

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

Expand Down

0 comments on commit 4dbc9dd

Please sign in to comment.