File tree Expand file tree Collapse file tree 6 files changed +25
-4
lines changed Expand file tree Collapse file tree 6 files changed +25
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
1717DOCKER ?= docker
1818
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515NAME = nvidia-mig-manager
16- VERSION ?= 0.1.3
16+ VERSION ?= 0.2.0
1717REVISION ?= 1
1818
1919DOCKER ?= docker
Original file line number Diff line number Diff line change 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+
113nvidia-mig-manager (0.1.3-1) UNRELEASED; urgency=medium
214
315 * Add default configs for the PG506-96GB card
Original file line number Diff line number Diff line change @@ -81,6 +81,15 @@ systemctl disable nvidia-mig-manager.service
8181systemctl 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
You can’t perform that action at this time.
0 commit comments