-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
This file contains 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
bonzofenix
force-pushed
the
release-mtar
branch
from
September 5, 2024 07:57
a9f8f6f
to
2b056f1
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
September 5, 2024 08:32
2b056f1
to
c3a2064
Compare
OliverMautschke
force-pushed
the
release-mtar
branch
from
September 13, 2024 13:34
dee9ca4
to
25bde5f
Compare
bonzofenix
force-pushed
the
release-mtar
branch
4 times, most recently
from
September 16, 2024 12:26
56113f1
to
b5a348e
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
September 16, 2024 12:26
b5a348e
to
cf31fff
Compare
bonzofenix
added
the
allow-acceptance-tests
This label needs to be added to enable the acceptance tests to run.
label
Sep 16, 2024
bonzofenix
force-pushed
the
release-mtar
branch
from
September 17, 2024 09:35
6cc6cc2
to
4cc1a1d
Compare
…es in mta.tpl.yaml
…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
force-pushed
the
release-mtar
branch
from
September 27, 2024 16:14
246d8b5
to
2d046c1
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
September 27, 2024 16:16
2d046c1
to
0401505
Compare
bonzofenix
force-pushed
the
release-mtar
branch
5 times, most recently
from
September 30, 2024 11:37
27a8067
to
f843e6d
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
September 30, 2024 12:28
f843e6d
to
a2bc272
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
September 30, 2024 13:03
44a7cec
to
e3995f5
Compare
• 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
force-pushed
the
release-mtar
branch
from
October 1, 2024 15:10
de84695
to
4a28aa7
Compare
bonzofenix
force-pushed
the
release-mtar
branch
from
October 1, 2024 15:10
4a28aa7
to
7e9982e
Compare
silvestre
reviewed
Oct 2, 2024
bonzofenix
force-pushed
the
release-mtar
branch
from
October 2, 2024 14:14
bac6f6f
to
c65298f
Compare
Quality Gate passedIssues Measures |
silvestre
changed the title
[Feature] release versioned mtar file
feat: release versioned mtar file
Oct 2, 2024
silvestre
approved these changes
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
allow-acceptance-tests
This label needs to be added to enable the acceptance tests to run.
enhancement
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.
As part of the migration to run autoscaler as an mtar deployment this PR includes the following changes:
src/acceptance/helpers/helpers_test.go
src/autoscaler/metricsforwarder/config/config.go