Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
238723b
πŸ› fix(deps): update setuptools requirement from ^78.1.0 to ^80.9.0
dependabot[bot] Jun 2, 2025
45821c4
πŸ› fix(deps): update requests requirement from ~=2.32.3 to ~=2.32.4
dependabot[bot] Jun 9, 2025
2d73dbb
πŸ› fix(deps): update cryptography requirement from ^44.0.0 to ^45.0.4
dependabot[bot] Jun 16, 2025
5897b13
πŸ› fix(deps): update setuptools requirement from ^78.1.0 to ^80.9.0 (#76)
JuanVilla424 Jul 1, 2025
2fb99d3
πŸ› fix(deps): update requests requirement from ~=2.32.3 to ~=2.32.4 (#77)
JuanVilla424 Jul 1, 2025
76b788d
πŸ› fix(deps): update cryptography requirement from ^44.0.0 to ^45.0.4 …
JuanVilla424 Jul 1, 2025
bb4bf13
πŸ› fix(deps): update certifi requirement from ^2025.1.31 to ^2026.1.4
dependabot[bot] Jan 5, 2026
17c8174
πŸ› fix(deps): update black requirement from ^25.1.0 to ^26.1.0
dependabot[bot] Jan 19, 2026
3dbce20
πŸ› fix(deps): update setuptools requirement from ^80.9.0 to ^82.0.0
dependabot[bot] Feb 9, 2026
0c2a203
πŸ› fix(deps): update cryptography requirement from ^45.0.4 to ^46.0.5
dependabot[bot] Feb 16, 2026
089bb6a
πŸ› fix(deps): update pylint requirement from ^3.3.0 to ^4.0.5
dependabot[bot] Feb 23, 2026
92f892f
πŸ› fix(deps): update certifi requirement from ^2025.1.31 to ^2026.1.4 …
JuanVilla424 Mar 2, 2026
275ae9b
πŸ› fix(deps): update black requirement from ^25.1.0 to ^26.1.0 (#92)
JuanVilla424 Mar 2, 2026
4d3f0c7
πŸ› fix(deps): update setuptools requirement from ^80.9.0 to ^82.0.0 (#94)
JuanVilla424 Mar 2, 2026
14c1368
πŸ› fix(deps): update cryptography requirement from ^45.0.4 to ^46.0.5 …
JuanVilla424 Mar 2, 2026
17e1c51
πŸ› fix(deps): update pylint requirement from ^3.3.0 to ^4.0.5 (#96)
JuanVilla424 Mar 2, 2026
5aac52f
fix(core): fix changelog generator incremental update, noise filter, …
Mar 3, 2026
031d4c4
chore(core): restrict file-modifying hooks to pre-commit stage only […
Mar 3, 2026
2afa6b5
πŸ› fix(core): remove unreleased section to prevent hook conflicts duri…
Mar 3, 2026
f3da431
πŸ”– Bump version: 1.1.14 β†’ 1.1.15
Mar 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.14
current_version = 1.1.15
commit = True
tag = False

Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,17 @@ repos:
always_run: true
pass_filenames: false
language: system
stages: [pre-commit]
- id: generate-changelog
name: generate-changelog
entry: python generate_changelog/main.py --log-level=INFO
always_run: true
pass_filenames: false
language: system
stages: [pre-commit]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(markdown|md)$
stages: [pre-commit]
200 changes: 156 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,164 @@
## [1.0.8] - 2024-10-27
## [1.1.14] - 2025-04-06

### Bug Fixes

- **core**: deps update (`patch candidate`)

### Other Changes

- deps: update setuptools requirement from ^75.2.0 to ^78.1.0 (#64)
- deps: update isort requirement from ^5.12.0 to ^6.0.1 (#61)
- deps: update certifi requirement from ^2024.8.30 to ^2025.1.31 (#60)
- deps: update black requirement from ^24.3.0 to ^25.1.0 (#59)
- deps: update setuptools requirement from ^75.2.0 to ^78.1.0
- deps: update isort requirement from ^5.12.0 to ^6.0.1
- deps: update certifi requirement from ^2024.8.30 to ^2025.1.31
- deps: update black requirement from ^24.3.0 to ^25.1.0

## [1.1.13] - 2025-01-07

### Documentation

- **core**: bump year version (`patch candidate`)

## [1.1.12] - 2025-01-07

### Documentation

- **core**: bump year version (`patch candidate`)

### Chores

- **core**: bump year version (`patch candidate`)

## [1.1.10] - 2024-11-07

### Styles

- **core**: fixed md files (`patch candidate`)
- **core**: fixed license
- **core**: fixed license
- **core**: fixed license
- **core**: fixed readme
- **core**: fixed readme and license

### Other Changes

- deps: update pytest-cov requirement from ^5.0.0 to ^6.0.0 (#45)
- deps: update pytest-cov requirement from ^5.0.0 to ^6.0.0

## [1.1.9] - 2024-10-29

### Features

- **core**: added crypto controller (`patch candidate`)
- **core**: added crypto controller times on debug
- **core**: added crypto controller validation status and timestamp
- **core**: added status verify on crypto controller

### Bug Fixes

- **core**: fixed crypto controller logging levels
- **core**: fixed crypto controller expiration years

### Styles

- **core**: fixed crypto_controller readme
- **core**: fixed crypto_controller readme
- **core**: visual changes on readme, local env

## [1.1.8] - 2024-10-27

### Styles

- **core**: added kofi (`patch candidate`)

## [1.1.7] - 2024-10-27

### Features

- **core**: refactored init security config script (`patch candidate`)

## [1.1.6] - 2024-10-27

### Features

- **core**: icons parse (`patch candidate`)
- **core**: icons parse (`patch candidate`)
- **core**: icons parse (`patch candidate`)
- **core**: icons parse (`patch candidate`)

## [1.1.2] - 2024-10-27

### Features

- **core**: fix commit icons and commit regex validation (`patch candidate`)
- **core**: added commit icons and commit regex validation (`minor candidate`)

### Bug Fixes

- **core**: fix commit icons and commit regex validation (`patch candidate`)

### Chores

- **core**: test icons
- **core**: test icons
- **core**: test icons (`patch candidate`)
- **core**: test icons (`patch candidate`)
- **core**: test icons
- **core**: test icons flow

## [1.0.17] - 2024-10-27

### Chores

- **core**: test icons flow (`patch candidate`)
- **core**: test version controller (`patch candidate`)

## [1.0.13] - 2024-10-27

### Chores

- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **core**: test bump commit msg version (`patch candidate`)
- **style**: test bump version msg (`patch candidate`)
- **style**: test bump version msg (`patch candidate`)
- **style**: test bump version msg (`patch candidate`)

### Other Changes

- 🔧 chore(core): test bump commit msg version [patch candidate]

## [1.0.10] - 2024-10-26

### Chores

- **style**: fixed bump year flow (`patch candidate`)
- **style**: fixed bump year flow (`patch candidate`)
- **core**: added crypto controller

## [1.0.8] - 2024-10-23

### Styles

- **core**: fixed confs (`patch candidate`)

### Other Changes

- from prod - from test - from dev - Bump version: 1.0.7 β†’ 1.0.8 into test (#11)Automatically created pull request for release v1.0.8-dev into testbranch. into prod (#12)Automatically created pull request for release v1.0.8-test into prodbranch. into main (#13)
- from test - from dev - Bump version: 1.0.7 β†’ 1.0.8 into test (#11)Automatically created pull request for release v1.0.8-dev into testbranch. into prod (#12)
- from dev - Bump version: 1.0.7 β†’ 1.0.8 into test (#11)
- Bump version: 1.0.7 β†’ 1.0.8
- Update CNAME
- Update CNAME
- Create CNAME

## [1.0.7] - 2024-10-27
## [1.0.7] - 2024-10-23

### Styles

Expand All @@ -23,56 +167,24 @@
- **core**: fixed confs (`patch candidate`)
- **core**: fixed confs (`patch candidate`)

### Other Changes

- from prod - from test - from dev - Bump version: 1.0.6 β†’ 1.0.7 into test (#8)Automatically created pull request for release v1.0.7-dev into testbranch. into prod (#9)Automatically created pull request for release v1.0.7-test into prodbranch. into main (#10)
- from test - from dev - Bump version: 1.0.6 β†’ 1.0.7 into test (#8)Automatically created pull request for release v1.0.7-dev into testbranch. into prod (#9)
- from dev - Bump version: 1.0.6 β†’ 1.0.7 into test (#8)
- Bump version: 1.0.6 β†’ 1.0.7
- Bump version: 1.0.5 β†’ 1.0.6
- Bump version: 1.0.4 β†’ 1.0.5
- Bump version: 1.0.3 β†’ 1.0.4

## [1.0.3] - 2024-10-27
## [1.0.3] - 2024-10-23

### Styles

- **core**: added readme file (`patch candidate`)
- **core**: added readme file (`patch candidate`)
- **core**: added readme file

### Other Changes

- from prod - from test - from dev - Bump version: 1.0.2 β†’ 1.0.3 into test (#5)Automatically created pull request for release v1.0.3-dev into testbranch. into prod (#6)Automatically created pull request for release v1.0.3-test into prodbranch. into main (#7)
- from test - from dev - Bump version: 1.0.2 β†’ 1.0.3 into test (#5)Automatically created pull request for release v1.0.3-dev into testbranch. into prod (#6)
- from dev - Bump version: 1.0.2 β†’ 1.0.3 into test (#5)
- Bump version: 1.0.2 β†’ 1.0.3
- Bump version: 1.0.1 β†’ 1.0.2
- style(core): added readme file

## [1.0.1] - 2024-10-27
## [1.0.1] - 2024-10-23

### Features

- **core**: add cicd flows (`patch candidate`)
- **core**: fix cicd flows
- **core**: added cicd flows
- added scripts

### Other Changes

- from prod - from test - from dev - Bump version: 1.0.0 β†’ 1.0.1 into test (#1)Automatically created pull request for release v1.0.1-dev into testbranch. into prod (#2)Automatically created pull request for release v1.0.1-test into prodbranch. into main (#3)
- from test - from dev - Bump version: 1.0.0 β†’ 1.0.1 into test (#1)Automatically created pull request for release v1.0.1-dev into testbranch. into prod (#2)
- from dev - Bump version: 1.0.0 β†’ 1.0.1 into test (#1)
- Bump version: 1.0.0 β†’ 1.0.1
- feat(core): fix cicd flows
- feat(core): added cicd flows
- rebased scripts
- feat: added scripts
- Initial commit

## [Unreleased] - 2024-10-27

### Chores

- **style**: fixed bump year flow (`patch candidate`)

### Other Changes

- chore(core): added crypto controller
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ This code of conduct is adapted from the [Contributor Covenant, version 2.0](htt

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2026 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Thank you for helping improve!

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2026 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ modification follow.
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2025.
or that patent license was granted, prior to 28 March 2026.

Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
Expand Down Expand Up @@ -631,7 +631,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

CICD Core Scripts
Copyright (C) 2025 Na0nh
Copyright (C) 2026 Na0nh

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

scripts Copyright (C) 2025 Na0nh
scripts Copyright (C) 2026 Na0nh
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c` for details.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ For any inquiries or support, please open an issue or contact [r6ty5r296it6tl4eg

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2026 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ If you discover a security vulnerability within this project, please follow thes
1. **Do not create a public issue.** Instead, contact us directly to responsibly disclose the vulnerability.

2. **Email** [r6ty5r296it6tl4eg5m.constant214@passinbox.com](mailto:r6ty5r296it6tl4eg5m.constant214@passinbox.com) with the following information:

- A description of the vulnerability.
- Steps to reproduce the issue.
- Any potential impact or severity.
Expand All @@ -47,4 +46,4 @@ Thank you for helping us keep this project secure!

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2026 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
4 changes: 1 addition & 3 deletions VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Examples:
## πŸš€ Release Process

1. Development Phase:

- Developers work on features and bug fixes in the `dev` branch.
- Commit messages should follow the guidelines above to indicate the type of changes.

Expand All @@ -74,7 +73,6 @@ Examples:
Final testing and validation occur here before deployment.

4. Release:

- Changes from `prod` are merged into `main`.
- A release is tagged, and the `CHANGELOG.md` is updated automatically based on commit messages.

Expand All @@ -89,4 +87,4 @@ Examples:

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
2026 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
Loading