miracum / fhir-pseudonymizer

A REST service to pseudonymize and anonymize FHIR® resources.
MIT License
15 stars 2 forks source link

chore(deps): update container-images #80

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
docker.io/jaegertracing/all-in-one minor 1.40 -> 1.43
docker.io/library/postgres minor 15.1 -> 15.2
ghcr.io/miracum/vfps minor v1.1.3 -> v1.2.0
mcr.microsoft.com/dotnet/nightly/aspnet stage patch 7.0.1-jammy-chiseled -> 7.0.4-jammy-chiseled
mcr.microsoft.com/dotnet/sdk final patch 7.0.101-bullseye-slim-amd64 -> 7.0.202-bullseye-slim-amd64

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

miracum/vfps ### [`v1.2.0`](https://togithub.com/miracum/vfps/releases/tag/v1.2.0) [Compare Source](https://togithub.com/miracum/vfps/compare/v1.1.3...v1.2.0) ##### Features - declaratively create namespaces at startup via config ([#​52](https://togithub.com/miracum/vfps/issues/52)) ([2e684ca](https://togithub.com/miracum/vfps/commit/2e684cab1621f17c447d8c4827c0531f8ad7bb10)) ##### Miscellaneous Chores - **deps:** update docker.io/bitnami/kubectl:1.24.8 docker digest to [`9c1bd1f`](https://togithub.com/miracum/vfps/commit/9c1bd1f) ([#​48](https://togithub.com/miracum/vfps/issues/48)) ([778e92e](https://togithub.com/miracum/vfps/commit/778e92e1186894590a1f748f2f4603a8adc9152c)) - **deps:** update docker.io/library/postgres:15.1 docker digest to [`026a193`](https://togithub.com/miracum/vfps/commit/026a193) ([#​49](https://togithub.com/miracum/vfps/issues/49)) ([c52ab22](https://togithub.com/miracum/vfps/commit/c52ab2246bd59cec6eb7929be2b9705407e07fd7))
dotnet/sdk ### [`v7.0.202`](https://togithub.com/dotnet/sdk/releases/tag/v7.0.202): .NET 7.0.4 [Compare Source](https://togithub.com/dotnet/sdk/compare/v7.0.201...v7.0.202) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.4) ### [`v7.0.201`](https://togithub.com/dotnet/sdk/releases/tag/v7.0.201): .NET 7.0.3 [Compare Source](https://togithub.com/dotnet/sdk/compare/v7.0.103...v7.0.201) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.3) ### [`v7.0.103`](https://togithub.com/dotnet/sdk/compare/v7.0.102...v7.0.103) [Compare Source](https://togithub.com/dotnet/sdk/compare/v7.0.102...v7.0.103) ### [`v7.0.102`](https://togithub.com/dotnet/sdk/releases/tag/v7.0.102): .NET SDK 7.0.102 [Compare Source](https://togithub.com/dotnet/sdk/compare/v7.0.101...v7.0.102) [Release](https://togithub.com/dotnet/core/tree/v7.0.2)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.



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

github-actions[bot] commented 1 year ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ DOCKERFILE hadolint 1 0 0.1s
✅ EDITORCONFIG editorconfig-checker 2 0 0.0s
✅ REPOSITORY checkov yes no 14.21s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.31s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.02s
✅ REPOSITORY syft yes no 0.51s
✅ REPOSITORY trivy yes no 8.84s
✅ YAML prettier 1 0 0.51s
✅ YAML v8r 1 0 2.37s
✅ YAML yamllint 1 0 0.27s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 99% 100%
FhirPseudonymizer 78% 66%
Summary 82% (630 / 767) 68% (73 / 108)

Minimum allowed line rate is 50%


iter8 report


Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 50  | true

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 1289.14
  http/latency-mean (msec)   | 9.07
  http/latency-min (msec)    | 2.67
  http/latency-p50 (msec)    | 7.96
  http/latency-p75 (msec)    | 9.76
  http/latency-p90 (msec)    | 12.60
  http/latency-p95 (msec)    | 15.65
  http/latency-p99 (msec)    | 25.70
  http/latency-p99.9 (msec)  | 50.00
  http/latency-stddev (msec) | 16.70
  http/request-count         | 25000.00
miracum-bot commented 1 year ago

:tada: This PR is included in version 2.17.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: