Skip to content

Commit f332cc0

Browse files
author
Matt Bowler
committed
update references of 0.9.3 to 0.9.5
1 parent 56aa72e commit f332cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/class1/module2/lab3.rst

Lines changed: 3 additions & 3 deletions
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.3
255+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.5
256256
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`.
257+
This particular output reveals ``v0.9.5`` 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

@@ -278,7 +278,7 @@ Let's check the AST OTel collector version by examining the ``docker-compose.yam
278278

279279
.. code-block:: console
280280
281-
sudo git checkout tags/v0.9.3
281+
sudo git checkout tags/v0.9.5
282282
283283
#. Undo the ``git stash`` action, bringing our local changes back where they need to be:
284284

0 commit comments

Comments
 (0)