diff --git a/.zuul.yaml b/.zuul.yaml index 515296b0..7428088f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -120,7 +120,7 @@ - airship/treasuremap vars: CLONE_PEGLEG: false - HTK_COMMIT: 97ce6d7d8e9a090c748800d69a57bbd9af698b60 + HTK_COMMIT: d31027cfb4c686e23790ed50a024e8ee976549d7 PEGLEG_IMAGE_DISTRO: ubuntu_focal irrelevant-files: - ^.*\.rst$ diff --git a/requirements-direct.txt b/requirements-direct.txt index d6b40e3c..dcfe8ff1 100644 --- a/requirements-direct.txt +++ b/requirements-direct.txt @@ -12,7 +12,7 @@ psycopg2-binary # Airship dependencies deckhand @ git+https://opendev.org/airship/deckhand.git@32e9950db405b5d1eb74da0c4e8df344a8638eff#egg=deckhand shipyard-client @ git+https://opendev.org/airship/shipyard.git@6c356a902d8d5e07cf87d8fe94e4030a066e7def#egg=shipyard-client&subdirectory=src/bin/shipyard_client -promenade @ git+https://opendev.org/airship/promenade.git@d21e3434f641e1f1e7400a44e77fccb5b87a2824#egg=promenade +promenade @ git+https://opendev.org/airship/promenade.git@12f448963f4285cd78fcf857563fadf4a7fb4c13#egg=promenade # Openstack Antelope 2023.1 @@ -40,4 +40,4 @@ oslo.serialization==5.1.1 oslo.service==3.1.1 oslo.upgradecheck==2.1.1 oslo.utils==6.1.0 -oslo.versionedobjects==3.1.0 \ No newline at end of file +oslo.versionedobjects==3.1.0 diff --git a/requirements-frozen.txt b/requirements-frozen.txt index a0da084d..58e76c39 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -88,7 +88,7 @@ pip==23.2.1 pkgutil_resolve_name==1.3.10 ply==3.11 prettytable==3.10.0 -promenade @ git+https://opendev.org/airship/promenade.git@d21e3434f641e1f1e7400a44e77fccb5b87a2824 +promenade @ git+https://opendev.org/airship/promenade.git@12f448963f4285cd78fcf857563fadf4a7fb4c13 prometheus_client==0.20.0 psycopg2-binary==2.9.9 PTable==0.9.2 diff --git a/tests/unit/cli/test_commands.py b/tests/unit/cli/test_commands.py index dc1712cf..d9f35aaf 100644 --- a/tests/unit/cli/test_commands.py +++ b/tests/unit/cli/test_commands.py @@ -30,7 +30,7 @@ from tests.unit import test_utils TEST_PARAMS = { "site_name": "seaworthy", "site_type": "foundry", - "repo_rev": '368295f035f2908bddcbba24d1238dbe285099ca', + "repo_rev": '0ace1044f339ac3c583c47833a9be2d530c23a12', "repo_name": "treasuremap", "repo_url": "https://review.opendev.org/airship/treasuremap.git", } diff --git a/vcs-requirements.env b/vcs-requirements.env index d3250b22..7ea7df46 100644 --- a/vcs-requirements.env +++ b/vcs-requirements.env @@ -1,3 +1,3 @@ DECKHAND_VERSION=commit/32e9950db405b5d1eb74da0c4e8df344a8638eff SHIPYARD_VERSION=commit/6c356a902d8d5e07cf87d8fe94e4030a066e7def -PROMENADE_VERSION=commit/d21e3434f641e1f1e7400a44e77fccb5b87a2824 +PROMENADE_VERSION=commit/12f448963f4285cd78fcf857563fadf4a7fb4c13