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: shkaruna/linode_api4-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: linode/linode_api4-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 21 files changed
  • 7 contributors

Commits on Mar 30, 2026

  1. TPT-4324: Allow dict passthrough for config_create 'devices' field; u…

    …pdate repo to reflect 3.9 EOL (linode#673)
    
    * Allow dict passthrough for config_create 'devices' field
    
    * Add negative tests
    
    * Apply suggestion from @Copilot
    
    Co-authored-by: Copilot <[email protected]>
    
    * tidy up
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    lgarber-akamai and Copilot authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    d692eef View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. TPT-4298: Added PR title checking to lint workflow and clean up relea…

    …se notes workflow (linode#678)
    
    * Added PR title checking to lint workflow and clean up release notes
    
    * Bumped actions/github-script from v7 to v8
    ezilber-akamai authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    47e620e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. build(deps): bump actions/upload-artifact from 6 to 7 (linode#658)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    c3a77de View commit details
    Browse the repository at this point in the history
  2. build(deps): bump slackapi/slack-github-action from 2.1.1 to 3 (linod…

    …e#668)
    
    * build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1
    
    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1.
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: slackapi/slack-github-action
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Zhiwei Liang <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhiwei Liang <[email protected]>
    dependabot[bot] and zliang-akamai authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    fc2e33c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    02cd383 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. feat: add ACLP list entities method (linode#674)

    * feat: add ACLP list entities method
    
    Add entities envelope in AlertDefinition. Add list entities GET API method. Add tests.
    
    * reorder scope and regions check
    
    * update alert definition object
    shkaruna authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    ecb5c3c View commit details
    Browse the repository at this point in the history
Loading