Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from dev - Bump version: 1.0.8 → 1.0.9 into test #15

Merged
merged 3 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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.0.8
current_version = 1.0.9
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ $RECYCLE.BIN/
*.sw?

scripts
*/certs/
17 changes: 12 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
hooks:
- id: yaml-format
name: yaml-format
entry: python scripts/format_yaml/main.py
entry: python format_yaml/main.py
language: system
types: [yaml]
files: \.(yaml)$
Expand All @@ -53,28 +53,35 @@ repos:
# # TODO: Solve error
# - id: yml-format
# name: yml-format
# entry: python scripts/format_yml/main.py
# entry: python format_yml/main.py
# language: system
# types: [yaml]
# files: \.(yml)$
# exclude: '.github/.*'
- id: docker-compose
name: docker-compose
entry: python scripts/validate_docker_compose/main.py
entry: python validate_docker_compose/main.py
language: system
types: [yaml]
files: ^docker-compose(\.dev|\.prod)?\.yml$
- id: commit-msg-version-check
name: commit-msg-version-check
entry: python scripts/commit_msg_version_bump/main.py
entry: python commit_msg_version_bump/main.py
always_run: true
language: system
args: [.git/COMMIT_EDITMSG]
stages: [pre-push]
- id: bump-year
name: bump-year
entry: python bump_year/main.py
always_run: true
pass_filenames: false
language: system
- id: generate-changelog
name: generate-changelog
entry: python scripts/generate_changelog/main.py
entry: python generate_changelog/main.py
always_run: true
pass_filenames: false
language: system
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand Down
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension-pkg-whitelist=
fail-on=

# Specify a score threshold under which the program will exit with error.
fail-under=10
fail-under=8

# Interpret the stdin as a python script, whose filename needs to be passed as
# the module_or_package argument.
Expand Down Expand Up @@ -402,7 +402,7 @@ preferred-modules=

# The type of string formatting that logging methods do. `old` means using %
# formatting, `new` is for `{}` formatting.
logging-format-style=old
logging-format-style=new

# Logging modules to check that the string format arguments are in logging
# function parameter format.
Expand Down
73 changes: 68 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,78 @@
## [1.0.0] - 2024-10-23
## [1.0.8] - 2024-10-27

### Styles

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

### Other Changes

- rebased scripts
- feat: added scripts
- Initial commit
- 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

### Styles

- **core**: fixed confs (`patch candidate`)
- **core**: fixed confs (`patch candidate`)
- **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

### Styles

## [1.0.0] - 2024-10-23
- **core**: added readme file (`patch candidate`)
- **core**: added readme file (`patch candidate`)

### 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

### Features

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

### 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
20 changes: 19 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Install
## 🔨 Installation

1. Add the scripts repository as a submodule in your project:

```bash
git submodule add https://github.com/JuanVilla424/scripts.git
```

or, using branch

```bash
git submodule add -b <branch_name> https://github.com/JuanVilla424/scripts.git
```

2. Update the submodule when there are changes:

```bash
git submodule update --remote --merge
```
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Expand Down Expand Up @@ -531,7 +531,7 @@ patent license (a) in connection with copies of the covered work
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 2007.
or that patent license was granted, prior to 28 March 2024.

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 @@ -652,7 +652,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:

<program> Copyright (C) <year> <name of author>
scripts Copyright (C) 2024 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
Loading
Loading