-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use version from MANIFEST_URL #274
Changes from 5 commits
dca1771
5b40040
db433c3
af501a4
009de28
7662c03
d50acd2
f3bc775
3b9a8f5
1a1f309
2086c1f
1d37755
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,24 +26,6 @@ See [ElastiBuild](https://github.com/elastic/elastic-stack-installers/wiki/Elast | |
|
||
**NOTE**: *Building from source should only be done for development purposes. Only the officially distributed and signed Elastic Stack Installers should be used in production. Using unofficial Elastic Stack Installers is not supported.* | ||
|
||
--- | ||
|
||
## Bumping version | ||
|
||
### After a patch release | ||
|
||
Update version in `Directory.Build.props` in the branch for the related minor version (ex: https://github.com/elastic/elastic-stack-installers/pull/183). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Not sure I follow, in this PR we are completely removing the file Do you think we still need to keep the file? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're all good, my bad. I was looking for a change that removes the property not the entire file, I didn't realise it only holds this one value. |
||
|
||
### After a minor release | ||
|
||
1. Create a branch for the next minor release from the main branch | ||
2. Update the main branch: | ||
- Bump version in `Directory.Build.props` | ||
- Update `catalog-info.yaml`: | ||
- Add a new daily schedule for the new minor branch | ||
- Remove the daily schedule for the previous minor branch | ||
ex: https://github.com/elastic/elastic-stack-installers/pull/156 and https://github.com/elastic/elastic-stack-installers/pull/172 | ||
|
||
--- | ||
## Installing to a custom location | ||
The default target folder for the MSI is typically something like `c:\Program Files\Elastic\Beats\<version>\<beat>` eg. `c:\Program Files\Elastic\Beats\8.12.0\winlogbeat`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$VERSION
is used above, before it's definedThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed in af501a4