Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Terraform Plugin SDK to Reconcile MRs #424

Merged
merged 20 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3874bf2
Switch to the no-fork architecture for the Google resources
ulucinar Nov 17, 2023
4f8338d
update build submodule to handle family providers
erhancagirici Nov 30, 2023
17653b8
Bump the Go version in go.mod to 1.21
ulucinar Nov 30, 2023
06f2ab5
Bumg upjet dependency to the a9788207cd72acf7743805fa637c5a775607ebf2…
sergenyalcin Dec 5, 2023
45f360c
Generate server-side apply markers
sergenyalcin Dec 5, 2023
bde9b51
fix Cluster/container.gcp.upbound.io manifest
erhancagirici Dec 5, 2023
0c4e81e
fix typo in manual intervention annotations
erhancagirici Dec 5, 2023
c8607c4
Fix the external name configuration of sql.SSLCert resource
sergenyalcin Dec 6, 2023
30570f0
Add random name for bucket in ProjectUsageExportBucket
turkenf Dec 8, 2023
f282c88
Fix Reservation.compute update loop via config.Resource.TerraformCust…
ulucinar Dec 11, 2023
9c650dc
Fix V2Job.cloudrun update loop via config.Resource.TerraformCustomDiff
ulucinar Dec 11, 2023
686a16f
Bump upjet to commit 77613fda2c6c
ulucinar Dec 12, 2023
42bc4a7
Fix NodePool.container update loop via config.Resource.TerraformCusto…
erhancagirici Dec 12, 2023
2b44890
Fix InstanceTemplate.compute update loop via config.Resource.Terrafor…
erhancagirici Dec 12, 2023
cbef0b9
Fix InstanceFromTemplate.compute update loop via config.Resource.Terr…
erhancagirici Dec 12, 2023
c753a33
Add location field to the Connection.bigquery resource
turkenf Dec 12, 2023
b718ddf
Consume the wildcard fix from forked repo
sergenyalcin Dec 12, 2023
fab31ae
- Bump upjet dependency to the cf1b3462e748930a36eb6684e6b580045b5b39…
sergenyalcin Dec 13, 2023
72578ec
Remove the deprecated rand.Seed calls from the generated provider mains
ulucinar Dec 13, 2023
c07bc27
Bump crddiff to v0.8.0 and enable crddiff's upjet extensions
ulucinar Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
ci:
uses: upbound/uptest/.github/workflows/provider-ci.yml@main
with:
go-version: 1.21
secrets:
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
2 changes: 1 addition & 1 deletion .github/workflows/native-provider-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
uses: upbound/uptest/.github/workflows/native-provider-bump.yml@main
with:
provider-source: hashicorp/google
go-version: 1.19
go-version: 1.21
secrets:
TOKEN: ${{ secrets.OFFICIAL_PROVIDERS_GA_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/publish-service-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
subpackages: ${{ github.event.inputs.subpackages }}
size: ${{ github.event.inputs.size }}
concurrency: ${{ github.event.inputs.concurrency }}
go-version: 1.21
secrets:
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR_RC }}
UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW_RC }}
1 change: 1 addition & 0 deletions .github/workflows/updoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
uses: upbound/uptest/.github/workflows/provider-updoc.yml@main
with:
providers: "monolith config"
go-version: 1.21
secrets:
UPBOUND_CI_PROD_BUCKET_SA: ${{ secrets.UPBOUND_CI_PROD_BUCKET_SA }}
2 changes: 1 addition & 1 deletion .github/workflows/uptest-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.21'
DOCKER_BUILDX_VERSION: 'v0.8.2'

jobs:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
# correctly.
export GOPRIVATE = github.com/upbound/*

GO_REQUIRED_VERSION ?= 1.19
GO_REQUIRED_VERSION ?= 1.21
# GOLANGCILINT_VERSION is inherited from build submodule by default.
# Uncomment below if you need to override the version.
# GOLANGCILINT_VERSION ?= 1.54.0
Expand All @@ -65,7 +65,7 @@ export SUBPACKAGES := $(SUBPACKAGES)
# Setup Kubernetes tools

KIND_VERSION = v0.15.0
UPTEST_VERSION = v0.6.1
UPTEST_VERSION = v0.8.0
# dependency for up
UP_VERSION = v0.20.0
UP_CHANNEL = stable
Expand Down Expand Up @@ -246,7 +246,7 @@ crddiff: $(UPTEST)
continue ; \
fi ; \
echo "Checking $${crd} for breaking API changes..." ; \
changes_detected=$$($(UPTEST) crddiff revision <(git cat-file -p "$${GITHUB_BASE_REF}:$${crd}") "$${crd}" 2>&1) ; \
changes_detected=$$($(UPTEST) crddiff revision --enable-upjet-extensions <(git cat-file -p "$${GITHUB_BASE_REF}:$${crd}") "$${crd}" 2>&1) ; \
if [[ $$? != 0 ]] ; then \
printf "\033[31m"; echo "Breaking change detected!"; printf "\033[0m" ; \
echo "$${changes_detected}" ; \
Expand Down
181 changes: 181 additions & 0 deletions apis/accesscontextmanager/v1beta1/zz_generated_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions apis/activedirectory/v1beta1/zz_domain_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading