Skip to content
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

Remove hardcoded references to branch in provision playbooks #5517

Merged
merged 30 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e2a692b
fix: remove hardcoded branch
santipadilla Jun 20, 2024
365b76b
fix: remove hardcoded branch
santipadilla Jun 20, 2024
40c0a94
fix: remove hardcode branch reference
santipadilla Jun 24, 2024
1c333bb
fix: temporal removal of macos
santipadilla Jun 24, 2024
70f1724
fix: add debug task
santipadilla Jun 24, 2024
ed291d2
fix: capital letters
santipadilla Jun 24, 2024
995d39b
fix: remove debug println
santipadilla Jun 24, 2024
9ff2f5b
fix: change variable name
santipadilla Jun 25, 2024
4cb7ed4
fix: change variable name
santipadilla Jun 25, 2024
1f6f8f5
fix: change variable name
santipadilla Jun 25, 2024
592ec66
fix: temporary agent removal
santipadilla Jun 26, 2024
0672d00
fix: reset packages version
santipadilla Jun 26, 2024
69affd3
docs: update changelog
santipadilla Jun 26, 2024
9c692d9
fix: change parameter
santipadilla Jun 26, 2024
b90480c
fix: change parameter name
santipadilla Jun 26, 2024
fdd09d0
Merge branch '4.8.1' into enhancement/5509-remove-hardcoded-branch-re…
santipadilla Jun 26, 2024
f391ccb
fix: reestablish all agents
santipadilla Jun 26, 2024
925d6fe
fix: remove unnecesary repository installation tasks
santipadilla Jun 27, 2024
98b5d31
fix: remove unnecesary repository installation
santipadilla Jun 27, 2024
fb60cce
fix: remove unnecessary repository installation tasks
santipadilla Jun 27, 2024
b87f54f
fix: remove unnecessary repository installation tasks
santipadilla Jun 27, 2024
04d324e
fix: change hardcode cert variable
santipadilla Jun 27, 2024
622d79d
fix: add commas
santipadilla Jun 27, 2024
a5a4cae
fix: restore source variables
santipadilla Jun 27, 2024
548f064
fix: temporal remove of agents
santipadilla Jun 27, 2024
2135afa
docs: update changelog
santipadilla Jun 28, 2024
331da44
fix: reestablish all test agents
santipadilla Jun 28, 2024
15d8c2c
Update CHANGELOG.md
santipadilla Jun 28, 2024
286fa11
fix: remove agents for testing
santipadilla Jul 1, 2024
c20dfd7
fix: reestablish all agents
santipadilla Jul 1, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.

### Changed

- Remove hardcode reference to branch in provision playbook for E2E tests ([#5509](https://github.com/wazuh/wazuh-qa/issues/5509)) \- (Tests)
- Fix test_consistency_initial_scans by adding a 30-minute wait before collecting vulnerabilities. ([#5507](https://github.com/wazuh/wazuh-qa/pull/5507)) \- (Tests)

## [4.8.0] - 12/06/2024
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
filebeat_version: 7.10.2

wazuh_template_branch: 4.8.1
wazuh_template_branch: "{{ SOURCE_REFERENCE }}"

filebeat_node_name: node-1

Expand Down
1 change: 0 additions & 1 deletion provisioning/roles/wazuh/check-packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
chdir: "{{ role_path }}/scripts/"
delegate_to: localhost
become: no

Loading