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

feat: release versioned mtar file #3173

Merged
merged 25 commits into from
Oct 3, 2024
Merged

feat: release versioned mtar file #3173

merged 25 commits into from
Oct 3, 2024

Commits on Sep 5, 2024

  1. WIP

    bonzofenix committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c3a2064 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Adds optional logs service

    bonzofenix committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cf31fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bccca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fc1a17 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4cc1a1d View commit details
    Browse the repository at this point in the history
  2. Set up plain text logger

    bonzofenix committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    89ced33 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    bonzofenix committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dc6c2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ede42ac View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Refactor metricsforwarder config loading and enhance DB URL customiz…

    …ation
    
     - Implement parsing and customization of the stored procedure DB URL with configurable username and password.
     - Move the TLS config materialization for the syslog-client outside of the conditional block.
     - Update tests to reflect changes in config loading and to test new DB URL customization logic.
     - Add username and password fields to the StoredProcedureConfig struct.
    bonzofenix committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e753aa7 View commit details
    Browse the repository at this point in the history
  2. Refactor mf config

    bonzofenix committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    909b56c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    0401505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213f002 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a2bc272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3995f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8187896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb80fe View commit details
    Browse the repository at this point in the history
  5. Add VERSION file and update release scripts

     • Introduced a VERSION file to track the release version.
     • Simplified the release-autoscaler.sh script by removing hardcoded variables and adding a new create_mtar function for building mtar artifacts.
     • Added local_release_autoscaler.sh script to facilitate local testing and release process, including automatic SSH key generation and cleanup tasks.
     • Updated changelog generation to include mtar artifact details.
    bonzofenix committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bc83916 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    202fbdd View commit details
    Browse the repository at this point in the history
  2. Fix lint

    bonzofenix committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    56e6b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e30aa View commit details
    Browse the repository at this point in the history
  4. Fix lints

    bonzofenix committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7e9982e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    c65298f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    bonzofenix committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dadd4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5ad8d View commit details
    Browse the repository at this point in the history