Skip to content

Commit

Permalink
chore: bump submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Jesús Fernández <[email protected]>
  • Loading branch information
fernandezcuesta committed Nov 11, 2024
1 parent 71f25ae commit 0e599d9
Show file tree
Hide file tree
Showing 309 changed files with 10 additions and 84,946 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Detect No-op Changes
id: noop
uses: fkirc/[email protected]
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
paths_ignore: '["**.md", "**.png", "**.jpg"]'
Expand Down
6 changes: 5 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
[submodules]
build = https://github.com/crossplane/build
[submodule]
build = https://github.com/crossplane/build
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
PROJECT_NAME ?= provider-pagerduty
PROJECT_REPO ?= github.com/crossplane-contrib/$(PROJECT_NAME)

export TERRAFORM_VERSION ?= 1.5.7

# Do not allow a version of terraform greater than 1.5.x, due to versions 1.6+ being
# licensed under BSL, which is not permitted.
export TERRAFORM_VERSION ?= 1.5.7
TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAFORM_VERSION)\n1.6" | sort -V | head -n1`" ] && echo 1 || echo 0)

export TERRAFORM_PROVIDER_SOURCE ?= PagerDuty/pagerduty
export TERRAFORM_PROVIDER_VERSION ?= 3.17.1
Expand Down
129 changes: 0 additions & 129 deletions apis/addon/v1alpha1/zz_addon_terraformed.go

This file was deleted.

109 changes: 0 additions & 109 deletions apis/addon/v1alpha1/zz_addon_types.go

This file was deleted.

10 changes: 0 additions & 10 deletions apis/addon/v1alpha1/zz_generated.conversion_hubs.go

This file was deleted.

Loading

0 comments on commit 0e599d9

Please sign in to comment.