Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

chore(deps): pin dependencies #249

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion bundle/manifests/rhdh.redhat.com_backstages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ spec:
configuration
type: string
localDbConfig:
description: Name of ConfigMap containing LocalDb (P|ostgreSQL)
description: Name of ConfigMap containing LocalDb (PostgreSQL)
runtime objects configuration
type: string
type: object
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