Skip to content

2.7.0

Compare
Choose a tag to compare
@fydrah fydrah released this 22 Apr 16:09
· 41 commits to master since this release
2.7.0

2.7.0
Image for this release available at:

quay.io/fydrah/loginapp:2.7.0
  • Custom copy/paste fields (ex: kubectl config set-cluster [...]). Your can now setup clusters configuration:

    clusters:
      - name: mycluster
        server: https://mycluster.org
        certificate-authority: |
          -----BEGIN CERTIFICATE-----
          MIIC/zCCAeegAwIBAgIULkYvGJPRl50tMoVE4BNM0laRQncwDQYJKoZIhvcNAQEL
          BQAwDzENMAsGA1UEAwwEbXljYTAeFw0xOTAyMTgyMjA5NTJaFw0xOTAyMjgyMjA5
          NTJaMA8xDTALBgNVBAMMBG15Y2EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
          -----END CERTIFICATE-----
    
  • UX improvements, css/js has been changed for bootstrap

  • web_output.skip_main_page does not longer exists, the index page was
    useless

Thanks for using loginapp, every feedback is welcomed !