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: awslabs/generative-ai-cdk-constructs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.194
Choose a base ref
...
head repository: awslabs/generative-ai-cdk-constructs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.198
Choose a head ref
  • 5 commits
  • 11 files changed
  • 7 contributors

Commits on Jun 24, 2024

  1. chore(deps): upgrade dependencies (#530)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/9629198398
    
    ------
    
    *Automatically created by projen via the "upgrade-main" workflow*
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    emerging-tech-cdk-constructs-bot and github-actions authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9ac73cf View commit details
    Browse the repository at this point in the history
  2. Revert "chore(deps): upgrade dependencies (#530)" (#532)

    This reverts commit 9ac73cf.
    krokoko authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f437ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3a928 View commit details
    Browse the repository at this point in the history
  4. feat(dotnet): publish constructs to NuGet (#529)

    * publish constructs to NuGet
    * namespace for NuGet package
    * set specific commits for action versions
    
    ---------
    
    Signed-off-by: Dinesh Sajwan <sajwandinesh03@gmail.com>
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: Dinesh Sajwan <dinsajwa@amazon.com>
    Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Alain Krok <alkrok@amazon.com>
    5 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    40b0a69 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump the dev-dependencies group with 5 updates (#533)

    Bumps the dev-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [cdk-nag](https://github.com/cdklabs/cdk-nag) | `2.28.145` | `2.28.148` |
    | [@mrgrain/jsii-struct-builder](https://github.com/mrgrain/jsii-struct-builder) | `0.7.32` | `0.7.33` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.38` | `18.19.39` |
    | [jsii](https://github.com/aws/jsii-compiler) | `5.3.31` | `5.3.40` |
    | [jsii-rosetta](https://github.com/aws/jsii-rosetta) | `5.3.31` | `5.3.42` |
    
    
    Updates `cdk-nag` from 2.28.145 to 2.28.148
    - [Release notes](https://github.com/cdklabs/cdk-nag/releases)
    - [Commits](cdklabs/cdk-nag@v2.28.145...v2.28.148)
    
    Updates `@mrgrain/jsii-struct-builder` from 0.7.32 to 0.7.33
    - [Release notes](https://github.com/mrgrain/jsii-struct-builder/releases)
    - [Commits](mrgrain/jsii-struct-builder@v0.7.32...v0.7.33)
    
    Updates `@types/node` from 18.19.38 to 18.19.39
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `jsii` from 5.3.31 to 5.3.40
    - [Release notes](https://github.com/aws/jsii-compiler/releases)
    - [Changelog](https://github.com/aws/jsii-compiler/blob/main/releases.json)
    - [Commits](aws/jsii-compiler@v5.3.31...v5.3.40)
    
    Updates `jsii-rosetta` from 5.3.31 to 5.3.42
    - [Release notes](https://github.com/aws/jsii-rosetta/releases)
    - [Changelog](https://github.com/aws/jsii-rosetta/blob/main/releases.json)
    - [Commits](aws/jsii-rosetta@v5.3.31...v5.3.42)
    
    ---
    updated-dependencies:
    - dependency-name: cdk-nag
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@mrgrain/jsii-struct-builder"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: jsii
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: jsii-rosetta
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    119987b View commit details
    Browse the repository at this point in the history
Loading