Skip to content

Commit

Permalink
chore(deps): pin dependencies (janus-idp#249)
Browse files Browse the repository at this point in the history
* chore(deps): pin dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Regenerate bundle manifests

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and gazarenkov committed Mar 17, 2024
1 parent 98165f5 commit 48f030c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-bundle-diff-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{ github.event.pull_request.head.ref }}

- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version-file: 'go.mod'

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
git push
- name: Comment on PR if bundle manifests were updated
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: ${{ !cancelled() && steps.bundle-diff-checker.outputs.MANIFESTS_CHANGED == 'true' }}
continue-on-error: true
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-02-20T11:10:01Z"
createdAt: "2024-03-06T17:17:14Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -328,5 +328,3 @@ spec:
- image: quay.io/janus-idp/backstage-showcase:latest
name: backstage
version: 0.2.0
# TODO: once we have a published 0.1.0 version in Quay, we can use the replaces logic to support seamless upgrades
# replaces: backstage-operator.v0.1.0
11 changes: 10 additions & 1 deletion bundle/manifests/rhdh.redhat.com_backstages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,16 @@ spec:
type: object
rawRuntimeConfig:
description: Raw Runtime Objects configuration. For Advanced scenarios.
type: string
properties:
backstageConfig:
description: Name of ConfigMap containing Backstage runtime objects
configuration
type: string
localDbConfig:
description: Name of ConfigMap containing LocalDb (PostgreSQL)
runtime objects configuration
type: string
type: object
type: object
status:
description: BackstageStatus defines the observed state of Backstage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ spec:
name: Red Hat Inc.
url: https://www.redhat.com/
version: 0.2.0
# TODO: once we have a published 0.1.0 version in Quay, we can use the replaces logic to support seamless upgrades
# replaces: backstage-operator.v0.1.0

0 comments on commit 48f030c

Please sign in to comment.