Skip to content

[Release-1.9] fix: bump OSL version 1.37.2 for release 1.9 - #329

Merged
openshift-merge-bot[bot] merged 2 commits into
redhat-developer:release-1.9from
OpinionatedHeron:updateOSL2
Mar 18, 2026
Merged

[Release-1.9] fix: bump OSL version 1.37.2 for release 1.9#329
openshift-merge-bot[bot] merged 2 commits into
redhat-developer:release-1.9from
OpinionatedHeron:updateOSL2

Conversation

@OpinionatedHeron

Copy link
Copy Markdown
Member

Description of the change

Updating OSL version 1.37.2

Which issue(s) does this PR fix or relate to

RHDHBUGS-2741

Checklist

  • For each Chart updated, version bumped in the corresponding Chart.yaml according to Semantic Versioning.
  • For each Chart updated, variables are documented in the values.yaml and added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Run pre-commit run --all-files to run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.
  • JSON Schema template updated and re-generated the raw schema via the pre-commit hook.
  • Tests pass using the Chart Testing tool and the ct lint command.
  • If you updated the orchestrator-infra chart, make sure the versions of the Knative CRDs are aligned with the versions of the CRDs installed by the OpenShift Serverless operators declared in the values.yaml file. See Installing Knative Eventing and Knative Serving CRDs for more details.

Signed-off-by: Leanne Ahern <lahern@redhat.com>
@rhdh-qodo-merge

Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🔒 No security concerns identified
⚡ Recommended focus areas for review

Compatibility

The serverlessLogicOperator.subscription.spec.startingCSV default was bumped to logic-operator.v1.37.2. Please validate that the CRDs bundled/installed by this chart (and any referenced CRDs directory for the operator) are aligned with OSL 1.37.2, and that the chosen channel/catalog source actually contains that CSV for the target OpenShift versions.

# --  whether the update should be installed automatically
installPlanApproval: Manual
# -- name of the operator package
name: logic-operator
# --  name of the catalog source
source: redhat-operators
sourceNamespace: openshift-marketplace
# -- The initial version of the operator, must match CRDs installed by the chart
startingCSV: logic-operator.v1.37.2
📄 References
  1. redhat-developer/rhdh-operator/config/scorecard/patches/olm.config.yaml [1-40]
  2. redhat-developer/rhdh-operator/config/scorecard/patches/olm.config.yaml [41-50]
  3. redhat-developer/rhdh-operator/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml [1-3]
  4. redhat-developer/rhdh-operator/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml [230-256]
  5. redhat-developer/rhdh-operator/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml [323-349]
  6. redhat-developer/rhdh-operator/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml [42-44]
  7. redhat-developer/rhdh-operator/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml [205-229]
  8. redhat-developer/rhdh-chart/charts/orchestrator-infra/ci/upstream-olm-values.yaml [1-13]

@rhdh-qodo-merge rhdh-qodo-merge Bot added the enhancement New feature or request label Mar 18, 2026
@rhdh-qodo-merge

Copy link
Copy Markdown

PR Type

Enhancement


Description

  • Bump OSL (OpenShift Serverless Logic) operator version from 1.37.1 to 1.37.2

  • Update chart version from 0.4.1 to 0.4.2 following semantic versioning

  • Synchronize version references across all configuration files


File Walkthrough

Relevant files
Configuration changes
Chart.yaml
Update chart version to 0.4.2                                                       

charts/orchestrator-infra/Chart.yaml

  • Increment chart version from 0.4.1 to 0.4.2
+1/-1     
values.yaml
Update OSL operator starting version to 1.37.2                     

charts/orchestrator-infra/values.yaml

  • Update serverlessLogicOperator.subscription.spec.startingCSV from
    logic-operator.v1.37.1 to logic-operator.v1.37.2
+1/-1     
values.schema.json
Update JSON schema default OSL version                                     

charts/orchestrator-infra/values.schema.json

  • Update default value for startingCSV from logic-operator.v1.37.1 to
    logic-operator.v1.37.2
+1/-1     
values.schema.tmpl.json
Update schema template default OSL version                             

charts/orchestrator-infra/values.schema.tmpl.json

  • Update default value for startingCSV from logic-operator.v1.37.1 to
    logic-operator.v1.37.2
+1/-1     
Documentation
README.md
Update documentation with new chart version                           

charts/orchestrator-infra/README.md

  • Update version badge from 0.4.1 to 0.4.2
  • Update helm install command example with new chart version 0.4.2
+3/-3     


🔍 To retrieve JIRA tickets as context to your PR description, please register your organization.

@rhdh-qodo-merge

rhdh-qodo-merge Bot commented Mar 18, 2026

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@OpinionatedHeron OpinionatedHeron changed the title fix: bump OSL version 1.37.2 for release 1.9 [Release-1.9] fix: bump OSL version 1.37.2 for release 1.9 Mar 18, 2026
Comment thread charts/orchestrator-infra/README.md
Signed-off-by: Leanne Ahern <lahern@redhat.com>
@OpinionatedHeron
OpinionatedHeron requested a review from a team as a code owner March 18, 2026 16:03
@sonarqubecloud

Copy link
Copy Markdown

@openshift-ci openshift-ci Bot added the lgtm label Mar 18, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 225619f into redhat-developer:release-1.9 Mar 18, 2026
6 checks passed
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request May 27, 2026
…27fe5d

927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 927fe5dd5713cd1cacaafa39cc0ddac6e2701816
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request May 28, 2026
…27fe5d

927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 927fe5dd5713cd1cacaafa39cc0ddac6e2701816
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request May 29, 2026
…27fe5d

927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 927fe5dd5713cd1cacaafa39cc0ddac6e2701816
github-actions Bot added a commit that referenced this pull request May 29, 2026
…27fe5d

927fe5d feat: integrate gateway api endpoint for chart deployment (#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 927fe5dd5713cd1cacaafa39cc0ddac6e2701816
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request May 30, 2026
…27fe5d

927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 927fe5dd5713cd1cacaafa39cc0ddac6e2701816
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request May 31, 2026
…e985e8

8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 8e985e8fc8b5388f4b5a86ee00dfa8305bfb3329
github-actions Bot added a commit that referenced this pull request Jun 1, 2026
…e985e8

8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 8e985e8fc8b5388f4b5a86ee00dfa8305bfb3329
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 1, 2026
…e985e8

8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 8e985e8fc8b5388f4b5a86ee00dfa8305bfb3329
openshift-merge-bot Bot pushed a commit that referenced this pull request Jun 2, 2026
* Squashed 'charts/backstage/vendor/backstage/' changes from 38a8122..8e985e8

8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 8e985e8fc8b5388f4b5a86ee00dfa8305bfb3329

* chore: apply RHDH-specific changes to vendored Backstage chart

* chore(deps): update upstream Backstage chart to 2.8.0

* Bump backstage version to 6.1.0

Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>

---------

Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 3, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 4, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 5, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 6, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 7, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 8, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 9, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 10, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 11, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 12, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 13, 2026
…33ab0e

a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a33ab0ee92e0bbc4f451780e37c5c351b8e4b7d7
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 14, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 15, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jun 15, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jun 15, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 16, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 17, 2026
…0b5583

e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: e0b55836a332f5332351e62adae53bbab9021723
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 19, 2026
…1d84e7

d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: d1d84e78abf6c57a3230c742419d338c76ac1679
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 20, 2026
…1d84e7

d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: d1d84e78abf6c57a3230c742419d338c76ac1679
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 21, 2026
…1d84e7

d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: d1d84e78abf6c57a3230c742419d338c76ac1679
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 22, 2026
…1d84e7

d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: d1d84e78abf6c57a3230c742419d338c76ac1679
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 23, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to gabemontero/rhdh-chart that referenced this pull request Jun 24, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)
38a8122 feat: allow configuring the Deployment update strategy (redhat-developer#328)
2853164 chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (redhat-developer#327)
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (redhat-developer#325)
70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (redhat-developer#324)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jun 29, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jun 29, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jul 6, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jul 6, 2026
…be0619

6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: 6be0619ca780b970ac7e814f8fb45de81dc1a77f
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jul 13, 2026
…e3457f

de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: de3457fcbc62ffea743d3716fab3dabdbe27f9d5
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jul 13, 2026
…e3457f

de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: de3457fcbc62ffea743d3716fab3dabdbe27f9d5
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jul 20, 2026
…147614

a147614 chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (redhat-developer#343)
aef0fa0 chore(deps): bump oras-project/setup-oras from 2.0.0 to 2.0.1 (redhat-developer#344)
de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a147614458f03015651c3138ec1d4d1c2edc48ed
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jul 20, 2026
…147614

a147614 chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (redhat-developer#343)
aef0fa0 chore(deps): bump oras-project/setup-oras from 2.0.0 to 2.0.1 (redhat-developer#344)
de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: a147614458f03015651c3138ec1d4d1c2edc48ed
github-actions Bot added a commit to JessicaJHee/rhdh-chart that referenced this pull request Jul 27, 2026
…781aac

b781aac chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (redhat-developer#347)
049df5a chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (redhat-developer#346)
d3d5fe0 chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (redhat-developer#345)
a147614 chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (redhat-developer#343)
aef0fa0 chore(deps): bump oras-project/setup-oras from 2.0.0 to 2.0.1 (redhat-developer#344)
de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: b781aacbdab751c6884346dff8ecd02d7f95e422
github-actions Bot added a commit to muja/rhdh-chart that referenced this pull request Jul 27, 2026
…781aac

b781aac chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (redhat-developer#347)
049df5a chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (redhat-developer#346)
d3d5fe0 chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (redhat-developer#345)
a147614 chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (redhat-developer#343)
aef0fa0 chore(deps): bump oras-project/setup-oras from 2.0.0 to 2.0.1 (redhat-developer#344)
de3457f chore(deps): bump actions/setup-go from 6.3.0 to 6.5.0 (redhat-developer#339)
82b36fc chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (redhat-developer#340)
8bf207d chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.1 (redhat-developer#341)
f8685af chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (redhat-developer#342)
6be0619 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (redhat-developer#338)
d1d84e7 test: add helm-unittest coverage for configmap and servicemonitor (redhat-developer#337)
e0b5583 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (redhat-developer#336)
a33ab0e Fix loadBalancerSourceRanges rendering in service template (redhat-developer#333)
8e985e8 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (redhat-developer#331)
60103f6 chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (redhat-developer#332)
927fe5d feat: integrate gateway api endpoint for chart deployment (redhat-developer#329)
a82a9b7 chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.2 (redhat-developer#330)

git-subtree-dir: charts/backstage/vendor/backstage
git-subtree-split: b781aacbdab751c6884346dff8ecd02d7f95e422
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants