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

Commits on Jul 11, 2023

  1. Update recommended-inline-policy with VPC permissions (#96)

    Issue #, if available: n/a
    
    Description of changes: Updates the recommended inline policy with permissions needed to create Lambda functions inside a VPC.
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    jessebye authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f6ee249 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Source image error handling (#98)

    **Issue #, if available:**
    aws-controllers-k8s/community#1842
    
    **Description of changes:**
    Requeues the function reconciliation if it errors due to an image not existing. It will attempt reconciliation again after 1 minute. This allows for handling common GitOps conditions that may occur, where the function manifest is updated to use a new image URI, but the image hasn't finished pushing yet.
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    jessebye authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4500a6c View commit details
    Browse the repository at this point in the history
  2. Release artifact for release v1.1.1 (#99)

    Release artifact for release `v1.1.1`
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    a-hilaly authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    24be866 View commit details
    Browse the repository at this point in the history
Loading