Skip to content

v1.0.22

Choose a tag to compare

@getpinga getpinga released this 17 Nov 15:30
· 253 commits to main since this release

Release notes:

  • Added registrar pricing groups; #227
  • Compliance with latest ICANN RDAP specs
  • Limited WHOIS/RDAP moved to main with config changes
  • Added vps-audit reference
  • Updated documentation
  • Cleanup and speed improvements
  • PostgreSQL improvements
  • Fixed #233
  • Fixed #231
  • Other small bug fixes

Important manual changes needed:

  1. If Caddy fails to start after update, make sure all log sections for all components in /etc/caddy/Caddyfile contain just the following options, then restart with service caddy restart
        log {
            output file /var/log/namingo/XXX {
                roll_size 10MB
                roll_keep 5
            }
            format json
        }
  1. If unable to login in panel after upgrade, please clear your cookies. If it repeats, inform us.

  2. If using the audit feature, edit /opt/registry/automation/audit.json, add the following after registrar_ote lines and run /opt/registry/automation/vendor/bin/audit -v audit /opt/registry/automation/audit.json

        "registrar_price_group": {
            "audit": true,
            "skip": null
        },`