Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Nov 17, 2023
1 parent c837a15 commit 90dca47
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/additional_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: additional_tests
run-name: Run additional tests for API features

on:
#push:
# branches: [main]
#pull_request:
# branches: [main]
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

env:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: build
run-name: Build package

on:
#push:
# branches: [main]
#pull_request:
# branches: [main]
push:
branches: [main]
tags: [v1.*, v2.*]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compatibility_50.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: zabbix_50
run-name: Run compatibility with Zabbix 5.0 test

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compatibility_60.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: zabbix_60
run-name: Run compatibility with Zabbix 6.0 test

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compatibility_64.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: zabbix_64
run-name: Run compatibility with Zabbix 6.4 test

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: tests
run-name: Library unit-tests on different platforms and versions

on:
#push:
# branches: [main]
#pull_request:
# branches: [main]
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [1.0.0](https://github.com/zabbix/python-zabbix-utils/tree/tag/v1.0.0) (2023-11-17)

Initial release
2 changes: 1 addition & 1 deletion zabbix_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

__version__ = "0.0.1"
__version__ = "1.0.0"

__min_supported__ = 5.0
__max_supported__ = 7.0

0 comments on commit 90dca47

Please sign in to comment.