Skip to content

Latest commit

 

History

History
108 lines (62 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

108 lines (62 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

Unreleased

1.4.0

  • adding mailgun domain for better validation if domain is active
  • fixing removal of route if it don't have a router id

1.3.2

  • remove skipping of valid DNS records

1.3.1

  • manifest typo

1.3.0

  • Support for routes on mailgun
  • Support for adding an additional DNS records to make external DNS set all records at once and set a proper owner if you need an additional DNS entries

1.2.7

  • fix saving status of domain on mailgun
  • replacing DNS records to understand what mailgun is seeing

1.2.6

  • more optimizations for status update and reconciling only when we need it
  • fixes for MX checkings

1.2.5

  • still want to watch secrets...

1.2.4

  • fix permissions for secrets update and creation

1.2.3

  • fix fail creation of domain with long password
  • remove debug from mailgun client

1.2.2

  • fix position of state checking
  • debug mailgun client

1.2.1

  • fix for deleting of domain which have been not created on mailgun.
  • show the response from mailgun in debug logs
  • reconcil optimizations

1.2.0

  • generate a random password on creation of domain
  • export SMTP login and passwod to secret
  • validate domain with force checking of MX records for cases when we need to receive emails also

1.1.7

  • more logging changes

1.1.6

  • set duration as seconds
  • more logging
  • set more verbose logging for now

1.1.5

  • missing watch for DNSEntrypoint
  • merge MX records into one Entrypoint

1.1.4

  • fix domain removal when no DNS Enrypoint have been created
  • filter DNS records which are already valid

1.1.3

  • fix schema load for external dns

1.1.2

  • fix k8s client

1.1.1

  • fix perms

1.1.0

  • Makes operator a Mailgun account specific to store the API key in secure way

1.0.0

  • Initial release