Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elastic-agent-libs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.6
Choose a base ref
...
head repository: elastic/elastic-agent-libs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.7
Choose a head ref
  • 6 commits
  • 22 files changed
  • 7 contributors

Commits on Feb 12, 2025

  1. [updatecli][githubrelease] Bump version to 1.22.12 (#276)

    * chore: Updated the content of the file "/tmp/updatecli/github/elastic...
    
    ... /elastic-agent-libs/.golangci.yml"
    
    Made with ❤️️ by updatecli
    
    * chore: Updated the content of the file "/tmp/updatecli/github/elastic...
    
    ... /elastic-agent-libs/.go-version"
    
    Made with ❤️️ by updatecli
    
    * Update go.mod
    
    ---------
    
    Co-authored-by: obltmachine <obltmachine@users.noreply.github.com>
    Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
    3 people authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    1aa0d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977d131 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. fix(file): rotate active file if it points to a symbolic link (#274)

    * fix: rotate active file if it points to a symlink
    
    * use lowercase naming for assert func
    
    * close logger in test
    
    * explicitly cleanup files to avoid windows issue
    
    * add missing file close
    mauri870 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    55121c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add FIPS TLS encrypted private key tests (#281)

    Add a test to ensure that when if FIPS mode attempting to decrypt an encrypted private key will result in errors.ErrUnsuported. Change the ReadPEM method to return a joined error so that an encrypted block will return an error instead of just having the "no PEM blocks" error.
    Change tests to generate a majority of their test cert+key pairs.
    
    ---------
    
    Co-authored-by: simitt <silvia.mitter@elastic.co>
    michel-laterman and simitt authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    0ab6544 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    8b03463 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. add fields (#284)

    khushijain21 authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    60ea3e0 View commit details
    Browse the repository at this point in the history
Loading