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/s3-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.17
Choose a base ref
...
head repository: aws-controllers-k8s/s3-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. Add Adoption by annotation tests (#139)

    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    dbbf635 View commit details
    Browse the repository at this point in the history
  2. Release artifacts for release v1.0.18 (#140)

    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    7d0c69d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Release artifacts for release v1.0.19 (#141)

    Description of changes:
    Add Adoption by Annotation feature gate
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e1077a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Update to ACK runtime v0.40.0, code-generator v0.40.0 (#142)

    ### Update to ACK runtime `v0.40.0`, code-generator `v0.40.0`
    
    ----------
    
    * ACK code-generator `v0.40.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.40.0)
    * ACK runtime `v0.40.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.40.0)
    
    ----------
    
    NOTE:
    This PR increments the release version of service controller from `v1.0.19` to `v1.0.20`
    
    Once this PR is merged, release `v1.0.20` will be automatically created for `s3-controller`
    
    **Please close this PR, if you do not want the new patch release for `s3-controller`**
    
    ----------
    
    #### stdout for `make build-controller`:
    
    ```
    building ack-generate ... ok.
    ==== building s3-controller ====
    Copying common custom resource definitions into s3
    Building Kubernetes API objects for s3
    Generating deepcopy code for s3
    Generating custom resource definitions for s3
    Building service controller for s3
    Generating RBAC manifests for s3
    Running gofmt against generated code for s3
    Updating additional GitHub repository maintenance files
    ==== building s3-controller release artifacts ====
    Building release artifacts for s3-v1.0.20
    Generating common custom resource definitions
    Generating custom resource definitions for s3
    Generating RBAC manifests for s3
    ```
    
    ----------
    
    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 10, 2024
    Configuration menu
    Copy the full SHA
    64382cd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Exclude default/empty values from spec during a read operation (#143)

    Issue [#2230](aws-controllers-k8s/community#2230)
    
    Description of changes:
    This PR is ensuring the controller does not assign default empty
    values to the resource during a read operation
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    14972d4 View commit details
    Browse the repository at this point in the history
Loading