Skip to content

Commit 56aa72e

Browse files
author
Matt Bowler
committed
update AST version references to 0.9.3
1 parent 6ac7e91 commit 56aa72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/class1/module2/lab3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ Let's check the AST OTel collector version by examining the ``docker-compose.yam
252252
.. code-block:: console
253253
254254
otel-collector:
255-
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.2
255+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.3
256256
257-
This particular output reveals ``v0.9.2`` of the OTel Custom Collector. If that version is lower than what's listed on the `f5devcentral / application-study-tool Releases board <https://github.com/f5devcentral/application-study-tool/releases/>`_, perform the following steps. Otherwise, you're ready and free to roll on to :ref:`Accessing F5 AST`.
257+
This particular output reveals ``v0.9.3`` of the OTel Custom Collector. If that version is lower than what's listed on the `f5devcentral / application-study-tool Releases board <https://github.com/f5devcentral/application-study-tool/releases/>`_, perform the following steps. Otherwise, you're ready and free to roll on to :ref:`Accessing F5 AST`.
258258

259259
#. Since local changes have been made to files which are actively tracked for changes in the repo, such as ``.env.device-secrets`` and ``config/bigip_receivers.yaml``, we must stash away those changes prior to performing a ``git pull``. Stashing simply sets them aside temporarily. We'll reincorporate them after pulling the latest code from GitHub.
260260

0 commit comments

Comments
 (0)