Skip to content

Commit

Permalink
Define upgrade-wireguard flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhall committed Feb 7, 2025
1 parent 1c502a8 commit 71aa733
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ public class Flags {

private static volatile TreeMap<FlagId, FlagDefinition> flags = new TreeMap<>();

public static final UnboundBooleanFlag UPGRADE_WIREGUARD = defineFeatureFlag(
"upgrade-wireguard", false,
List.of("hakonhall"), "2025-02-04", "2025-04-04",
"Whether to upgrade vespa-wireguard-go to latest",
"Takes effect on start of host-admin.",
HOSTNAME);

public static final UnboundBooleanFlag DISABLE_WG_CONNTRACK = defineFeatureFlag(
"disable-wg-conntrack", false,
List.of("hakonhall"), "2025-01-17", "2025-03-17",
Expand Down

0 comments on commit 71aa733

Please sign in to comment.