Skip to content

Commit 50636c1

Browse files
authored
Merge pull request #24 from f5devcentral/develop
- updated version references to 0.9.2
2 parents 6d65130 + fc5b385 commit 50636c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/class1/module2/lab2.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ F5 Application Study Tool Installation and Setup
262262
f5.policy.api_protection:
263263
enabled: false
264264
f5.policy.asm:
265-
enabled: false
265+
enabled: true
266266
f5.policy.firewall:
267267
enabled: false
268268
f5.policy.ip_intelligence:
@@ -301,7 +301,7 @@ F5 Application Study Tool Installation and Setup
301301
f5.policy.api_protection:
302302
enabled: false
303303
f5.policy.asm:
304-
enabled: false
304+
enabled: true
305305
f5.policy.firewall:
306306
enabled: false
307307
f5.policy.ip_intelligence:
@@ -331,7 +331,7 @@ F5 Application Study Tool Installation and Setup
331331
f5.policy.api_protection:
332332
enabled: false
333333
f5.policy.asm:
334-
enabled: false
334+
enabled: true
335335
f5.policy.firewall:
336336
enabled: false
337337
f5.policy.ip_intelligence:

docs/class1/module2/lab3.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ F5 AST Configuration Setting Files
136136
f5.policy.api_protection:
137137
enabled: false
138138
f5.policy.asm:
139-
enabled: false
139+
enabled: true
140140
f5.policy.firewall:
141141
enabled: false
142142
f5.policy.ip_intelligence:
@@ -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.1
255+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.2
256256
257-
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`.
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`.
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.1
281+
sudo git checkout tags/v0.9.2
282282
283283
#. Undo the ``git stash`` action, bringing our local changes back where they need to be:
284284

0 commit comments

Comments
 (0)