Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/Ianus
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jul 12, 2022
2 parents 5bfc002 + 3f8ba69 commit ad5afde
Show file tree
Hide file tree
Showing 6 changed files with 2,665 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- checkout
- run: *install
- run: *security
# - run: *security
- run: *danger-pr
- save_cache: *cache-modules
test-security:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.1](https://github.com/pustovitDmytro/ianus/compare/v1.0.0...v1.0.1) (2022-07-11)


### Docs

* adds usage docs #12 ([be02b18](https://github.com/pustovitDmytro/ianus/commit/be02b188a2f224237ff272ecddec7fc385b62416)), closes [#12](https://github.com/pustovitDmytro/ianus/issues/12)

### Fix

* handle empty job data ([7b009e0](https://github.com/pustovitDmytro/ianus/commit/7b009e0554d8b1ed451ea1859a59504b8aea7127))

# 1.0.0 (2022-07-10)


Expand Down
2 changes: 1 addition & 1 deletion docker/Admin.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.0.0
FROM pustovitdmytro/ianus-base:1.0.1

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Worker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.0.0
FROM pustovitdmytro/ianus-base:1.0.1

WORKDIR /app

Expand Down

0 comments on commit ad5afde

Please sign in to comment.