The Audit Events Release
Added
- OTEL implementation for audit sinks (#1458)
- Error highlighting in console (#1528)
- Additional telemetry data captured re: database, cache and authentication (#1527)
Fixed
cmd/flipt
: restore console logger defaults on fatal (#1550)grpc/middleware
: set timestamp on each batch evaluate response (#1545)
Changed
- Dependency updates
Detailed
- fix(github): install mage in release and prepend tag with v by @GeorgeMac in #1486
- chore: update changelog for 1.20 release by @markphelps in #1485
- chore(deps-dev): bump @playwright/test from 1.32.2 to 1.32.3 in /ui by @dependabot in #1490
- chore: move devcontainer image to be repo-scoped by @markphelps in #1488
- chore: create CI check for mage proto by @yquansah in #1489
- feat: otel implementation for audit sinks by @yquansah in #1458
- chore(deps): bump @headlessui/react from 1.7.13 to 1.7.14 in /ui by @dependabot in #1491
- chore(deps-dev): bump @types/react from 18.0.34 to 18.0.35 in /ui by @dependabot in #1492
- chore(sdk/go): update docs examples to reference namespaces by @GeorgeMac in #1494
- chore: update README with client libs by @markphelps in #1495
- chore: fix Dockerfile go mod download step by @markphelps in #1497
- feat(build): move hack/build into build by @GeorgeMac in #1493
- chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 by @dependabot in #1499
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 in /ui by @dependabot in #1508
- chore(deps-dev): bump @types/lodash from 4.14.192 to 4.14.194 in /ui by @dependabot in #1504
- chore(deps-dev): bump postcss from 8.4.21 to 8.4.22 in /ui by @dependabot in #1505
- chore(deps-dev): bump @types/react from 18.0.35 to 18.0.37 in /ui by @dependabot in #1507
- chore: add example for audit logging to file in docker by @yquansah in #1496
- chore: dont ignore examples repo in CI by @markphelps in #1509
- chore: fix stringer error by @yquansah in #1510
- chore(deps): bump github.com/lib/pq from 1.10.7 to 1.10.8 by @dependabot in #1502
- chore(deps): bump github.com/xo/dburl from 0.13.1 to 0.14.2 by @dependabot in #1503
- chore(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #1501
- chore(deps): bump github.com/XSAM/otelsql from 0.20.0 to 0.21.0 by @dependabot in #1500
- chore(deps-dev): bump vite from 4.2.1 to 4.2.2 in /ui by @dependabot in #1511
- chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 in /ui by @dependabot in #1506
- chore(deps-dev): bump postcss from 8.4.22 to 8.4.23 in /ui by @dependabot in #1512
- chore(deps-dev): bump @types/jest from 29.5.0 to 29.5.1 in /ui by @dependabot in #1513
- chore(deps-dev): bump @types/node from 18.15.11 to 18.15.12 in /ui by @dependabot in #1514
- chore(deps): bump github.com/hashicorp/cap from 0.2.0 to 0.3.0 by @dependabot in #1519
- chore: show info about configuring login providers by @markphelps in #1525
- chore: audit author -> actor by @markphelps in #1498
- chore(deps-dev): bump vite from 4.2.2 to 4.3.1 in /ui by @dependabot in #1516
- chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 in /ui by @dependabot in #1520
- feat(build): mage test:ui and github action step by @GeorgeMac in #1526
- chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 by @dependabot in #1518
- chore(deps-dev): bump @types/react from 18.0.37 to 18.0.38 in /ui by @dependabot in #1522
- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 in /ui by @dependabot in #1521
- chore(deps-dev): bump @types/node from 18.15.12 to 18.16.0 in /ui by @dependabot in #1524
- chore(deps): bump swr from 2.1.3 to 2.1.4 in /ui by @dependabot in #1523
- chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.1 in /ui by @dependabot in #1532
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 in /ui by @dependabot in #1531
- feat: add error highlighting in console by @markphelps in #1528
- chore: Telemetry updates by @markphelps in #1527
- chore(deps): bump swr from 2.1.4 to 2.1.5 in /ui by @dependabot in #1534
- chore(deps-dev): bump @types/node from 18.16.0 to 18.16.1 in /ui by @dependabot in #1535
- chore(deps-dev): bump vite from 4.3.1 to 4.3.2 in /ui by @dependabot in #1536
- chore(deps-dev): bump @types/react-dom from 18.0.11 to 18.2.1 in /ui by @dependabot in #1539
- chore(deps-dev): bump tailwindcss from 3.3.1 to 3.3.2 in /ui by @dependabot in #1538
- chore(deps-dev): bump @types/react from 18.0.38 to 18.2.0 in /ui by @dependabot in #1537
- chore: add MoJ logo, some README cleanup by @markphelps in #1540
- chore: update node versions in workflows; try to fix buf ratelimit by @markphelps in #1541
- feat: add token creation and delete authentications for audit events by @yquansah in #1529
- chore(deps-dev): bump @playwright/test from 1.32.3 to 1.33.0 in /ui by @dependabot in #1543
- chore(deps-dev): bump vite from 4.3.2 to 4.3.3 in /ui by @dependabot in #1542
- fix(grpc/middleware): set timestamp on each batch evaluate response by @GeorgeMac in #1545
- chore: prepare the 1.20.1 release by @GeorgeMac in #1546
- Release/1.19 by @yquansah in #1547
- chore(deps-dev): bump @types/node from 18.16.1 to 18.16.2 in /ui by @dependabot in #1548
- chore: cleanup and remove print statements by @yquansah in #1549
- chore: add audit configuration to json schema and cue file by @yquansah in #1551
- feat: make changes to audit event structure by @yquansah in #1552
- fix(cmd/flipt): restore console logger defaults on fatal by @GeorgeMac in #1550
- chore(deps): bump DavidAnson/markdownlint-cli2-action from 9 to 10 by @dependabot in #1554
- chore(deps-dev): bump @babel/preset-typescript from 7.21.4 to 7.21.5 in /ui by @dependabot in #1560
- chore(deps): bump highlight.js from 11.7.0 to 11.8.0 in /ui by @dependabot in #1563
- chore(deps-dev): bump prettier-plugin-tailwindcss from 0.2.7 to 0.2.8 in /ui by @dependabot in #1561
- chore(deps): bump date-fns from 2.29.3 to 2.30.0 in /ui by @dependabot in #1564
- chore(deps-dev): bump @types/node from 18.16.2 to 18.16.3 in /ui by @dependabot in #1562
- chore(deps): bump react-router-dom from 6.10.0 to 6.11.0 in /ui by @dependabot in #1565
- chore: add audit config keys to toplevel schema defs by @markphelps in #1566
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 in /ui by @dependabot in #1569
- feat: modify events to return more information about entity during auditing by @yquansah in #1568
- chore(deps-dev): bump @typescript-eslint/parser from 5.59.1 to 5.59.2 in /ui by @dependabot in #1571
Full Changelog: v1.20.1...v1.21.0