Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-controllers-k8s/dynamodb-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.5
Choose a base ref
...
head repository: aws-controllers-k8s/dynamodb-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.6
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Dec 14, 2023

  1. Update to ACK runtime v0.28.0, code-generator v0.28.0 (#90)

    ### Update to ACK runtime `v0.28.0`, code-generator `v0.28.0`
    
    ----------
    
    * ACK code-generator `v0.28.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.28.0)
    * ACK runtime `v0.28.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.28.0)
    
    ----------
    
    NOTE:
    This PR increments the release version of service controller from `v1.2.5` to `v1.2.6`
    
    Once this PR is merged, release `v1.2.6` will be automatically created for `dynamodb-controller`
    
    **Please close this PR, if you do not want the new patch release for `dynamodb-controller`**
    
    ----------
    
    #### stdout for `make build-controller`:
    
    ```
    building ack-generate ... ok.
    ==== building dynamodb-controller ====
    Copying common custom resource definitions into dynamodb
    Building Kubernetes API objects for dynamodb
    Generating deepcopy code for dynamodb
    Generating custom resource definitions for dynamodb
    Building service controller for dynamodb
    Generating RBAC manifests for dynamodb
    Running gofmt against generated code for dynamodb
    Updating additional GitHub repository maintenance files
    ==== building dynamodb-controller release artifacts ====
    Building release artifacts for dynamodb-v1.2.6
    Generating common custom resource definitions
    Generating custom resource definitions for dynamodb
    Generating RBAC manifests for dynamodb
    ```
    
    ----------
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    ack-bot authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5b77ddb View commit details
    Browse the repository at this point in the history
Loading