forked from wazuh/wazuh-docker
Merge pull request #1757 from wazuh/enhancement/1735-remove-stable-branch
Remove 'stable' branch ocurrencies
This commit is contained in:
@@ -11,8 +11,7 @@ on:
|
|||||||
- published
|
- published
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- stable
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 2 * * 1'
|
- cron: '34 2 * * 1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
@@ -11,8 +11,7 @@ on:
|
|||||||
- published
|
- published
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- stable
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 2 * * 1'
|
- cron: '34 2 * * 1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
@@ -11,8 +11,7 @@ on:
|
|||||||
- published
|
- published
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- stable
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 2 * * 1'
|
- cron: '34 2 * * 1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
+1
-2
@@ -11,14 +11,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Modify wazuh-keystore use ([#1750](https://github.com/wazuh/wazuh-docker/pull/1750)) \- (wazuh-keystore)
|
- Modify wazuh-keystore use ([#1750](https://github.com/wazuh/wazuh-docker/pull/1750)) \- (wazuh-keystore)
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- None
|
- None
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
- None
|
- Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757))
|
||||||
|
|
||||||
## [4.12.0]
|
## [4.12.0]
|
||||||
|
|
||||||
|
|||||||
@@ -171,8 +171,7 @@ WAZUH_MONITORING_REPLICAS=0 ##
|
|||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
|
|
||||||
* `master` branch contains the latest code, be aware of possible bugs on this branch.
|
* `main` branch contains the latest code, be aware of possible bugs on this branch.
|
||||||
* `stable` branch corresponds to the last Wazuh stable version.
|
|
||||||
|
|
||||||
## Compatibility Matrix
|
## Compatibility Matrix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user