-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump pino-http from 9.0.0 to 10.1.0 in /ui (#244)
* chore(deps): bump pino-http from 9.0.0 to 10.1.0 in /ui Bumps [pino-http](https://github.com/pinojs/pino-http) from 9.0.0 to 10.1.0. - [Release notes](https://github.com/pinojs/pino-http/releases) - [Commits](pinojs/pino-http@v9.0.0...v10.1.0) --- updated-dependencies: - dependency-name: pino-http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: ci update kubectl test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]> Co-authored-by: Said Sef <[email protected]>
- Loading branch information
1 parent
f3bb5a5
commit c93f0d7
Showing
4 changed files
with
67 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,19 +137,21 @@ jobs: | |
steps: | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
with: | ||
verbosity: "10" | ||
kubectl_version: "v1.29.3" | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Run K8s test | ||
run: | | ||
kubectl cluster-info | ||
kubectl version --short | ||
kubectl version | ||
export NS=`cat deployment/kustomization.yml | grep namespace | awk '{ print $2 }'` | ||
if [ -z "$NS" ]; then | ||
export NS='data' | ||
fi | ||
kubectl create namespace $NS | ||
kubectl kustomize deployment/ | kubectl apply -f - | ||
kubectl get all -A | ||
kubectl kustomize deployment/ | kubectl apply -n $NS -f - | ||
kubectl get all -n $NS | ||
auto-approve: | ||
runs-on: ubuntu-latest | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -508,45 +508,50 @@ [email protected]: | |
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" | ||
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== | ||
|
||
pino-abstract-transport@v1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz" | ||
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA== | ||
pino-abstract-transport@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5" | ||
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q== | ||
dependencies: | ||
readable-stream "^4.0.0" | ||
split2 "^4.0.0" | ||
|
||
pino-http@^9.0.0: | ||
version "9.0.0" | ||
resolved "https://registry.npmjs.org/pino-http/-/pino-http-9.0.0.tgz" | ||
integrity sha512-Q9QDNEz0vQmbJtMFjOVr2c9yL92vHudjmr3s3m6J1hbw3DBGFZJm3TIj9TWyynZ4GEsEA9SOtni4heRUr6lNOg== | ||
pino-http@^10.1.0: | ||
version "10.1.0" | ||
resolved "https://registry.yarnpkg.com/pino-http/-/pino-http-10.1.0.tgz#ac052e0a4d9f959d86aa8af310887700cf6d29ac" | ||
integrity sha512-rQgRaVfmZnDcOZXvZUUkiG3wDYVTSyYWAhxkGUgw3py3Y1nFXucRSLYPB5HKgG64oy9gLiDARiQxxWXnI1u3zA== | ||
dependencies: | ||
get-caller-file "^2.0.5" | ||
pino "^8.17.1" | ||
pino-std-serializers "^6.2.2" | ||
pino "^9.0.0" | ||
pino-std-serializers "^7.0.0" | ||
process-warning "^3.0.0" | ||
|
||
pino-std-serializers@^6.0.0, pino-std-serializers@^6.2.2: | ||
pino-std-serializers@^6.0.0: | ||
version "6.2.2" | ||
resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz" | ||
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== | ||
|
||
pino@^8.17.1: | ||
version "8.19.0" | ||
resolved "https://registry.npmjs.org/pino/-/pino-8.19.0.tgz" | ||
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA== | ||
pino-std-serializers@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b" | ||
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA== | ||
|
||
pino@^9.0.0: | ||
version "9.0.0" | ||
resolved "https://registry.yarnpkg.com/pino/-/pino-9.0.0.tgz#25fddb6f449032afcc8c939c2234d4a24b9129a6" | ||
integrity sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
fast-redact "^3.1.1" | ||
on-exit-leak-free "^2.1.0" | ||
pino-abstract-transport v1.1.0 | ||
pino-abstract-transport "^1.2.0" | ||
pino-std-serializers "^6.0.0" | ||
process-warning "^3.0.0" | ||
quick-format-unescaped "^4.0.3" | ||
real-require "^0.2.0" | ||
safe-stable-stringify "^2.3.1" | ||
sonic-boom "^3.7.0" | ||
thread-stream "^2.0.0" | ||
thread-stream "^2.6.0" | ||
|
||
process-nextick-args@~2.0.0: | ||
version "2.0.1" | ||
|
@@ -759,10 +764,10 @@ template-literal@^1.0.4: | |
resolved "https://registry.npmjs.org/template-literal/-/template-literal-1.0.4.tgz" | ||
integrity sha512-agK7G5gEHyBULuXCHm7vlTB2K8wlxktoF/rTinxyJTGkK8BPeECfTULcscx2p6nrQCr/VvWGzP70HOY1vbDcKw== | ||
|
||
thread-stream@^2.0.0: | ||
version "2.4.1" | ||
resolved "https://registry.npmjs.org/thread-stream/-/thread-stream-2.4.1.tgz" | ||
integrity sha512-d/Ex2iWd1whipbT681JmTINKw0ZwOUBZm7+Gjs64DHuX34mmw8vJL2bFAaNacaW72zYiTJxSHi5abUuOi5nsfg== | ||
thread-stream@^2.6.0: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11" | ||
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw== | ||
dependencies: | ||
real-require "^0.2.0" | ||
|
||
|