Skip to content

Commit

Permalink
Merge pull request #1195 from sergenyalcin/bump-upjet
Browse files Browse the repository at this point in the history
[release-0.47] Bump upjet to 1.1.3
  • Loading branch information
sergenyalcin committed Mar 7, 2024
2 parents 130eefd + 3c243b5 commit cae7aab
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ KIND_VERSION = v0.15.0
UP_VERSION = v0.20.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.11.0
UXP_VERSION = 1.14.6-up.1

export UP_VERSION := $(UP_VERSION)
export UP_CHANNEL := $(UP_CHANNEL)
Expand Down
2 changes: 1 addition & 1 deletion apis/elasticache/v1beta1/zz_user_terraformed.go

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

2 changes: 1 addition & 1 deletion build
19 changes: 19 additions & 0 deletions examples/apigateway/integrationresponse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: RestAPI
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemoapi
Expand All @@ -13,6 +15,10 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: IntegrationResponse
metadata:
annotations:
# Disabling import step because of the unstable ID
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemointegrationresponse
Expand Down Expand Up @@ -42,6 +48,9 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Integration
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemointegration
Expand All @@ -62,6 +71,9 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Method
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemomethod
Expand All @@ -80,6 +92,9 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: MethodResponse
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: response-200
Expand All @@ -100,6 +115,8 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Resource
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemoresource
Expand All @@ -117,6 +134,8 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Model
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemomodel
Expand Down
2 changes: 2 additions & 0 deletions examples/docdb/clusterinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
name: cluster-instances
spec:
forProvider:
preferredMaintenanceWindow: sun:10:30-sun:14:30
clusterIdentifierSelector:
matchLabels:
testing.upbound.io/example-name: default
Expand Down Expand Up @@ -35,6 +36,7 @@ spec:
namespace: upbound-system
masterUsername: foo
preferredBackupWindow: 07:00-09:00
preferredMaintenanceWindow: sun:10:30-sun:14:30
skipFinalSnapshot: true

---
Expand Down
1 change: 1 addition & 0 deletions examples/elasticache/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
forProvider:
region: us-west-1
engine: memcached
maintenanceWindow: sun:05:00-sun:09:00
nodeType: cache.t2.micro
numCacheNodes: 1
parameterGroupName: default.memcached1.6
Expand Down
1 change: 1 addition & 0 deletions examples/elasticache/replicationgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
forProvider:
automaticFailoverEnabled: true
description: example description
maintenanceWindow: sun:05:00-sun:09:00
nodeType: cache.m4.large
numberCacheClusters: 2
parameterGroupName: default.redis7
Expand Down
2 changes: 1 addition & 1 deletion examples/rds/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
backupRetentionPeriod: 14
instanceClass: db.t3.micro
engine: postgres
engineVersion: "13.7"
engineVersion: "16.1"
username: adminuser
autoGeneratePassword: true
passwordSecretRef:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/aws/smithy-go v1.13.5
github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240213134610-7fcb8c5cad6f
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
github.com/crossplane/upjet v1.1.1
github.com/crossplane/upjet v1.1.3
github.com/go-ini/ini v1.46.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/terraform-json v0.17.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240213134610-7fcb8c5ca
github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240213134610-7fcb8c5cad6f/go.mod h1:kRcJjJQmBFrR2n/KhwL8wYS7xNfq3D8eK4JliEScOHI=
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79 h1:HigXs5tEQxWz0fcj8hzbU2UAZgEM7wPe0XRFOsrtF8Y=
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79/go.mod h1:+e4OaFlOcmr0JvINHl/yvEYBrZawzTgj6pQumOH1SS0=
github.com/crossplane/upjet v1.1.1 h1:5GBZxDcKf3zOZpb6f3Dfk2ptTVd8F6tuX+HmUXO0Slg=
github.com/crossplane/upjet v1.1.1/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA=
github.com/crossplane/upjet v1.1.3 h1:ROHqjES9iTC/rKBdIA5HsZKcG+HJk4Ci5kS8LsQQunA=
github.com/crossplane/upjet v1.1.3/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA=
github.com/dave/jennifer v1.4.1 h1:XyqG6cn5RQsTj3qlWQTKlRGAyrTcsk1kUmWdZBzRjDw=
github.com/dave/jennifer v1.4.1/go.mod h1:7jEdnm+qBcxl8PC0zyp7vxcpSRnzXSt9r39tpTVGlwA=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit cae7aab

Please sign in to comment.