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

Automatic PR to nightly from 2023-08-06T04:32:08Z #5378

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Aug 6, 2023

📝 Brief description

Merge pull request #5360 from mailcow/staging
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
Changed Maintainer to tinc within Dockerfiles
Removed Test self compiled SOGo Dockerfile
Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
Switched to Alpine Edge (for IMAPSYNC Deps)
Optimized CLAMAV Builds to match exact version instead of Repo
Changed Dovecot Base to Bullseye again (Self compile)
Optimized Build Process for Dovecot
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
Update thollander/actions-comment-pull-request action to v2.4.1 (#5377)
Update thollander/actions-comment-pull-request action to v2.4.2 (#5379)
[Rspamd] remove X-Moo-Tag header if unnecessary

💻 Commits

  • 025fd03 - FreddleSpl0it - 2023-08-07 14:26:30
    | [Rspamd] remove X-Moo-Tag header if unnecessary
    |
  • e468c59 - renovate[bot] - 2023-08-07 06:46:07
    | Update thollander/actions-comment-pull-request action to v2.4.2 (Update thollander/actions-comment-pull-request action to v2.4.2 #5379)
    | Signed-off-by: milkmaker [email protected]
    | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • 340ef86 - renovate[bot] - 2023-08-06 16:39:26
    Update thollander/actions-comment-pull-request action to v2.4.1 (Update thollander/actions-comment-pull-request action to v2.4.1 #5377)
    Signed-off-by: milkmaker [email protected]
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • 0004677 - DerLinkman - 2023-08-04 15:36:09
    | Update clamd for first multi arch ver.
    |
  • 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | Updated unbound image to first multi arch ver.
    |
  • 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | Clamd using Alpine Packages instead self compile
    |
  • 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | Changed Compose back to Versioning
    |
  • ed491fb - DerLinkman - 2023-08-04 11:37:57
    | Rebased Dovecot on Alpine + fixed logging
    |
  • 384307b - DerLinkman - 2023-08-04 11:37:57
    | Small fixes for CLAMD Health Check
    |
  • c948a6c - DerLinkman - 2023-08-04 11:37:57
    | Removed fixed urllib3 due to fixed docker python module
    |
  • 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | Fixed DockerAPI Exception (due to incompatible urllib3)
    |
  • 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | Added missing solr ARM64 Image
    |
  • f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | Updated docker-compose.yml for Public testing
    |
  • 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | Added missing Labels to Dockerfiles
    |
  • 27b274a - DerLinkman - 2023-08-04 11:36:49
    | [Rspamd] Removed Arch Tag for Dockerfile
    |
  • d751d4f - DerLinkman - 2023-08-04 11:36:49
    | Optimized Build Process for Dovecot
    |
  • c134f0b - DerLinkman - 2023-08-04 11:36:49
    | Changed Dovecot Base to Bullseye again (Self compile)
    |
  • b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | Optimized CLAMAV Builds to match exact version instead of Repo
    |
  • c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | Switched to Alpine Edge (for IMAPSYNC Deps)
    |
  • a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    |
  • da49b76 - DerLinkman - 2023-08-04 11:36:49
    | Removed Test self compiled SOGo Dockerfile
    |
  • b06116a - DerLinkman - 2023-08-04 11:36:49
    | Changed Maintainer to tinc within Dockerfiles
    |
  • 563562c - DerLinkman - 2023-08-04 11:36:49
    | Added new SOGo ARM64 Compatible Repo
    |
  • 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | Updated Clamd Building to be x86 and ARM Compatible
    |
  • 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    | [Rspamd] Update to 3.6 (Ratelimit fix)
    |
  • d6c3c58 - Patrick Schult - 2023-08-03 11:36:53
    Merge pull request 2023-08 - DQS Hotfixes #5360 from mailcow/staging
    2023-08 - DQS Hotfixes

📁 Modified files

.github/workflows/check_prs_if_on_staging.yml | 2 +-
data/conf/rspamd/lua/rspamd.local.lua | 23 +++++++++++++++++++++--
2 files changed, 22 insertions(+), 3 deletions(-)

Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants