Skip to content

Releases: linode/py-metadata

v0.3.5

29 Apr 15:01
0be6386

Choose a tag to compare

What's Changed

⚙️ Repo/CI Improvements

📦 Dependency Updates

  • Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 by @dependabot[bot] in #75

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

05 Mar 17:23
d31e326

Choose a tag to compare

What's Changed

💡 Improvements

  • Potential fix for code scanning alert no. 14: Module is imported with 'import' and 'import from' by @zliang-akamai in #71
  • Potential fix for code scanning alert no. 13: Module is imported with 'import' and 'import from' by @zliang-akamai in #70

🧪 Testing Improvements

  • Potential fix for code scanning alert no. 2: Variable defined multiple times by @zliang-akamai in #69

⚙️ Repo/CI Improvements

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

07 Jan 18:45
1983461

Choose a tag to compare

What's Changed

📦 Dependency Updates

Full Changelog: v0.3.2...v0.3.3

v0.3.2

12 Nov 15:08
e1cb856

Choose a tag to compare

What's Changed

📦 Dependency Updates

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 May 19:22
3056966

Choose a tag to compare

What's Changed

🧪 Testing Improvements

  • ci: Implement Conditional Test Execution Handler in GH workflow with Improved Failure Handling in integration ansible playbook by @ykim-akamai in #43
  • test: Update e2e test script submodule repository by @ykim-akamai in #45
  • test: Allow integration and unit tests to run against EOL or desired python version by @ykim-akamai in #52

⚙️ Repo/CI Improvements

📖 Documentation

  • doc: Fix SSH key example in README; swap _ with - in pip install command by @lgarber-akamai in #40

📦 Dependency Updates

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Apr 16:26
394e87a

Choose a tag to compare

What's Changed

🚀 Improvements

📖 Documentation

✔️ Repository & CI Improvements

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Jan 16:31
2c5c087

Choose a tag to compare

🚀 New Features

  • Return dict from MetadataClient.get_ssh_keys(...) @lgarber-akamai (#23)

    • NOTE: This is a BREAKING change and downstream consumers may need to be updated accordingly.

☑️ Testing Improvements

  • Add unit test suite @ykim-1 (#24)

💡 Repository Improvements

v0.1.0

20 Dec 19:21
f5ba7d0

Choose a tag to compare

The initial release of py-metadata.