Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pepr #340

Merged
merged 1 commit into from
Apr 20, 2024
Merged

chore(deps): update pepr #340

merged 1 commit into from
Apr 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
defenseunicorns/uds-common patch v0.3.10 -> v0.3.11 age adoption passing confidence
pepr dependencies patch 0.29.0 -> 0.29.2 age adoption passing confidence
registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller (source) patch v0.29.0 -> v0.29.2 age adoption passing confidence

Release Notes

defenseunicorns/uds-common (defenseunicorns/uds-common)

v0.3.11

Compare Source

Miscellaneous
defenseunicorns/pepr (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: defenseunicorns/pepr@v0.29.1...v0.29.2

v0.29.1

Compare Source

What's Changed

New Contributors

Full Changelog: defenseunicorns/pepr@v0.29.0...v0.29.1


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 12, 2024 15:34
@renovate renovate bot changed the title chore(deps): update pepr to v0.29.1 chore(deps): update pepr Apr 17, 2024
@renovate renovate bot force-pushed the renovate/pepr branch 4 times, most recently from b2edfe4 to 3f5017d Compare April 19, 2024 20:49
| datasource  | package                                                               | from    | to      |
| ----------- | --------------------------------------------------------------------- | ------- | ------- |
| github-tags | defenseunicorns/uds-common                                            | v0.3.10 | v0.3.11 |
| npm         | pepr                                                                  | 0.29.0  | 0.29.2  |
| docker      | registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller | v0.29.0 | v0.29.2 |
@mjnagel mjnagel enabled auto-merge (squash) April 19, 2024 23:33
@mjnagel mjnagel merged commit e71ba4a into main Apr 20, 2024
8 checks passed
@mjnagel mjnagel deleted the renovate/pepr branch April 20, 2024 01:12
mjnagel pushed a commit that referenced this pull request Apr 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.20.0](v0.19.0...v0.20.0)
(2024-04-20)


### Features

* add keycloak sso realm values
([#352](#352))
([74436ea](74436ea))
* add saml and attribute/mapper support for keycloak in uds pepr
operator
([#328](#328))
([c53d4ee](c53d4ee))
* enable sso for neuvector
([#351](#351))
([597353e](597353e))
* keycloak PVC customization
([#341](#341))
([f8eae2a](f8eae2a))


### Bug Fixes

* add nightly uds-bundle.yaml to release-please extras for updates
([#346](#346))
([d1b3071](d1b3071))


### Miscellaneous

* **deps:** update grafana
([#339](#339))
([52e6c1b](52e6c1b))
* **deps:** update neuvector
([#333](#333))
([010e287](010e287))
* **deps:** update pepr
([#340](#340))
([e71ba4a](e71ba4a))
* **deps:** update prometheus-stack
([#301](#301))
([143eca3](143eca3))
* **deps:** update to keycloak 24
([#336](#336))
([1153ba0](1153ba0))
* **deps:** update uds-identity-config to 0.4.1
([#355](#355))
([8485931](8485931))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant