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

github-bot pushed a change to branch 
dependabot/go_modules/testbdd/golang.org/x/crypto-0.17.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


    omit df83970f Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /testbdd
     add 737059d2 kogito-serverless-operator-331: Operator service discovery is 
not activated for the dev profile (#332)
     add afc76841 [KOGITO-9940] Add Job Service to SonataFlowPlatform CRD (#311)
     add 4cb56ed0 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /testbdd

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df83970f)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/testbdd/golang.org/x/crypto-0.17.0 (4cb56ed0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 api/go.mod                                         |    8 +-
 api/go.sum                                         |   15 +-
 api/v1alpha08/sonataflowplatform_services_types.go |    5 +-
 api/v1alpha08/zz_generated.deepcopy.go             |   11 +-
 bddframework/go.mod                                |    6 +-
 bddframework/go.sum                                |   15 +-
 .../sonataflow-operator.clusterserviceversion.yaml |    4 +
 .../sonataflow.org_sonataflowplatforms.yaml        | 7872 ++++++++++++++++++++
 .../bases/sonataflow.org_sonataflowplatforms.yaml  | 7872 ++++++++++++++++++++
 .../sonataflow-operator.clusterserviceversion.yaml |    4 +
 container-builder/go.mod                           |    8 +-
 container-builder/go.sum                           |   16 +-
 controllers/platform/{services.go => k8s.go}       |  204 +-
 controllers/platform/platformutils.go              |    7 +-
 controllers/platform/services/properties.go        |  119 +
 controllers/platform/services/properties_test.go   |  129 +
 controllers/platform/services/services.go          |  416 ++
 .../platform/services/services_suite_test.go       |   14 +-
 controllers/profiles/common/app_properties_test.go |  240 -
 .../profiles/common/constants/platform_services.go |   55 +
 .../common/{const.go => constants/reconcile.go}    |    4 +-
 .../profiles/common/constants/workflows.go         |   16 +-
 controllers/profiles/common/deployment.go          |   13 +-
 controllers/profiles/common/mutate_visitors.go     |   20 +-
 controllers/profiles/common/object_creators.go     |   17 +-
 .../profiles/common/object_creators_test.go        |    5 +-
 .../application.go}                                |  128 +-
 .../profiles/common/properties/application_test.go |  863 +++
 .../common/properties/properties_suite_test.go     |   14 +-
 controllers/profiles/dev/profile_dev.go            |    4 +-
 controllers/profiles/dev/profile_dev_test.go       |   21 +-
 controllers/profiles/dev/states_dev.go             |   37 +-
 controllers/profiles/dev/status_enricher_dev.go    |    2 +-
 .../profiles/dev/status_enricher_dev_test.go       |    8 +-
 controllers/profiles/prod/deployment_handler.go    |    3 +-
 controllers/profiles/prod/object_creators_prod.go  |    5 +-
 controllers/profiles/prod/states_prod.go           |    3 +-
 controllers/sonataflowplatform_controller.go       |    8 +-
 controllers/sonataflowplatform_controller_test.go  |  274 +-
 go.mod                                             |   10 +-
 go.sum                                             |   22 +-
 go.work.sum                                        |    6 +
 operator.yaml                                      | 7872 ++++++++++++++++++++
 testbdd/go.mod                                     |    8 +-
 testbdd/go.sum                                     |   20 +-
 workflowproj/go.mod                                |    5 +-
 workflowproj/go.sum                                |   14 +-
 47 files changed, 25776 insertions(+), 646 deletions(-)
 rename controllers/platform/{services.go => k8s.go} (51%)
 create mode 100644 controllers/platform/services/properties.go
 create mode 100644 controllers/platform/services/properties_test.go
 create mode 100644 controllers/platform/services/services.go
 copy utils/kubernetes/naming_test.go => 
controllers/platform/services/services_suite_test.go (67%)
 delete mode 100644 controllers/profiles/common/app_properties_test.go
 create mode 100644 controllers/profiles/common/constants/platform_services.go
 rename controllers/profiles/common/{const.go => constants/reconcile.go} (96%)
 copy utils/kubernetes/naming_test.go => 
controllers/profiles/common/constants/workflows.go (64%)
 rename controllers/profiles/common/{app_properties.go => 
properties/application.go} (71%)
 create mode 100644 controllers/profiles/common/properties/application_test.go
 copy utils/kubernetes/naming_test.go => 
controllers/profiles/common/properties/properties_suite_test.go (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to