Skip to content

Commit ef7b621

Browse files
authored
convert the exclsuion of TA (#4215)
from the normal updater process from a hardcoded exclusion for the windows TA to a comment in case this needs to be done in the future.
1 parent 9a93096 commit ef7b621

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/datasource-dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ jobs:
3232
echo "Updating data source supported_TA and repo install.yml app versions"
3333
contentctl-ng update-data-source-tas --content-dirs .
3434
35-
# TODO: Remove this when we are fully compatible with the latest version of the Windows TA
36-
# Temporarily roll back any automated updates to the Windows TA because we intentionally
37-
# want to pin to the current version.
38-
git checkout -- $(grep -rl "https://splunkbase.splunk.com/app/742" data_sources/)
35+
# TODO: This comment is intentionally left in this workflow to demonstrate how individuals
36+
# TAs can be intentionally excluded from updates, for example when we have intentionally pinned
37+
# to an older version of a TA. In the future, we will try to make this a formally documented
38+
# feature of contentctl-ng, but needing to do this is fairly rare and with out other priorities,
39+
# does not fit at this time.
40+
# The demonstration below shows how to exlcude the windows TA from updates, if necessary.
41+
# git checkout -- $(grep -rl "https://splunkbase.splunk.com/app/742" data_sources/)
3942
echo "Changed data source and install.yml files:"
4043
git status --short -- data_sources install.yml
4144

0 commit comments

Comments
 (0)