-
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
base: prod
Are you sure you want to change the base?
Commits on Sep 18, 2024
-
fix: Passing string to object value
nats.image
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31faa8a - Browse repository at this point
Copy the full SHA 31faa8aView commit details
Commits on Oct 2, 2024
-
feat!: Update docker image references to follow new repository scheme
BREAKING CHANGE: See CHANGELOG.md Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd1a87a - Browse repository at this point
Copy the full SHA cd1a87aView commit details -
fix!:
tenantadm.certs
are no longer requiredStarting 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]>
Configuration menu - View commit details
-
Copy full SHA for d74b41c - Browse repository at this point
Copy the full SHA d74b41cView commit details -
feat: Autogenerate required useradm/deviceauth secrets
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 501dfaf - Browse repository at this point
Copy the full SHA 501dfafView commit details -
fix!: Change gui default targetPort to 8090
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f42928 - Browse repository at this point
Copy the full SHA 9f42928View commit details -
refactor(workflows): Made workflows template arguments easier to read
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87c10ff - Browse repository at this point
Copy the full SHA 87c10ffView commit details -
docs: Added remark about global.image.username/password to changelog
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 360ed7a - Browse repository at this point
Copy the full SHA 360ed7aView commit details -
chore: Bind the
server_priv_key_path
and plan path to avoid breakageSigned-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4ee390 - Browse repository at this point
Copy the full SHA c4ee390View commit details -
chore: default to SSL: false to avoid redirection loop
Signed-off-by: Roberto Giovanardi <[email protected]> (cherry picked from commit 2bc8bf6) Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0083f34 - Browse repository at this point
Copy the full SHA 0083f34View commit details -
fix: Changed default
global.enterprise
to falseChangelog: Title Ticket: None Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd7676d - Browse repository at this point
Copy the full SHA fd7676dView commit details -
fix: Remove deprecated redis values
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 356a3eb - Browse repository at this point
Copy the full SHA 356a3ebView commit details -
chore: Added explicit check for helm version
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed7e99 - Browse repository at this point
Copy the full SHA 0ed7e99View commit details -
ci: Update helm version to 3.10.2
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efd057f - Browse repository at this point
Copy the full SHA efd057fView commit details
Commits on Oct 14, 2024
-
chore: Add nats_uri to inventory and iot-manager services
Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0e1692 - Browse repository at this point
Copy the full SHA e0e1692View commit details
Commits on Oct 21, 2024
-
ci: added gitlab dependency proxy image
Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f12d15a - Browse repository at this point
Copy the full SHA f12d15aView commit details -
With release-please and git cliff, the CHANGELOG.md and the releases are automated Ticket: MC-7582 Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb84db0 - Browse repository at this point
Copy the full SHA bb84db0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 44a693a - Browse repository at this point
Copy the full SHA 44a693aView commit details -
ci: fix changelog append on top
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]>
Configuration menu - View commit details
-
Copy full SHA for c80e1fd - Browse repository at this point
Copy the full SHA c80e1fdView commit details -
ci: always regenerate the changelog
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]>
Configuration menu - View commit details
-
Copy full SHA for cad5b7b - Browse repository at this point
Copy the full SHA cad5b7bView commit details -
ci: using commit signoff option
Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80e2ff9 - Browse repository at this point
Copy the full SHA 80e2ff9View commit details -
ci: fix remote repository already existing
This could happen in pipeline with cached jobs Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b8a5b8 - Browse repository at this point
Copy the full SHA 7b8a5b8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5d35459 - Browse repository at this point
Copy the full SHA 5d35459View commit details -
ci: ignore already existing remotes
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]>
Configuration menu - View commit details
-
Copy full SHA for e81c105 - Browse repository at this point
Copy the full SHA e81c105View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for aa741eb - Browse repository at this point
Copy the full SHA aa741ebView commit details -
ci: isolate scripts with dashes
Not using && and using dashes instead, to better debug script issues Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 325da8b - Browse repository at this point
Copy the full SHA 325da8bView commit details -
Force the remote pr branch into the local one Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9b5780 - Browse repository at this point
Copy the full SHA e9b5780View commit details -
fix: traefik container ports optionals
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]>
Configuration menu - View commit details
-
Copy full SHA for 9654235 - Browse repository at this point
Copy the full SHA 9654235View commit details -
chore(master): release mender 5.11.0
Signed-off-by: mender-test-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a325ba7 - Browse repository at this point
Copy the full SHA a325ba7View commit details -
feat!: Update docker image references to follow new repository scheme
BREAKING CHANGE: See CHANGELOG.md Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 500dd8e - Browse repository at this point
Copy the full SHA 500dd8eView commit details -
fix!:
tenantadm.certs
are no longer requiredStarting 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]>
Configuration menu - View commit details
-
Copy full SHA for eaaf800 - Browse repository at this point
Copy the full SHA eaaf800View commit details -
chore: new changelog file for the 6.x
Git cliff rewrites the changelog with the new format starting from this release, so let's start from a brand new files and move the old changelogs pre-v6 to a dedicated file. Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9dfef2 - Browse repository at this point
Copy the full SHA e9dfef2View commit details -
feat!: mongodb sub-chart enabled by default
To ease the Mender Server onboarding for Open source users. If you want to use an external provided MongoDB, make sure to disable it. Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d21622 - Browse repository at this point
Copy the full SHA 7d21622View commit details -
feat!: NATS sub-chart enabled by default
To ease the Mender Server onboarding for Open source users. If you want to use an external provided NATS, make sure to disable it. Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9218f04 - Browse repository at this point
Copy the full SHA 9218f04View commit details -
feat!: redis subchart disabled by default
Redis is not used by default in the Open source version. Letting it enabled generates confusion, so let's disable it. Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a7790a - Browse repository at this point
Copy the full SHA 2a7790aView commit details -
feat!: storage proxy enabled by default
The default install proposes the storage proxy feature enabled by default to a simplify onboarding experience Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b9cfd2 - Browse repository at this point
Copy the full SHA 3b9cfd2View commit details -
With Seaweedfs, v6 breaking changes, and a dedicated upgrade document Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df07622 - Browse repository at this point
Copy the full SHA df07622View commit details
Commits on Oct 22, 2024
-
Merge pull request mendersoftware#2 from oldgiova/v6.0.0-lesser
V6 suggestions and docs
Configuration menu - View commit details
-
Copy full SHA for 723652d - Browse repository at this point
Copy the full SHA 723652dView commit details -
ci: adapt tests to the v6 chart
Adapted scripts and snippets for testing the new helm chart v6 Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c30831 - Browse repository at this point
Copy the full SHA 0c30831View commit details
Commits on Oct 23, 2024
-
Merge pull request mendersoftware#3 from oldgiova/v6.0.0-lesser
ci: adapt tests to the v6 chart
Configuration menu - View commit details
-
Copy full SHA for cfca8d2 - Browse repository at this point
Copy the full SHA cfca8d2View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae00839 - Browse repository at this point
Copy the full SHA ae00839View commit details
Commits on Oct 29, 2024
-
Merge pull request mendersoftware#343 from alfrunes/v6.0.0-lesser
Mender helm v6.0.0
Configuration menu - View commit details
-
Copy full SHA for f88829e - Browse repository at this point
Copy the full SHA f88829eView commit details -
ci: workaround missing v4.0 tag
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]>
Configuration menu - View commit details
-
Copy full SHA for e0dc765 - Browse repository at this point
Copy the full SHA e0dc765View commit details
Commits on Oct 30, 2024
-
Merge pull request mendersoftware#358 from oldgiova/temporary-main
ci: workaround missing v4.0 tag
Configuration menu - View commit details
-
Copy full SHA for 30a5c44 - Browse repository at this point
Copy the full SHA 30a5c44View commit details
Commits on Oct 31, 2024
-
ci: fix missing seaweedfs helm repo
Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b91bbe - Browse repository at this point
Copy the full SHA 1b91bbeView commit details -
Merge pull request mendersoftware#359 from oldgiova/fix-seaweedfs-rep…
…o-failed ci: fix missing seaweedfs helm repo
Configuration menu - View commit details
-
Copy full SHA for b87931b - Browse repository at this point
Copy the full SHA b87931bView commit details -
ci: fix seaweedfs filer data storage
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]>
Configuration menu - View commit details
-
Copy full SHA for 670293a - Browse repository at this point
Copy the full SHA 670293aView commit details -
Merge pull request mendersoftware#360 from oldgiova/fix-seaweedfs-sto…
…rage ci: fix seaweedfs filer data storage
Configuration menu - View commit details
-
Copy full SHA for bc8bcf8 - Browse repository at this point
Copy the full SHA bc8bcf8View commit details -
ci: using the right previous lts tag
The previous LTS tag was 3.6.5, not 3.6.6 Changelog: None Ticket: None Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e34cf23 - Browse repository at this point
Copy the full SHA e34cf23View commit details -
Merge pull request mendersoftware#361 from oldgiova/fix-lts-test
ci: using the right previous lts tag
Configuration menu - View commit details
-
Copy full SHA for ce10566 - Browse repository at this point
Copy the full SHA ce10566View commit details -
ci: temporary disable prev lts to curr lts test
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]>
Configuration menu - View commit details
-
Copy full SHA for b84a174 - Browse repository at this point
Copy the full SHA b84a174View commit details -
Merge pull request mendersoftware#362 from oldgiova/fix-lts-test
ci: temporary disable prev lts to curr lts test
Configuration menu - View commit details
-
Copy full SHA for bad64e7 - Browse repository at this point
Copy the full SHA bad64e7View commit details -
chore(master): release mender 6.0.0-rc
Signed-off-by: mender-test-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13f5813 - Browse repository at this point
Copy the full SHA 13f5813View commit details -
Merge pull request mendersoftware#363 from mendersoftware/release-ple…
…ase--branches--master--components--mender chore(master): release mender 6.0.0-rc
Configuration menu - View commit details
-
Copy full SHA for a471834 - Browse repository at this point
Copy the full SHA a471834View commit details -
chore(internal): fix broken value reference for deviceauth secret key
Changelog: None Signed-off-by: Alf-Rune Siqveland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71f6681 - Browse repository at this point
Copy the full SHA 71f6681View commit details -
Merge pull request mendersoftware#366 from alfrunes/fix-broken-value-ref
chore(internal): fix broken value reference for deviceauth secret key
Configuration menu - View commit details
-
Copy full SHA for ec021f7 - Browse repository at this point
Copy the full SHA ec021f7View commit details
Commits on Nov 12, 2024
-
fix: Add http timeouts, only apply https timeouts when https is enabled
Signed-off-by: Chris Wiggins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ead1c8 - Browse repository at this point
Copy the full SHA 9ead1c8View commit details
Commits on Nov 13, 2024
-
Merge pull request mendersoftware#369 from chriswiggins/feat/http-tim…
…eouts Add http timeouts and only apply https timeouts when https is enabled
Configuration menu - View commit details
-
Copy full SHA for e35c410 - Browse repository at this point
Copy the full SHA e35c410View commit details -
ci: run release-please on maintenance branches
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]>
Configuration menu - View commit details
-
Copy full SHA for 5e156fc - Browse repository at this point
Copy the full SHA 5e156fcView commit details -
Merge pull request mendersoftware#372 from oldgiova/release-from-main…
…tenance-branches ci: run release-please on maintenance branches
Configuration menu - View commit details
-
Copy full SHA for 1573be7 - Browse repository at this point
Copy the full SHA 1573be7View commit details -
ci: include only branch tags in the changelog
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]>
Configuration menu - View commit details
-
Copy full SHA for 15c64a9 - Browse repository at this point
Copy the full SHA 15c64a9View commit details -
Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9e24df - Browse repository at this point
Copy the full SHA e9e24dfView commit details -
Merge pull request mendersoftware#377 from oldgiova/git-cliff-use-bra…
…nch-tags ci: include only branch tags in the changelog
Configuration menu - View commit details
-
Copy full SHA for 1d9dcb3 - Browse repository at this point
Copy the full SHA 1d9dcb3View commit details
Commits on Nov 14, 2024
-
chore(master): release mender 6.0.0-rc.1
Signed-off-by: mender-test-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5633b67 - Browse repository at this point
Copy the full SHA 5633b67View commit details -
Merge pull request mendersoftware#370 from mendersoftware/release-ple…
…ase--branches--master--components--mender chore(master): release mender 6.0.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for c57ef95 - Browse repository at this point
Copy the full SHA c57ef95View commit details
Commits on Nov 15, 2024
-
typo: Update UPGRADE_from_v5_to_v6.md
Fixes typo in the header Signed-off-by: Anton Lindholm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4256fc - Browse repository at this point
Copy the full SHA f4256fcView commit details -
Merge pull request mendersoftware#381 from LinAnt/patch-1
typo: UPGRADE_from_v5_to_v6.md
Configuration menu - View commit details
-
Copy full SHA for 8f1cd69 - Browse repository at this point
Copy the full SHA 8f1cd69View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffe0873 - Browse repository at this point
Copy the full SHA ffe0873View commit details