Skip to content

Commit

Permalink
#303: Fixed AWS Codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 17, 2024
1 parent d358a2e commit a896c08
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/changes/changes_2.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Version: 2.1.0

## Bug Fixes

n/a
* #303: Fixed AWS Codebuild

## Documentation

Expand Down
6 changes: 5 additions & 1 deletion doc/developer_guide/updating_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

The packages to be installed by Ansible are using pinned versions, e.g. for [docker](../../exasol/ds/sandbox/runtime/ansible/roles/docker/defaults/main.yml).

In case ansible reports "no available installation candidate" for a specific version of a package, please search for newer versions of the package on https://packages.ubuntu.com/.
In case ansible reports "no available installation candidate" for a specific version of a package, please search for newer versions of the package on https://packages.ubuntu.com/ or https://www.ubuntuupdates.org/.

On `ubuntuupdates.org` you can use the [Package Search](https://www.ubuntuupdates.org/package_metas), please only use button "Package Search" or a URL like https://www.ubuntuupdates.org/package_metas?exact_match=1&q=network-manager.

If the update is very new and not yet displayed on packages.ubuntu.com you can use

```shell
apt-get update
apt-search <package>
```

Maybe installing the command [chdist](https://manpages.ubuntu.com/manpages/xenial/en/man1/chdist.1.html) could also be helpful, as it allows searching for packages and updates in other versions and distributions of ubuntu than the one installed on your local system.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

apt_dependencies:
- network-manager=1.36.4-2ubuntu1
- network-manager=1.36.6-0ubuntu2
22 changes: 19 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ humanfriendly = "^10.0"
tenacity = "^8.2.3"
pygithub = "^2.2.0"
importlib-metadata = "^7.0.1"
passlib = "^1.7.4"

[tool.poetry.group.dev.dependencies]
pytest-check-links = "^0.9.0"
Expand Down

0 comments on commit a896c08

Please sign in to comment.