Skip to content

v0.4.21

Compare
Choose a tag to compare
@atc0005 atc0005 released this 19 Nov 15:44
· 540 commits to master since this release
1b1e024

Overview

NOTE: This release does not provide support for OAuth2. That support is planned for the upcoming v0.5.0 release.

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.3
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.3
    • atc0005/go-nagios
      • v0.10.0 to v0.10.2
    • github/codeql-action
      • v2.1.24 to v2.1.25
  • (GH-310) Refactor GitHub Actions workflows to import logic
  • (GH-324) Expand config flag handling to use "app types"

Fixed

  • (GH-317) Fix Makefile Go module base path detection
  • (GH-321) Skip use of LOGIN IMAP command if LOGINDISABLED capability is
    advertised
  • (GH-323) Fix doc.go description for list-emails CLI app

References