Skip to content

- updated version references to 0.9.2 #24

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

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/class1/module2/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ F5 Application Study Tool Installation and Setup
f5.policy.api_protection:
enabled: false
f5.policy.asm:
enabled: false
enabled: true
f5.policy.firewall:
enabled: false
f5.policy.ip_intelligence:
Expand Down Expand Up @@ -301,7 +301,7 @@ F5 Application Study Tool Installation and Setup
f5.policy.api_protection:
enabled: false
f5.policy.asm:
enabled: false
enabled: true
f5.policy.firewall:
enabled: false
f5.policy.ip_intelligence:
Expand Down Expand Up @@ -331,7 +331,7 @@ F5 Application Study Tool Installation and Setup
f5.policy.api_protection:
enabled: false
f5.policy.asm:
enabled: false
enabled: true
f5.policy.firewall:
enabled: false
f5.policy.ip_intelligence:
Expand Down
8 changes: 4 additions & 4 deletions docs/class1/module2/lab3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ F5 AST Configuration Setting Files
f5.policy.api_protection:
enabled: false
f5.policy.asm:
enabled: false
enabled: true
f5.policy.firewall:
enabled: false
f5.policy.ip_intelligence:
Expand Down Expand Up @@ -252,9 +252,9 @@ Let's check the AST OTel collector version by examining the ``docker-compose.yam
.. code-block:: console

otel-collector:
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.1
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.2

This particular output reveals ``v0.9.1`` 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`.
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`.

#. 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.

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

.. code-block:: console

sudo git checkout tags/v0.9.1
sudo git checkout tags/v0.9.2

#. Undo the ``git stash`` action, bringing our local changes back where they need to be:

Expand Down
Loading