This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from d412e9b  Unable to run the polyglot sample #1300
     new 1b4a32f  chore: Rename Minikube registry discovery package
     new b93e1ce  fix(buildah): Support old Docker registry authentication 
format
     new 5227b80  feat(openshift): Default to auto-configuring OpenShift 
internal container images registry
     new 69e7349  feat(buildah): Auto-configure OpenShift internal registry 
certificate authority
     new 6896045  fix(buildah): Fix Docker config pre-processing
     new e8f7555  feat: Auto-configure image builder role binding for OpenShift 
internal registry
     new 28cbdd3  chore: Avoid another call to k8s discovery API and infer 
cluster from status
     new 22a606d  fix: Grant bind permission on system:image-builder cluster 
role
     new 1c1ea50  chore(platform): Move registry auto-configuration in a 
dedicated method
     new ab8f869  fix(registry): Do not grant bind permission by default and 
log when creating role binding is forbidden
     new 7b7947b  feat(build): Support custom container security context
     new ee07e9c  feat(buildah): Add security context capabilities required by 
Buildah on OpenShift
     new d51386d  feat(buildah): Only request extra security context 
capabilities on OpenShift
     new 6f1ec90  chore(dev): Upgrade Buildah to version 1.14.0
     new 66953d7  chore: Display Buildah version in operator prelude

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deploy/operator-role-olm.yaml                      |   8 ++
 deploy/operator-role-openshift.yaml                |   1 -
 deploy/resources.go                                |  16 +--
 pkg/apis/camel/v1/build_types.go                   |  13 ++-
 pkg/apis/camel/v1/integrationplatform_types.go     |   1 +
 .../camel/v1/integrationplatform_types_support.go  |   2 +-
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   5 +
 pkg/cmd/operator/operator.go                       |   1 +
 pkg/controller/build/initialize_pod.go             |  23 ----
 pkg/controller/build/schedule_pod.go               |   5 +-
 pkg/install/builder.go                             |  14 +--
 pkg/install/operator.go                            |  25 ++--
 pkg/platform/defaults.go                           | 129 ++++++++++++++++++++-
 pkg/trait/builder.go                               | 126 ++++++++++++++++++--
 pkg/util/defaults/defaults.go                      |   2 +-
 .../minishift.go => minikube/registry.go}          |   4 +-
 script/Makefile                                    |   2 +-
 17 files changed, 292 insertions(+), 85 deletions(-)
 rename pkg/util/{minishift/minishift.go => minikube/registry.go} (95%)

Reply via email to