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

github-bot pushed a change to branch 
dependabot/github_actions/actions/setup-java-5
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard 39be1f7ce6 build(deps): bump actions/setup-java from 4 to 5
     add 176f526c46 feat(helm): add Helm chart for ActiveMQ broker deployment 
(#1761)
     add 5be496bd39 build(deps): bump actions/upload-artifact from 4 to 7 
(#1779)
     add e4dbdb7b5b build(deps): bump osgi-version from 6.0.0 to 7.0.0 (#1780)
     add 5691e62320 build(deps): bump org.glassfish.jaxb:jaxb-bom from 4.0.6 to 
4.0.7 (#1783)
     add b91e735cfa build(deps): bump actions/checkout from 4 to 6 (#1777)
     add 0816df427e build(deps): bump actions/setup-java from 4 to 5

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   (39be1f7ce6)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-java-5 (0816df427e)

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:
 .github/workflows/ci-nightly.yml                   |   6 +-
 .github/workflows/ci-quick.yml                     |   6 +-
 .github/workflows/ci-weekly.yml                    |   6 +-
 .github/workflows/deploy.yml                       |   2 +-
 helm/activemq/.helmignore                          |  21 ++
 .../python/content.py => helm/activemq/Chart.yaml  |  26 +-
 helm/activemq/README.md                            | 309 +++++++++++++++++++++
 helm/activemq/examples/activemq-custom.yaml        |  95 +++++++
 helm/activemq/examples/production.yaml             |  74 +++++
 helm/activemq/templates/NOTES.txt                  |  89 ++++++
 helm/activemq/templates/_helpers.tpl               | 122 ++++++++
 helm/activemq/templates/configmap.yaml             |  38 +++
 helm/activemq/templates/ingress.yaml               |  60 ++++
 helm/activemq/templates/poddisruptionbudget.yaml   |  37 +++
 helm/activemq/templates/secret.yaml                |  57 ++++
 helm/activemq/templates/service-web.yaml           |  38 +++
 helm/activemq/templates/service.yaml               |  64 +++++
 helm/activemq/templates/serviceaccount.yaml        |  32 +++
 helm/activemq/templates/servicemonitor.yaml        |  38 +++
 helm/activemq/templates/statefulset.yaml           | 221 +++++++++++++++
 helm/activemq/templates/tests/test-connection.yaml |  34 +++
 helm/activemq/values.yaml                          | 274 ++++++++++++++++++
 pom.xml                                            |   4 +-
 23 files changed, 1636 insertions(+), 17 deletions(-)
 create mode 100644 helm/activemq/.helmignore
 copy assembly/src/release/examples/amqp/python/content.py => 
helm/activemq/Chart.yaml (60%)
 create mode 100644 helm/activemq/README.md
 create mode 100644 helm/activemq/examples/activemq-custom.yaml
 create mode 100644 helm/activemq/examples/production.yaml
 create mode 100644 helm/activemq/templates/NOTES.txt
 create mode 100644 helm/activemq/templates/_helpers.tpl
 create mode 100644 helm/activemq/templates/configmap.yaml
 create mode 100644 helm/activemq/templates/ingress.yaml
 create mode 100644 helm/activemq/templates/poddisruptionbudget.yaml
 create mode 100644 helm/activemq/templates/secret.yaml
 create mode 100644 helm/activemq/templates/service-web.yaml
 create mode 100644 helm/activemq/templates/service.yaml
 create mode 100644 helm/activemq/templates/serviceaccount.yaml
 create mode 100644 helm/activemq/templates/servicemonitor.yaml
 create mode 100644 helm/activemq/templates/statefulset.yaml
 create mode 100644 helm/activemq/templates/tests/test-connection.yaml
 create mode 100644 helm/activemq/values.yaml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to