Skip to content

Commit 90b79bb

Browse files
Updates version to release 2.1.1 (#3047)
# Description A long overdue release of IsaacLab. Since we will soon have IsaacLab 2.2 out which primarily supports IsaacSim 5.0, this release marks a "stable" checkpoint of IsaacLab that works with IsaacSim 4.5. We are working towards improving our release cycles to have more frequent patch releases. ## Type of change - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Co-authored-by: Pascal Roth <[email protected]>
1 parent 3abdbb2 commit 90b79bb

13 files changed

+461
-307
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite both the Isaac Lab repository and the Orbit paper."
33
title: Isaac Lab
4-
version: 2.1.0
4+
version: 2.1.1
55
repository-code: https://github.com/NVIDIA-Omniverse/IsaacLab
66
type: software
77
authors:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Below, we outline the recent Isaac Lab releases and GitHub branches and their co
4646
| Isaac Lab Version | Isaac Sim Version |
4747
| ----------------------------- | ----------------- |
4848
| `main` branch | Isaac Sim 4.5 |
49+
| `v2.1.1` | Isaac Sim 4.5 |
4950
| `v2.1.0` | Isaac Sim 4.5 |
5051
| `v2.0.2` | Isaac Sim 4.5 |
5152
| `v2.0.1` | Isaac Sim 4.5 |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

apps/isaaclab.python.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python Headless"
77
description = "An app for running Isaac Lab headlessly"
8-
version = "2.1.0"
8+
version = "2.1.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "isaaclab", "python", "headless"]

apps/isaaclab.python.headless.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Headless Camera"
1111
description = "An app for running Isaac Lab headlessly with rendering enabled"
12-
version = "2.1.0"
12+
version = "2.1.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python"
77
description = "An app for running Isaac Lab"
8-
version = "2.1.0"
8+
version = "2.1.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

apps/isaaclab.python.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Camera"
1111
description = "An app for running Isaac Lab with rendering enabled"
12-
version = "2.1.0"
12+
version = "2.1.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.xr.openxr.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR Headless"
77
description = "An app for running Isaac Lab with OpenXR in headless mode"
8-
version = "2.1.0"
8+
version = "2.1.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd", "headless"]

apps/isaaclab.python.xr.openxr.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR"
77
description = "An app for running Isaac Lab with OpenXR"
8-
version = "2.1.0"
8+
version = "2.1.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV ISAACSIM_VERSION=${ISAACSIM_VERSION_ARG}
1616
SHELL ["/bin/bash", "-c"]
1717

1818
# Adds labels to the Dockerfile
19-
LABEL version="1.1"
19+
LABEL version="2.1.1"
2020
LABEL description="Dockerfile for building and running the Isaac Lab framework inside Isaac Sim container image."
2121

2222
# Arguments

0 commit comments

Comments
 (0)