Skip to content

Releases: evildecay/etcdkeeper

v0.7.6

08 Jun 02:47
Compare
Choose a tag to compare
  • Merge pull request #43
    Fix connect happen in background returning the client object before initial connect

v0.7.5

12 May 14:48
Compare
Choose a tag to compare

change log

  • Fix issues #19

v0.7.4

12 Apr 15:55
Compare
Choose a tag to compare

change log

  • Fix issues #17

v0.7.3

12 Mar 05:27
5a03c74
Compare
Choose a tag to compare

change log

  • Get data based on etcd user permissions.
    • Just display the list according to the configured permissions, and there will be time to add the configuration permission features.
    • Each time you restart etcdkeeper, you need to enter the root username and password for each etcd server address.
    • enable etcdv3 authentication
    • enable etcdv2 authentication
  • Display the status information of etcd, version, data size.

0.7.2

14 Sep 02:01
Compare
Choose a tag to compare

change log

  • Add logo.

0.7.1

31 Aug 05:34
Compare
Choose a tag to compare

change log

  • Fix some displayed bugs.
  • Add easyui locale file. (default easyui-lang-en)

0.7

28 Aug 16:35
Compare
Choose a tag to compare
0.7

change log

  • Combine v2 and v3 pages into one page, click on the title version to select the version.

0.6.6

25 Jan 15:42
fcaf6ad
Compare
Choose a tag to compare

change log

  • Etcdkeeper3 bug fixed.
  • Fix Dockerfile.

0.6.5

16 Dec 14:21
Compare
Choose a tag to compare

change log

  • Add a new way of displaying nodes. A key switch node display mode.
  • Show content mode by key suffix.
  • Improve httpserver.
  • TTL can be displayed correctly, no ttl showed 0.

0.6

10 Sep 09:07
Compare
Choose a tag to compare
0.6

change log

  • Merge the etcdkeeper, etcdkeeper3 project. New project unified to etcdkeeper.
  • The server supports both etcdv2 and etcdv3.
  • Add cookies and format content (currently only supports json).
  • UI size change and bug fixed.