consul/.changelog
R.B. Boyer 957146401e
catalog: compare node names case insensitively in more places (#12444)
Many places in consul already treated node names case insensitively.
The state store indexes already do it, but there are a few places that
did a direct byte comparison which have now been corrected.

One place of particular consideration is ensureCheckIfNodeMatches
which is executed during snapshot restore (among other places). If a
node check used a slightly different casing than the casing of the node
during register then the snapshot restore here would deterministically
fail. This has been fixed.

Primary approach:

    git grep -i "node.*[!=]=.*node" -- ':!*_test.go' ':!docs'
    git grep -i '\[[^]]*member[^]]*\]
    git grep -i '\[[^]]*\(member\|name\|node\)[^]]*\]' -- ':!*_test.go' ':!website' ':!ui' ':!agent/proxycfg/testing.go:' ':!*.md'
2022-02-24 16:54:47 -06:00
..
2021-08-25 19:46:21 -06:00
2021-08-25 19:46:21 -06:00
2021-11-11 16:09:00 -05:00
2021-11-04 16:52:54 -05:00
2021-11-12 16:10:36 -06:00
2021-12-02 11:41:08 -05:00
2022-01-19 17:28:53 -06:00
2021-06-14 17:01:16 -04:00
2021-07-14 17:50:00 -04:00
2021-06-15 12:05:52 -04:00
2021-07-26 17:53:32 -04:00
2021-06-15 14:15:30 -06:00
2021-06-17 12:06:26 -07:00
2021-07-07 09:41:01 -04:00
2021-07-06 17:57:36 -04:00
2021-07-06 18:39:40 -04:00
2021-07-15 09:27:46 -06:00
2021-07-28 17:50:01 -04:00
2021-07-30 09:58:11 -07:00
2021-08-18 12:54:11 -04:00
2021-08-20 17:40:33 -06:00
2021-09-20 12:52:19 -05:00
2021-09-22 10:57:36 -07:00
2021-09-29 12:45:42 -04:00
2021-10-19 20:58:28 +01:00
2021-10-20 16:02:14 +05:30
2021-10-27 02:33:36 +03:00
2021-10-21 16:18:32 -04:00
2021-10-21 13:21:22 -04:00
2021-11-10 14:53:52 -05:00
2021-11-01 22:47:20 +00:00
2021-11-09 09:32:27 -08:00
2021-11-08 17:14:27 -07:00
2021-12-02 15:54:40 -08:00
2021-12-21 16:45:45 -05:00
2021-12-13 19:03:12 -07:00
2022-01-05 17:51:03 -05:00
2022-01-04 16:08:06 +00:00
2022-02-02 17:31:08 -08:00
2022-01-06 14:09:13 -05:00
2022-01-12 12:00:18 -05:00
2022-01-12 12:31:28 -08:00
2022-01-18 13:03:22 -05:00
2022-01-24 12:32:22 -08:00
2022-02-10 17:21:34 -07:00
2022-02-03 17:39:36 -05:00
2022-02-14 13:48:52 -06:00
2022-02-15 14:15:34 -05:00
2022-02-17 12:17:12 -08:00