Console: Use Basic auth for prometheus plugin
prometheus server doesn't support Digest auth
This commit is contained in:
@ -1,5 +1,12 @@
|
|||||||
|
2025-04-09 zzz
|
||||||
|
* Console: Use Basic auth for prometheus plugin
|
||||||
|
* NetDB:
|
||||||
|
- Fix auto-ff, broken when SSU1 was disabled
|
||||||
|
- Maintain ff after restart when configured for auto
|
||||||
|
|
||||||
2025-04-08 zzz
|
2025-04-08 zzz
|
||||||
* Console: Add world map with locations of routers and tunnels
|
* Console: Add world map with locations of routers and tunnels
|
||||||
|
* NetDB: Don't store unreachable routers to disk
|
||||||
* Wrapper:
|
* Wrapper:
|
||||||
- Update wrapper to 3.5.60
|
- Update wrapper to 3.5.60
|
||||||
- Remove Linux PPC 32-bit BE wrapper files
|
- Remove Linux PPC 32-bit BE wrapper files
|
||||||
|
@ -20,7 +20,7 @@ public class RouterVersion {
|
|||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
/** for example: "beta", "alpha", "rc" */
|
/** for example: "beta", "alpha", "rc" */
|
||||||
public final static String QUALIFIER = "";
|
public final static String QUALIFIER = "";
|
||||||
public final static long BUILD = 2;
|
public final static long BUILD = 3;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||||
|
Reference in New Issue
Block a user