Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 #978

Commits on Jun 15, 2023

  1. Bump k8s.io/code-generator from 0.27.2 to 0.27.3 (#834)

    Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.27.2 to 0.27.3.
    - [Commits](kubernetes/code-generator@v0.27.2...v0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/code-generator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d35f36f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 (#839)

    Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.27.2 to 0.27.3.
    - [Commits](kubernetes/apimachinery@v0.27.2...v0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ee60cc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump golang.org/x/tools from 0.9.3 to 0.10.0 (#842)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.3 to 0.10.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.9.3...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0a184b7 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 4.1.0 to 4.1.1 (#841)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d4557c3 View commit details
    Browse the repository at this point in the history
  3. Bump docker/metadata-action from 4.5.0 to 4.6.0 (#840)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0fb1572 View commit details
    Browse the repository at this point in the history
  4. [FEATURE] - Cloud Resource and Module Plans (#824)

    Currently terraform modules are exposed as raw configurations for consumption. With this pull request the idea is to wrap these into managed, sanctioned and tested packages which can be maintained by the platform team and consumed by the developers. The feature attempts to remove much of the leg work, open-end nature, and provide the developers with a reliable consumption model
    gambol99 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9519f4b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 (#844)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.53.2 to 1.53.3.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.53.2...v1.53.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6f345bb View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Checkov Image Update (#846)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    77edb46 View commit details
    Browse the repository at this point in the history
  3. [FEATURE] - Create Revision Command (#847)

    * [FEATURE] - Cloud Resource and Module Plans
    
    Currently terraform modules are exposed as raw configurations for consumption. With this pull request the idea is to wrap these into managed, sanctioned and tested packages which can be maintained by the platform team and consumed by the developers. The feature attempts to remove much of the leg work, open-end nature, and provide the developers with a reliable consumption model
    
    * [FEATURE] - Create Revision Command
    
    Adding a beta version of the create revision command
    gambol99 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ca1f77d View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go from 1.44.281 to 1.44.285 (#845)

    * Bump github.com/aws/aws-sdk-go from 1.44.281 to 1.44.285
    
    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.281 to 1.44.285.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.281...v1.44.285)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * - fixing up the aws issue
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rohith Jayawardene <[email protected]>
    dependabot[bot] and gambol99 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c7c7f0a View commit details
    Browse the repository at this point in the history
  5. [FEATURE] - Enable Default Variables Injection (#848)

    Permit the user to indicate that default variables can be injected
    gambol99 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    376df46 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#850)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.15.1...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cf3c361 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] - Update Proection for Revisions in Use (#851)

    Currently the controller will permit the update of a Revision which is currently in use. This means the ground and shift underneath a cloudresource without the user knowing. The correct way for changes to be made is a new Revision created and the consumer to move to the new version
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4b2897e View commit details
    Browse the repository at this point in the history
  3. [FEATURE] - Cloud Resource Update Available (#852)

    Currently a consumer would not be aware if a Cloud Resource has updates availabe, without checking the plan. In the pull request we have added a prometheus metrics for monitoring purposes which tracks if an updates is available as well as a status flag which is show on the kubectl get cloudresource, indicates an update is available
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    51f6cc9 View commit details
    Browse the repository at this point in the history
  4. [CLI] - Create Workflow Command (#853)

    Currently the creation of a workflow is via 'tnctl workflow create'; given we now have a 'tnctl create' verb now, feels best to move the command
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    61c1f6c View commit details
    Browse the repository at this point in the history
  5. [FEATURE] - CLI Get Command (#854)

    This is largely just a convience command and it's annoying jumpiny between kubectl and tnctl. This feature simply calls the 'kubectl get' command for each of the resource types
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    edff135 View commit details
    Browse the repository at this point in the history
  6. [FEATURE] - Convert Command (#855)

    Updating the convert command to also retrieve provider and policies
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    be38462 View commit details
    Browse the repository at this point in the history
  7. [FEATURE] - Cloud Resources Reconciles on Plan Changes (#856)

    Given the addition of the available update status, it's useful to reconcile on changes to the plan as it can keep the field in sync. This PR adds to the cloud resource controller the abilty to reconcile all cloud resource which reference a plan X, when plan X has a generational change
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5e0fb3a View commit details
    Browse the repository at this point in the history
  8. [CLI] - Moving Commands Under Create (#857)

    Moving a couple commands under create to reduce the verbage
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9eff26e View commit details
    Browse the repository at this point in the history
  9. [BUILD] - Allowing Framework to be Overriden (#858)

    * [CLI] - Moving Commands Under Create
    
    Moving a couple commands under create to reduce the verbage
    
    * [BUILD] - Allowing Framework to be Overriden
    
    Allowing the checkov framework to be overriden
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5462205 View commit details
    Browse the repository at this point in the history
  10. [API] - Adding Type Field to Revision Inputs (#859)

    Currently their is no format to the inputs to give consumers an understanding on the expected type. In thie PR we've added a type field and copied in the variable type from terraform variables
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2e92d7a View commit details
    Browse the repository at this point in the history
  11. [APIS] - Fixing Revision JSON Tags (#860)

    Fixing up the json tags on the fields
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6b2c773 View commit details
    Browse the repository at this point in the history
  12. [BUGFIX] - Revision Template Plan Name Default (#861)

    Adding a default to the template to ensure we always have thing set
    gambol99 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0549629 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#862)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.10.0 to 2.11.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.10.0...v2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d9a61e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.288 (#863)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.285 to 1.44.288.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.285...v1.44.288)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c850361 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] - Configuration Resource Status (#864)

    The configuration controller was not setting the .status.resourceStatus correctly; which meant resources which were out of sync and waiting for a approval was not showing in the status (just the overall .status.condition). The logic was correctly i.e. it was still waiting for approval, just not indicating on the status
    gambol99 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a0eb0fd View commit details
    Browse the repository at this point in the history
  3. [APIS] - Adding Types Fields to Revision Input (#865)

    Adding the type field and using a pointer
    gambol99 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    dea3078 View commit details
    Browse the repository at this point in the history
  4. [FEATURE] - Verify Revision CLI (#866)

    Currently there is no easy wasy to test wheather a Revision is going to be successful without going through an iteration loop to check; covering terraform, module variables, checkov policies, constraints and so forth. This places an number of obstacles in the way to the platform engineer in getting a artifact ready for use. This in the change, we've introduced a 'tnctl verify revision' comnand will and use either in cluster configure or code to verify a Revision will work before going into a death loop iteration
    gambol99 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e2f120b View commit details
    Browse the repository at this point in the history
  5. [FEATURE] - Revisions in Use Metric (#867)

    * [FEATURE] - Verify Revision CLI
    
    Currently there is no easy wasy to test wheather a Revision is going to be successful without going through an iteration loop to check; covering terraform, module variables, checkov policies, constraints and so forth. This places an number of obstacles in the way to the platform engineer in getting a artifact ready for use. This in the change, we've introduced a 'tnctl verify revision' comnand will and use either in cluster configure or code to verify a Revision will work before going into a death loop iteration
    
    * [FEATURE] - Revisions in Use Metric
    
    Update the revisions crd to include a counter on the number of cloud resources using it + a prometheus metric
    gambol99 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8f634cb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. [FEATURE] - Adding Convenience Aliases for Delete & Apply (#868)

    Adding some convenience aliases to kubectl apply and delete, just makes it easier not to switch between commands
    gambol99 authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    de3ddfe View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] - Generating Checkov Policy Per Constraint (#869)

    The current implmentation is using namespace match to generate the checkov policy - it makes more sense to test the revision against all possible policies in the cluster; plus has the benefit on not relying on the need to speak to a cluster when checking
    gambol99 authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f4e4a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. [BUGFIX] - Fix Deletion of Temporary Directory (#870)

    Currently due to the os.Exit(1) the temp directory when using tnctl verify revision is not be deleted when checks fails. This PR fixes the issues
    gambol99 authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    303e218 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] - Ignore Local Directories on Module Policy Verification (#871

    )
    
    Ignoring the verification if the module spec has a local directory
    gambol99 authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b0a76a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.288 to 1.44.289 (#872)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.288 to 1.44.289.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.288...v1.44.289)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    107c663 View commit details
    Browse the repository at this point in the history
  2. [E2E] - Cloud Resource E2E (#873)

    Fixing up the E2E checks to ensure the feature works as expected
    gambol99 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    913714d View commit details
    Browse the repository at this point in the history
  3. [BUGFIX] - Bypass Update Protection on Revision (#874)

    We should only enable the update protection if there is an update to the spec, changes to annotations and labels if fine
    gambol99 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    259cef4 View commit details
    Browse the repository at this point in the history
  4. [E2E] - Cloud Resource E2E (#875)

    Fixing up some of the elements in the cloud resource E2E's
    gambol99 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d4c3194 View commit details
    Browse the repository at this point in the history
  5. [E2E] - Azure Integration Testing (#876)

    Adding back integration testing for Azure
    gambol99 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    51e70c8 View commit details
    Browse the repository at this point in the history
  6. Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0 (#771)

    * Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.6 to 0.15.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.14.6...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * - fixing up the dependencies from this upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rohith Jayawardene <[email protected]>
    dependabot[bot] and gambol99 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5ae697a View commit details
    Browse the repository at this point in the history
  7. Bump k8s.io/client-go from 0.26.3 to 0.27.3 (#836)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.3 to 0.27.3.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.26.3...v0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    84e8dc3 View commit details
    Browse the repository at this point in the history
  8. Bump k8s.io/apiextensions-apiserver from 0.26.3 to 0.27.3 (#835)

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.26.3 to 0.27.3.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.26.3...v0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6b8b2f9 View commit details
    Browse the repository at this point in the history
  9. Bump k8s.io/cli-runtime from 0.26.3 to 0.27.3 (#849)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.26.3 to 0.27.3.
    - [Commits](kubernetes/cli-runtime@v0.26.3...v0.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    33502dc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump mvdan.cc/sh/v3 from 3.6.0 to 3.7.0 (#878)

    Bumps [mvdan.cc/sh/v3](https://github.com/mvdan/sh) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/mvdan/sh/releases)
    - [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md)
    - [Commits](mvdan/sh@v3.6.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: mvdan.cc/sh/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d22e838 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.289 to 1.44.290 (#877)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.289 to 1.44.290.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.289...v1.44.290)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ecd2743 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.291 (#881)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.290 to 1.44.291.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.290...v1.44.291)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cba0489 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.291 to 1.44.293 (#883)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.291 to 1.44.293.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.291...v1.44.293)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e40e62a View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Fixing Checkov Image Automation (#884)

    Fixing up the job to pull in the image it was breaking builds
    gambol99 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8bd29be View commit details
    Browse the repository at this point in the history
  3. [IMAGES] - Infracost Image Update (#879)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5a5b5e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. [CLI] - Adding Drift Detection to Columns (#886)

    Adding the drift detection flag to the output of kubectl to indicate the status
    gambol99 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    77e77e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.293 to 1.44.295 (#887)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.293 to 1.44.295.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.293...v1.44.295)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    83c5b28 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Bump golang.org/x/tools from 0.10.0 to 0.11.0 (#892)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a11ba58 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.295 to 1.44.297 (#894)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.295 to 1.44.297.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
    - [Commits](aws/aws-sdk-go@v1.44.295...v1.44.297)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    89f0fc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#891)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.9.0 to 0.10.0.
    - [Commits](golang/oauth2@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4297076 View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Terraform Image Update (#888)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f21864b View commit details
    Browse the repository at this point in the history
  3. [IMAGES] - Infracost Image Update (#889)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9054a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. [FEATURE] - Create CloudResource Command (#899)

    Adding to the tnctl cli the ability to provision a cloud resource
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    edfca54 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] - Fixing the Variable Keys (#901)

    Was using the wrong name for the terraform input
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    67f1e8b View commit details
    Browse the repository at this point in the history
  3. [BUGFIX] - Warning Message on Validation (#900)

    Fixing up the warnings to be consistent
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    48d1dbf View commit details
    Browse the repository at this point in the history
  4. [BUGFIX] - Create Cloud Resource (#902)

    Fixing up elements and removing the dependency on the convert when creating a cloud resource
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    24a6b21 View commit details
    Browse the repository at this point in the history
  5. [BUGFIX] - Fixing Describe Command (#903)

    * [BUGFIX] - Create Cloud Resource
    
    Fixing up elements and removing the dependency on the convert when creating a cloud resource
    
    * [BUGFIX] - Fixing Describe Command
    
    Fixing up the labeling issue on the describe command
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5391da2 View commit details
    Browse the repository at this point in the history
  6. [BUGFIX] - CloudResource Secret Reference (#904)

    Ensuring we copy the cloud resource secret reference if defined
    gambol99 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4a9c34c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. [CLI] - Revision Verification (#909)

    Updating the output just to use double quotes around the names
    gambol99 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c12f305 View commit details
    Browse the repository at this point in the history
  2. [BUILD] - API Server Timeout on Resource (#908)

    Increasing the timeout when looking up the terraform logs
    gambol99 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    605c0e3 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go from 1.44.297 to 1.44.300 (#905)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.297 to 1.44.300.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.297...v1.44.300)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d9033c7 View commit details
    Browse the repository at this point in the history
  4. Bump sigs.k8s.io/controller-tools from 0.11.4 to 0.12.1 (#906)

    Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.11.4 to 0.12.1.
    - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-tools@v0.11.4...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6191445 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. [CLI] - Verification Relative Path (#910)

    Allowing the user to specify a relative path
    gambol99 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    07fd0c5 View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Checkov Image Update (#897)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f722a2c View commit details
    Browse the repository at this point in the history
  3. [FEATURE] - Additional EKS Preload Values (#911)

    Adding some additional values to the preloading
    gambol99 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f66bad2 View commit details
    Browse the repository at this point in the history
  4. [TESTS] - Create Cloud Resource (#912)

    Adding the create cloudresource unit tests
    gambol99 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b86b7dc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#922)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.3 to 0.27.4.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.27.3...v0.27.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dc48d00 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.300 to 1.44.305 (#919)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.300 to 1.44.305.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
    - [Commits](aws/aws-sdk-go@v1.44.300...v1.44.305)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5d9931f View commit details
    Browse the repository at this point in the history
  3. Bump k8s.io/code-generator from 0.27.3 to 0.27.4 (#921)

    Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.27.3 to 0.27.4.
    - [Commits](kubernetes/code-generator@v0.27.3...v0.27.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/code-generator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    57e5b1b View commit details
    Browse the repository at this point in the history
  4. [HELM] - Fixing Spelling Mistake (#923)

    Fixing up the spelling mistake in the helm chart
    gambol99 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1013159 View commit details
    Browse the repository at this point in the history
  5. Bump k8s.io/cli-runtime from 0.27.3 to 0.27.4 (#920)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.27.3 to 0.27.4.
    - [Commits](kubernetes/cli-runtime@v0.27.3...v0.27.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    51842dd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. [IMAGES] - Terraform Image Update (#915)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    087462d View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Checkov Image Update (#914)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    c20959f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#928)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.8 to 1.27.10.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.8...v1.27.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cd635b3 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.305 to 1.44.307 (#927)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.305 to 1.44.307.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.305...v1.44.307)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dfcdb09 View commit details
    Browse the repository at this point in the history
  3. Bump k8s.io/apiextensions-apiserver from 0.27.3 to 0.27.4 (#924)

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.3 to 0.27.4.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.27.3...v0.27.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1e86a4e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.307 to 1.44.309 (#933)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.307 to 1.44.309.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.307...v1.44.309)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7feaaa0 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 (#932)

    Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/hashicorp/go-getter/releases)
    - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
    - [Commits](hashicorp/go-getter@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-getter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fce198e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 (#935)

    Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.4 to 1.15.0.
    - [Commits](tidwall/gjson@v1.14.4...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tidwall/gjson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0489d97 View commit details
    Browse the repository at this point in the history
  2. [IMAGES] - Infracost Image Update (#930)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    31eeaa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Bump golang.org/x/tools from 0.11.0 to 0.11.1 (#938)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.0 to 0.11.1.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.11.0...v0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    882bdfb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. [IMAGES] - Terraform Image Update (#940)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4382bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#946)

    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.15.0 to 0.15.1.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.15.0...v0.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fe022bb View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#944)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0.
    - [Commits](golang/oauth2@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0822aa3 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go from 1.44.309 to 1.44.317 (#945)

    * Bump github.com/aws/aws-sdk-go from 1.44.309 to 1.44.317
    
    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.309 to 1.44.317.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.309...v1.44.317)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * - fixing up the mock
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rohith Jayawardene <[email protected]>
    dependabot[bot] and gambol99 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    57bf3b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.317 to 1.44.318 (#949)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.317 to 1.44.318.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.317...v1.44.318)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e957c8 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/tools from 0.11.1 to 0.12.0 (#948)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.1 to 0.12.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.11.1...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    39baa8c View commit details
    Browse the repository at this point in the history
  3. [LINT] - Linting the Watch Logs Script (#947)

    Running shfmt on the bash scripts
    gambol99 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bce6c40 View commit details
    Browse the repository at this point in the history
  4. [IMAGES] - Infracost Image Update (#951)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f4f236d View commit details
    Browse the repository at this point in the history
  5. [IMAGES] - Checkov Image Update (#939)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bb6705a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Bump github.com/tidwall/gjson from 1.15.0 to 1.16.0 (#956)

    Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.15.0 to 1.16.0.
    - [Commits](tidwall/gjson@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tidwall/gjson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d832350 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 (#955)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.53.3 to 1.54.0.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.53.3...v1.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    009a6e8 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go from 1.44.318 to 1.44.320 (#954)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.318 to 1.44.320.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.318...v1.44.320)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b0a5f44 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.320 to 1.44.322 (#959)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.320 to 1.44.322.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.320...v1.44.322)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0631f31 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/golangci/golangci-lint from 1.54.0 to 1.54.1 (#958)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.54.0 to 1.54.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.54.0...v1.54.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2c0c57e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Bump k8s.io/cli-runtime from 0.27.4 to 0.28.0 (#967)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.27.4 to 0.28.0.
    - [Commits](kubernetes/cli-runtime@v0.27.4...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bd9276e View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.322 to 1.44.324 (#966)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.322 to 1.44.324.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.322...v1.44.324)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    13c112e View commit details
    Browse the repository at this point in the history
  3. [IMAGES] - Terraform Image Update (#963)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e36e3ad View commit details
    Browse the repository at this point in the history
  4. Bump k8s.io/code-generator from 0.27.4 to 0.28.0 (#968)

    Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.27.4 to 0.28.0.
    - [Commits](kubernetes/code-generator@v0.27.4...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/code-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bc36cc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Bump k8s.io/apiextensions-apiserver from 0.27.4 to 0.28.0 (#969)

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.4 to 0.28.0.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.27.4...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c7a891a View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.324 to 1.44.326 (#972)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.324 to 1.44.326.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.324...v1.44.326)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    05b1314 View commit details
    Browse the repository at this point in the history
  3. [IMAGES] - Infracost Image Update (#961)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6a4e52f View commit details
    Browse the repository at this point in the history
  4. [IMAGES] - Checkov Image Update (#962)

    [create-pull-request] automated change
    
    Co-authored-by: gambol99 <[email protected]>
    github-actions[bot] and gambol99 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    27b1d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.44.326 to 1.44.331 (#982)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.326 to 1.44.331.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.326...v1.44.331)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    100f6a7 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#980)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.11.0 to 2.12.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.11.0...v2.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    71515f2 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/golangci/golangci-lint from 1.54.1 to 1.54.2 (#975)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.54.1 to 1.54.2.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.54.1...v1.54.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4b06782 View commit details
    Browse the repository at this point in the history
  4. Bump sigs.k8s.io/controller-tools from 0.12.1 to 0.13.0 (#971)

    Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.12.1 to 0.13.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-tools@v0.12.1...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ae39fa1 View commit details
    Browse the repository at this point in the history
  5. [BUILD] - Regenerating APIS (#983)

    Post the upgrade of controller-tools to 0.13.0, regenerating the API resources to pick up any changes
    gambol99 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3622fbf View commit details
    Browse the repository at this point in the history
  6. Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0

    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.15.1 to 0.16.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.15.1...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gambol99 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    74114e3 View commit details
    Browse the repository at this point in the history
  7. - fixed up the issues

    gambol99 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f033468 View commit details
    Browse the repository at this point in the history