Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gazebo] gazebo 11.0.0 -> 11.1.0 #8546

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

mikaelarguedas
Copy link
Contributor

No description provided.

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
@github-actions
Copy link

Diff for 08930f8:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 30cd092..ad64c70 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -22,11 +22,11 @@ GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
 Directory: gazebo/10/ubuntu/bionic/gzserver10
 
 Tags: gzserver11, gzserver11-focal
-GitCommit: 43e969496f5cabe19dd658c18c85f742bdaf6923
+GitCommit: 1b12a062b6d747f26c5ff75bbca3e5a31e84d855
 Directory: gazebo/11/ubuntu/focal/gzserver11
 
 Tags: gzserver11-bionic
-GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
+GitCommit: 97d8857521b438b0534a9f4f6548f37dc1ddd5d8
 Directory: gazebo/11/ubuntu/bionic/gzserver11
 
 Tags: libgazebo7, libgazebo7-xenial
@@ -50,9 +50,9 @@ GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
 Directory: gazebo/10/ubuntu/bionic/libgazebo10
 
 Tags: libgazebo11, libgazebo11-focal, latest
-GitCommit: 43e969496f5cabe19dd658c18c85f742bdaf6923
+GitCommit: 1b12a062b6d747f26c5ff75bbca3e5a31e84d855
 Directory: gazebo/11/ubuntu/focal/libgazebo11
 
 Tags: libgazebo11-bionic
-GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
+GitCommit: 97d8857521b438b0534a9f4f6548f37dc1ddd5d8
 Directory: gazebo/11/ubuntu/bionic/libgazebo11
diff --git a/gazebo_gzserver11-bionic/Dockerfile b/gazebo_gzserver11-bionic/Dockerfile
index 97afa26..629b4c6 100644
--- a/gazebo_gzserver11-bionic/Dockerfile
+++ b/gazebo_gzserver11-bionic/Dockerfile
@@ -25,7 +25,7 @@ RUN . /etc/os-release \
 
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y --no-install-recommends \
-    gazebo11=11.0.0-1* \
+    gazebo11=11.1.0-1* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup environment
diff --git a/gazebo_gzserver11-focal/Dockerfile b/gazebo_gzserver11-focal/Dockerfile
index 87b955f..454e6cd 100644
--- a/gazebo_gzserver11-focal/Dockerfile
+++ b/gazebo_gzserver11-focal/Dockerfile
@@ -25,7 +25,7 @@ RUN . /etc/os-release \
 
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y --no-install-recommends \
-    gazebo11=11.0.0-2* \
+    gazebo11=11.1.0-1* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup environment
diff --git a/gazebo_latest/Dockerfile b/gazebo_latest/Dockerfile
index 8a8799e..29f9ddb 100644
--- a/gazebo_latest/Dockerfile
+++ b/gazebo_latest/Dockerfile
@@ -3,5 +3,5 @@
 FROM gazebo:gzserver11-focal
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y --no-install-recommends \
-    libgazebo11-dev=11.0.0-2* \
+    libgazebo11-dev=11.1.0-1* \
     && rm -rf /var/lib/apt/lists/*
diff --git a/gazebo_libgazebo11-bionic/Dockerfile b/gazebo_libgazebo11-bionic/Dockerfile
index 9353967..fa13a09 100644
--- a/gazebo_libgazebo11-bionic/Dockerfile
+++ b/gazebo_libgazebo11-bionic/Dockerfile
@@ -3,5 +3,5 @@
 FROM gazebo:gzserver11-bionic
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y --no-install-recommends \
-    libgazebo11-dev=11.0.0-1* \
+    libgazebo11-dev=11.1.0-1* \
     && rm -rf /var/lib/apt/lists/*

@yosifkit yosifkit merged commit ca424fa into docker-library:master Aug 13, 2020
@ruffsl ruffsl deleted the gazebo11_update branch February 23, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants