- 
                Notifications
    
You must be signed in to change notification settings  - Fork 15
 
Break into component sections as needed #221
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
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    
    
  colleenmcginnis 
      added a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 22, 2025 
    
    
      
  
    
      
    
  
…to break into component section
      
        
      
      
  
    6 tasks
  
    
  colleenmcginnis 
      added a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 22, 2025 
    
    
      
  
    
      
    
  
…to break into component sections
    
  ebeahan 
      added a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 23, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- Co-authored-by: Colleen McGinnis <[email protected]>
    
  mergify bot
      pushed a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 23, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit 338dbf8) # Conflicts: # changelog/fragments/1759436464-add-packetbeat-status-reporter.yaml # changelog/fragments/1759792617-mito1230.yaml # changelog/fragments/1760453484-dependency-upgrade-node-to-LTS-v22.20.0.yaml # changelog/fragments/1760991225-add-close-to-conditional-processors.yaml
    
  mergify bot
      pushed a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 23, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit 338dbf8)
    
  colleenmcginnis 
      added a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 23, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- (cherry picked from commit 338dbf8) Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Colleen McGinnis <[email protected]>
    
  mergify bot
      added a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 23, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- (cherry picked from commit 338dbf8) Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit 56e22fb)
    
  colleenmcginnis 
      pushed a commit
        to elastic/beats
      that referenced
      this pull request
    
      Oct 24, 2025 
    
    
      
  
    
      
    
  
* Changelog for 9.1.6 * regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component sections --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit 338dbf8) # Conflicts: # changelog/fragments/1759436464-add-packetbeat-status-reporter.yaml # changelog/fragments/1759792617-mito1230.yaml # changelog/fragments/1760453484-dependency-upgrade-node-to-LTS-v22.20.0.yaml # changelog/fragments/1760991225-add-close-to-conditional-processors.yaml Co-authored-by: Eric Beahan <[email protected]>
          💚 Build Succeeded
 History
  | 
    
              
                    pierrehilbert
  
              
              approved these changes
              
                  
                    Oct 26, 2025 
                  
              
              
            
            
  This was referenced Oct 27, 2025 
      
     Merged
  
      
     Merged
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Now that Beats is using changelog fragments 🎉 we should add subsections in each version for each
component(for example,filebeat,auditbeat, etc).This adds a new
subsectionsoption in theconfig.changelog.ymlfile in each repo so we can break items into subsections in the Beats docs (and any other repos documenting multiple products in the future). Here's the difference betweensubsectionsset tofalse(before) vs.true(after): elastic/beats@a7bea88.I'll follow up with a PR in the Beats repo to update the
config.changelog.yamlfile.Also FYI @ebeahan @pierrehilbert I don't have permission to create new tags in this repo so to generate a new release, you'll have to create the tag or give me the necessary permissions. 🙂