https://www.marcnuri.com
-
Red Hat
- Valencia, Spain
- https://blog.marcnuri.com
- @MarcNuri
Block or Report
Block or report manusa
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
actions-setup-minikube Public
Set up your GitHub Actions workflow with a specific version of Minikube and Kuberentes
-
-
actions-publish-docker Public
This GitHub action allows you to create and publish Docker images into a Docker registry.
3,385 contributions in the last year
Less
More
Activity overview
Contributed to
fabric8io/kubernetes-client,
eclipse/jkube,
manusa/electronim
and 50 other
repositories
Contribution activity
May 2023
Created 41 commits in 6 repositories
Created a pull request in quarkusio/quarkus that received 11 comments
Bump kubernetes-client-bom from 6.6.0 to 6.6.2
Kubernetes Client 6.6.2 was just released: https://github.com/fabric8io/kubernetes-client/releases/tag/v6.6.2 Just speeding up the dependabot proce…
+1
−1
•
11
comments
Opened 22 other pull requests in 5 repositories
eclipse/jkube
1
open
8
merged
- fix: removes potential command-line injection from secret in SpringBootWatcher
- refactor: removes redundant ClusterAccess.isOpenShift method
- deps: bump Kubernetes Client to 6.6.2
- fix: .kube/config trustCerts is not overwritten
- fix: PodExecutor uses KubernetesClient singleton from JKubeServiceHub
- refactor: WatchMojo doesn't instantiate KubernetesClient
- refactor: remove unnecessary parameters from ApplyService.applyEntities
- fix: DockerImageWatcher uses KubernetesClient singleton from JKubeServiceHub
- deps: fix: bump Kubernetes Client to 6.6.0 (fixes issues when trace-logging OpenShift builds)
fabric8io/kubernetes-client
6
merged
- refactor: don't expose StandardHttpHeaders internal Map
- ci: prevent builds from running when changes in documentation
- chore: remove invalid Maven profiles
- fix: RequestConfig is propagated to derived HttpClient instances
- fix: getHttpClientFactory LOGGER message is debug
- refactor: reduce StandardHttpClient retry complexity
jkubeio/jkube-integration-tests
4
merged
jkubeio/ci
2
merged
quarkusio/quarkus
1
merged
Reviewed 42 pull requests in 5 repositories
fabric8io/kubernetes-client
25 pull requests
- chore(deps): bump maven-dependency-plugin from 3.5.0 to 3.6.0
- fix #4662: adding a changelog and additional deprecations
- Fully addressing static deserialization issues
- [java-generator] handle additionalProperties = true
- chore(deps-dev): bump json-unit-fluent from 2.37.0 to 2.38.0
- chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0
- chore(deps-dev): bump commons-lang3 from 3.10 to 3.12.0
- Update FAQ.md
- [java-generator] Remove preview and deprecate Camel-k extension
- chore(deps): bump jackson-bom from 2.14.2 to 2.15.1
- append Serializing to yaml via PatchUtils
- Upgrade Tekton Model to v0.47.0
- chore(deps-dev): bump json-unit-fluent from 2.7.0 to 2.37.0
- Timeout consolidation
- chore(deps): bump maven-bundle-plugin from 5.1.8 to 5.1.9
- chore(deps): bump maven-plugin-annotations from 3.8.2 to 3.9.0
- chore(deps): bump maven-plugin-plugin from 3.8.2 to 3.9.0
- chore(deps): bump buildnumber-maven-plugin from 3.0.0 to 3.1.0
- chore(deps): bump build-helper-maven-plugin from 3.3.0 to 3.4.0
- chore(deps): bump vertx.version from 4.4.1 to 4.4.2
- chore(deps): bump maven-core from 3.9.1 to 3.9.2
- feat (kubernetes-client-api) : Expose put method with InputStream arguments in HttpRequest
- chore(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0
- fix #5095: moving the enforcement to requestTimeout
- chore(deps): bump maven.surefire.plugin.version from 3.0.0 to 3.1.0
- Some pull request reviews not shown.
jkubeio/jkube-integration-tests
4 pull requests
- chore(deps): bump step-security/harden-runner from 6e98209e699c7fadbfc248513ca93e4b1f0aad76 to f70248679df316796ffb7123cb0b916bd98cde22
- chore(deps): bump step-security/harden-runner from 6e98209e699c7fadbfc248513ca93e4b1f0aad76 to 39fa126de8af73ab0d455b56764f8fe42b5e6a91
- chore(deps): bump step-security/harden-runner from 6dacdfc16caa5ebd987908a44ab5b425193385f6 to 6e98209e699c7fadbfc248513ca93e4b1f0aad76
- chore(deps): bump step-security/harden-runner from 5d5d34225d930d298d52ae60999ca9b617dd2e3a to 6dacdfc16caa5ebd987908a44ab5b425193385f6
eclipse/jkube
3 pull requests
jkubeio/ci
2 pull requests
quarkusio/quarkus
1 pull request
Created an issue in fabric8io/kubernetes-client that received 3 comments
HttpClient E2E test failures
Description E2E tests for the Vert.x and Jetty HttpClient implementations are failing.
3
comments
Opened 15 other issues in 2 repositories
eclipse/jkube
5
open
5
closed
- Refactor SpringBootWatcher to use ExternalCommand
- Potential command line injection from secret
- Insecure defaults in generated artifacts
- Remove ClusterAccess class
- Remove serviceLogger and serviceUrlWaitTimeSeconds param from ApplyService
- ClusterAccess vs JKubeServiceHub.getKubernetesClient
- Analyze/Refactor WatchMojo and its weird usage of KubernetesClient and direct access to ClusterAccess
- PodExecutor shouldn't create a new KubernetesClient instance
- DockerImageWatcher instantiate/retrieve client using WatcherContext.jKubeServiceHub
- Project website domain change
fabric8io/kubernetes-client
4
closed
1
open
- Tekton Extension: Update triggers to 0.24 (or latest)
- OpenShift S2I builds timing out
- StandardHttpClient retryWithExponentialBackoff should consider javax.net.ssl.SSLHandshakeException
- Move interceptors to their own package
- StandardHttpClient.retryWithExponentialBackoff leads to TimeoutException hiding underlying issues
Started 3 discussions in 1 repository
fabric8io/kubernetes-client
fabric8io/kubernetes-client
-
6.6.2 (2023-05-15)
This contribution was made on May 15
-
6.6.1 (2023-05-11)
This contribution was made on May 11
-
6.6.0 (2023-05-03)
This contribution was made on May 3
Answered 1 discussion in 1 repository
quarkusio/quarkus
quarkusio/quarkus
-
Vert.x thread blocked (only on pipeline)
This contribution was made on May 10
59
contributions
in private repositories
May 1 – May 23







