Skip to content

Release 1.0.2#151

Merged
jeffkala merged 12 commits intonetworktocode:mainfrom
michalis1:release-1.0.2
Mar 13, 2026
Merged

Release 1.0.2#151
jeffkala merged 12 commits intonetworktocode:mainfrom
michalis1:release-1.0.2

Conversation

@michalis1
Copy link
Contributor

Prep for release v1.0.2

pszulczewski and others added 11 commits September 4, 2025 20:02
…blish

fix gh publish and housekeeping deepdiff pinning spec
Fixing documentation section headers for TOC
* add cookiecutter template for drift management

* add cookiecutter template for drift management
…r Tool (networktocode#148)

* Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool

Template:

```
{
    "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
    "dir": "python",
    "ref": "main",
    "path": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python"
}
```

Cookie:

```
{
    "remote": "https://github.com/networktocode/jdiff.git",
    "path": "/tmp/tmpgxrdsm7e/jdiff",
    "repository_path": "/tmp/tmpgxrdsm7e/jdiff",
    "dir": "",
    "branch_prefix": "drift-manager/develop",
    "context": {
        "codeowner_github_usernames": "@lvrfrc87 @scetron @grelleum @jeffkala @pszulczewski",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "networktocode",
        "description": "Python library for examining structured data.",
        "project_name": "jdiff",
        "project_slug": "jdiff",
        "repo_url": "https://github.com/networktocode/jdiff",
        "base_url": "jdiff",
        "project_python_name": "jdiff",
        "project_python_base_version": "3.10",
        "project_with_config_settings": "no",
        "generate_docs": "yes",
        "version": "1.0.1",
        "original_publish_year": "2022",
        "_template": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python",
        "_output_dir": "/tmp/tmpgxrdsm7e",
        "_repo_dir": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python",
        "_checkout": null
    },
    "drift_managed_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE",
    "post_actions": [],
    "baked_commit_ref": "",
    "draft": false
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "./cookiecutter-ntc",
    "template_dir": "python",
    "template_ref": "main",
    "pull_request": "update-or-create",
    "post_action": [],
    "disable_post_actions": true,
    "draft": null,
    "drift_managed_branch": "develop"
}
```

* initial drift manager conflict and cleanups to get jdiff drift managed

* relock poetry

* relock poetry

* fix image_ver in tasks.py

* final fixes for initial back

* final fixes for initial back

* Update .github/workflows/ci.yml

---------

Co-authored-by: bakebot <info@networktocode.com>
Co-authored-by: Jeff Kala <Jeff.kala@networktocode.com>
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
…tworktocode#150)

* michalis1-adds-new-operator-check

* update changes

---------

Co-authored-by: michalis1 <milatis@gmail.com>
- name: "Upload binaries to release"
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
env:
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a known issue now from cookiecutter that isn't quite fixed yet. Lets fix before the release

@michalis1 michalis1 requested a review from jeffkala March 13, 2026 14:41
@jeffkala jeffkala merged commit b3c79c2 into networktocode:main Mar 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants