Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kircheneer committed Jun 1, 2023
1 parent f1d5d31 commit cec97f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
26 changes: 5 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
## 1.0.0 (2023-06-01)

### Feat

- adds capability to specify the NOS

## 0.2.3 (2023-05-30)

## 0.2.2 (2023-05-30)
## 1.0.1 (2023-06-01)

## 0.2.1 (2023-05-30)
### Build

## 0.2.0 (2023-05-30)
- **docker**: fixes entrypoint for Dockerfile

## 0.1.3 (2023-05-30)

## 0.1.2 (2023-05-30)

## 0.1.1 (2023-05-30)

## 0.1.0 (2023-05-29)

### Feat
## 1.0.0 (2023-06-01)

- implements basic functionality
- implements initial, basic functionality
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY nos_config_collector nos_config_collector

RUN poetry install --only-root

CMD ["poetry", "run", "uvicorn", "nos_config_collector:app", "--proxy-hosts", "--host", "0.0.0.0", "--port", "80"]
CMD ["poetry", "run", "uvicorn", "nos_config_collector:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nos-config-collector"
version = "1.0.0"
version = "1.0.1"
description = ""
authors = ["Leo Kirchner <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -54,7 +54,6 @@ tag_format = "$version"
version_type = "semver"
version_provider = "poetry"
update_changelog_on_bump = true
major_version_zero = true

[tool.black]
line-length = 120
Expand Down

0 comments on commit cec97f3

Please sign in to comment.