Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Releases: dahlke/terrasnek

0.1.14

12 Mar 21:30
Compare
Choose a tag to compare

[0.1.14] - 2024-03-12

  • Implemented new Registry Modules API endpoints
  • Implemented new Config Versions API endpoints
  • Implemented new GPG Key API Endpoints
  • Implemented new State Version API endpoints
  • Implemented new Projects API endpoints
  • Implemented new Applies API endpoints
  • Implemented new Policy Sets API endpoints
  • Implemented Run Tasks Stages and Results APIs
  • Implemented No Code Provisioning API endpoints
  • Implemented Run Tasks Stages and Results APIs
  • Implemented No Code Provisioning API endpoints
  • Moved the secrets script files to scripts directory
  • Updated API Completeness
  • Updated linting
  • Updated the API completeness script to match new directory layout
  • Updated GitHub workflows
  • Fixed a few broken tests
  • Small README updates

0.1.13

03 Jun 01:25
Compare
Choose a tag to compare

[0.1.13] - 2023-06-02

  • Updating completeness
  • Implemented GitHub App API endpoints
  • Implemented Var Sets w/ Projects API endpoints
  • Implemented Rollback State Version API endpoint
  • Updating entitlements
  • Updating secret reads from 1password
  • Adding new search options
  • Changing the GH action branch to main
  • Switch to using GitHub Actions instead of CircleCI
  • Remove the CircleCI badge from the README and replace with a GitHub
  • Actions Badge

0.1.12

28 Feb 01:17
Compare
Choose a tag to compare

[0.1.12] - 2023-02-27

  • Implemented the new Projects API endpoints
  • Implemented the new Project Team Access API endpoints
  • Using POLICY_ENFORCEMENT entitlement since SENTINEL entitlement is being deprecated
  • Add argument to skip the version check
  • Adding the query parameter to Projects API list and list_all
  • Adding search and filter support to Runs API list and list_all
  • Adding list_all Variable Sets API for Organizations and Workspaces

0.1.11

24 Dec 21:58
Compare
Choose a tag to compare

[0.1.11] - 2022-12-24

  • Implemented the Assessment Results endpoints
  • Add filters to list_all() in Workspace, Team endpoints, included tests
  • Update the API comparison tool
  • Update comment strings on Workspace endpoints that were messing up the API completion calculator
  • Adding the "ASSESSMENTS" entitlement.
  • Fixing broken tests for TFC and TFE.
  • Adding new Team Membership API endpoints for adding / removing via Org ID
  • Adding new safe delete Workspace API endpoints

0.1.10

10 May 16:41
Compare
Choose a tag to compare

[0.1.10] - 2022-05-10

  • Implemented the new Config Version endpoints
  • Implemented the new State Version endpoints
  • Implemented the Comments endpoints
  • Implemented the Workspace Resources endpoints
  • Implemented the new Run Task Integration endpoints
  • Fixed the docstring in var_sets
  • Added a search parameter to the Workspaces list_all method

0.1.9

09 Feb 22:04
Compare
Choose a tag to compare

[0.1.9] - 2022-02-09

  • Linted and tested with coverage against TFC and TFE
  • Fixed all the tests that were failing due to bad DELETEs
  • Added "search" parameter to the list workspaces endpoint
  • Updated CircleCI image for new API docs parser

0.1.8

02 Jan 05:20
Compare
Choose a tag to compare

[0.1.8] - 2021-12-01

  • Happy New Years!
  • Implemented List State Version Outputs Method
  • Making tests more reliable
  • Clearing out TODOs
  • Type checking filters / include parameters (lists)
  • Adding documentation for new filter / include behavior
  • Forcing endpoint calls to go to the _destroy method, not _delete
  • Fix the Registry Modules test.
  • New API docs parser that uses the GitHub repo Markdown and not the TFC website

0.1.7

02 Dec 10:05
Compare
Choose a tag to compare

[0.1.7] - 2021-12-02

  • Implemented Registry Providers.
  • Implemented Variable Sets.
  • Adding a list_all helper to Terraform Versions.
  • Adding list_all to Registry Modules.
  • Adding new options to Registry Modules list function.
  • Updating the Run Tasks code to fit the new URLs (formerly Event Hooks). (BETA)
  • Updating docs copy.
  • Remove GITHUB_SECRET from the requirements for testing.
  • Change what gets reported on for code coverage.
  • Removing all params from docstrings, they change too much. Instead, relying on sharing the relevant link.
  • api_comparison properly reports missing docs pages now.
  • Clearing out TODOs.

0.1.6

22 Sep 02:05
Compare
Choose a tag to compare
  • Implemented Run Tasks endpoints
  • Clarified CircleCI jobs
  • Updated docs on endpoint contribution and testing against TFE
  • Added notes on how to download docs as a PDF
  • Changed all tests to use constants for page and page sizes
  • Added separate coverage files for TFC and TFE

0.1.5

23 Aug 22:57
Compare
Choose a tag to compare
  • Implemented Workspace State Consumer endpoints
  • Implemented new Config Version endpoints
  • Implemented new Agent endpoints
  • Implemented new Workspace Tag endpoints
  • Implemented new ORg Tag endpoints
  • Added TFC API Changelog link in docs
  • Transitioned Registry Modules endpoints to new ones
  • Added Better exception handling
  • Updated example code in README
  • Upgraded CircleCI testing image
  • API script now detects deprecated endpoints and treats them as such
  • Fixed tests to handle new API behavior