-
Notifications
You must be signed in to change notification settings - Fork 34
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
Align prod with master ⚠️ wait from the release day #386
Open
oldgiova
wants to merge
67
commits into
mendersoftware:prod
Choose a base branch
from
oldgiova:prod
base: prod
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Signed-off-by: Alf-Rune Siqveland <[email protected]>
BREAKING CHANGE: See CHANGELOG.md Signed-off-by: Alf-Rune Siqveland <[email protected]>
Starting with Mender server v4.0.0 the secret is no longer in used. The secret is not created/mounted to the service unless explicitly specified. Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Roberto Giovanardi <[email protected]> (cherry picked from commit 2bc8bf6) Signed-off-by: Alf-Rune Siqveland <[email protected]>
Changelog: Title Ticket: None Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Signed-off-by: Roberto Giovanardi <[email protected]>
With release-please and git cliff, the CHANGELOG.md and the releases are automated Ticket: MC-7582 Signed-off-by: Roberto Giovanardi <[email protected]>
Added Horizontal Pod Autoscaler resource to the gui container, to scale it automatically when the service experiences more load. Ticket: MC-7600 Signed-off-by: Roberto Giovanardi <[email protected]>
With the --unreleased flag, only the last release were added to the CHANGELOG.md, so the old history would have been lost. With this change, we'll just prepend the new git cliff release. Signed-off-by: Roberto Giovanardi <[email protected]>
We tried the --prepend option, that seems not working well, so getting back to the full changelog generation option from the entire git history Signed-off-by: Roberto Giovanardi <[email protected]>
Signed-off-by: Roberto Giovanardi <[email protected]>
This could happen in pipeline with cached jobs Signed-off-by: Roberto Giovanardi <[email protected]>
In some conditions the upstream pr branch could diverge from the local branch. With this fix it should rebase the upstream changes locally Signed-off-by: Roberto Giovanardi <[email protected]>
We don't care if the github remote is already existing, so we add a || true to carry on in case. Signed-off-by: Roberto Giovanardi <[email protected]>
To avoid race condition, using an unique remote github repository name and clean it up when everything is done. Signed-off-by: Roberto Giovanardi <[email protected]>
Not using && and using dashes instead, to better debug script issues Signed-off-by: Roberto Giovanardi <[email protected]>
Force the remote pr branch into the local one Signed-off-by: Roberto Giovanardi <[email protected]>
You can choose to not to set either httpPort or httpsPort in the api_gateway, to prevent upload timeout with the Mender Cli, as reported by customers. Ticket: MEN-7595 Signed-off-by: Roberto Giovanardi <[email protected]>
Signed-off-by: mender-test-bot <[email protected]>
BREAKING CHANGE: See CHANGELOG.md Signed-off-by: Alf-Rune Siqveland <[email protected]>
Starting with Mender server v4.0.0 the secret is no longer in used. The secret is not created/mounted to the service unless explicitly specified. Signed-off-by: Alf-Rune Siqveland <[email protected]>
Mender helm v6.0.0
At this stage the v4.0 tag has not yet been published. By using main, we should allow tests passing. Please revert this commit after the new release is out Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
ci: workaround missing v4.0 tag
Signed-off-by: Roberto Giovanardi <[email protected]>
…o-failed ci: fix missing seaweedfs helm repo
For some reason, the data storage is not working with the default PVC and StorageClass. Falling back to emptyDir, is enough for the tests Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
…rage ci: fix seaweedfs filer data storage
The previous LTS tag was 3.6.5, not 3.6.6 Changelog: None Ticket: None Signed-off-by: Roberto Giovanardi <[email protected]>
ci: using the right previous lts tag
The tests runs the useradm-enterprise command, which is not available in the new script. Since we don't need this test for now, let's temporary disable it. Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
ci: temporary disable prev lts to curr lts test
Signed-off-by: mender-test-bot <[email protected]>
…ase--branches--master--components--mender chore(master): release mender 6.0.0-rc
Changelog: None Signed-off-by: Alf-Rune Siqveland <[email protected]>
chore(internal): fix broken value reference for deviceauth secret key
Signed-off-by: Chris Wiggins <[email protected]>
…eouts Add http timeouts and only apply https timeouts when https is enabled
With these changes you can run release-please and git cliff on any protected (maintenance) branch. Moreover, switching to pre-baked release-please image Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
…tenance-branches ci: run release-please on maintenance branches
To generate the changelog, include only the tags that belong to the current branch, useful for maintenance branches. Changelog: None Ticket: None Signed-off-by: Roberto Giovanardi <[email protected]>
Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
…nch-tags ci: include only branch tags in the changelog
Signed-off-by: mender-test-bot <[email protected]>
…ase--branches--master--components--mender chore(master): release mender 6.0.0-rc.1
Fixes typo in the header Signed-off-by: Anton Lindholm <[email protected]>
typo: UPGRADE_from_v5_to_v6.md
Merging these commits will result in the following changelog entries: Changelogsmender-helm (prod)New changes in mender-helm since master: Bug Fixes
|
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.
No description provided.