Skip to content

feat(bump): bump all deps#22

Merged
haarchri merged 1 commit intomainfrom
feature/bump-all
Mar 19, 2024
Merged

feat(bump): bump all deps#22
haarchri merged 1 commit intomainfrom
feature/bump-all

Conversation

@haarchri
Copy link
Copy Markdown
Member

Description of your changes

  • update all deps
  • remove all steps in makefile we don't need -> all in ci available

Fixes #6 #9 #10 #16 #17 #21

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

make render
Rendering examples/xr-cidrhost.yaml...
---
apiVersion: platform.upbound.io/v1alpha1
kind: XCIDR
metadata:
  name: cidr-host
status:
  atFunction:
    cidr:
      hostAddress: 10.0.0.111
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    reason: Available
    status: "True"
    type: Ready
Rendering examples/xr-cidrnetmask.yaml...
---
apiVersion: platform.upbound.io/v1alpha1
kind: XCIDR
metadata:
  name: cidr-netmask
status:
  atFunction:
    cidr:
      netmask: 255.240.0.0
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    reason: Available
    status: "True"
    type: Ready
Rendering examples/xr-cidrsubnet.yaml...
---
apiVersion: platform.upbound.io/v1alpha1
kind: XCIDR
metadata:
  name: cidr-subnet
status:
  atFunction:
    cidr:
      subnet-a: 10.0.0.0/28
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    reason: Available
    status: "True"
    type: Ready
Rendering examples/xr-cidrsubnetloop.yaml...
---
apiVersion: platform.upbound.io/v1alpha1
kind: XCIDR
metadata:
  name: cidr-subnetloop
status:
  atFunction:
    cidr:
      subnets:
      - 10.0.0.48/32
      - 10.0.0.49/32
      - 10.0.0.50/32
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    reason: Available
    status: "True"
    type: Ready
Rendering examples/xr-cidrsubnets.yaml...
---
apiVersion: platform.upbound.io/v1alpha1
kind: XCIDR
metadata:
  name: cidr-subnets
status:
  atFunction:
    cidr:
      subnets:
      - 10.0.0.0/28
      - 10.0.1.0/24
      - 10.0.4.0/22
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    reason: Available
    status: "True"
    type: Ready

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
@haarchri haarchri requested a review from humoflife March 19, 2024 22:22
@humoflife
Copy link
Copy Markdown
Collaborator

/test-examples="examples/composition-cidrhost.yaml,examples/composition-cidrnetmask.yaml,examples/composition-cidrsubnet.yaml,examples/composition-cidrsubnetloop.yaml,examples/composition-cidrsubnets.yaml"

@humoflife
Copy link
Copy Markdown
Collaborator

LGTM.

@haarchri haarchri merged commit a1d3d3b into main Mar 19, 2024
Copy link
Copy Markdown
Collaborator

@humoflife humoflife left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to merge.

@haarchri haarchri deleted the feature/bump-all branch March 19, 2024 22:51
mproffitt pushed a commit to mproffitt/function-cidr that referenced this pull request Jul 4, 2024
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants