Skip to content

Commit

Permalink
Merge pull request #1196 from sergenyalcin/bump-upjet-1.1
Browse files Browse the repository at this point in the history
[release-1.1] Bump upjet to 1.2.2
  • Loading branch information
sergenyalcin committed Mar 7, 2024
2 parents 069ec0a + 4277074 commit 2a806d7
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 @@ UP_CHANNEL = stable
UPTEST_VERSION = v0.11.0
KUSTOMIZE_VERSION = v5.3.0
YQ_VERSION = v4.40.5
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.

19 changes: 19 additions & 0 deletions examples/apigateway/v1beta1/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/v1beta1/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/v1beta1/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/v1beta2/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
numCacheClusters: 2
parameterGroupName: default.redis7
Expand Down
2 changes: 1 addition & 1 deletion examples/rds/v1beta1/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 examples/rds/v1beta2/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.19.0
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.2.0
github.com/crossplane/upjet v1.2.2
github.com/go-ini/ini v1.46.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/terraform-json v0.18.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,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.2.0 h1:vGV+//ZNN7ym3ClSnoX9YV+GRJJa18gjwvuFl7OpO9A=
github.com/crossplane/upjet v1.2.0/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA=
github.com/crossplane/upjet v1.2.2 h1:xAjJAeEhl6JKLAfxBkXES4adZATTiJLZzi8lplLdir0=
github.com/crossplane/upjet v1.2.2/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA=
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
github.com/dave/jennifer v1.4.1 h1:XyqG6cn5RQsTj3qlWQTKlRGAyrTcsk1kUmWdZBzRjDw=
Expand Down

0 comments on commit 2a806d7

Please sign in to comment.