UNCLASSIFIED - NO CUI

Skip to content

chore(deps): update dependency defenseunicorns/pepr to v0.29.2

This MR contains the following updates:

Package Update Change
defenseunicorns/pepr patch v0.29.1 -> v0.29.2

Release Notes

defenseunicorns/pepr (defenseunicorns/pepr)

v0.29.2

Compare Source

Usage

In order to look for Watch events from the Watch Controller:

kubectl logs -n pepr-system -l pepr.dev/controller=watcher -f | jq 'select(.msg != null and (.msg | test("^Watch event.+")))'

To get results:


{
  "level": 20,
  "time": 1713451863516,
  "pid": 19,
  "hostname": "pepr-6233c672-7fca-5603-8e90-771828dd30fa-watcher-558d5f5d45vkq",
  "msg": "Watch event resource_version received"
}
{
  "level": 20,
  "time": 1713451903555,
  "pid": 19,
  "hostname": "pepr-6233c672-7fca-5603-8e90-771828dd30fa-watcher-558d5f5d45vkq",
  "kind": "ConfigMap",
  "apiVersion": "v1",
  "metadata": {
    "name": "a-12",
    "namespace": "pepr-demo",
    "uid": "990c7f3d-ac3e-4933-9f05-f63f88726457",
    "resourceVersion": "1739",
    "creationTimestamp": "2024-04-18T14:51:43Z",
    "managedFields": [
      {
        "manager": "kubectl-create",
        "operation": "Update",
        "apiVersion": "v1",
        "time": "2024-04-18T14:51:43Z",
        "fieldsType": "FieldsV1",
        "fieldsV1": {
          "f:data": {
            ".": {},
            "f:a": {}
          }
        }
      }
    ]
  },
  "data": {
    "a": "a"
  },
  "msg": "Watch event ADDED received"
}
{
  "level": 20,
  "time": 1713451908578,
  "pid": 19,
  "hostname": "pepr-6233c672-7fca-5603-8e90-771828dd30fa-watcher-558d5f5d45vkq",
  "msg": "Watch event resource_version received"
}
What's Changed

Full Changelog: https://github.com/defenseunicorns/pepr/compare/v0.29.1...v0.29.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports