Peter Wilhelm
|
eee431ff25
|
Use RFC3339Nano to better align to Docker standard
|
2 years ago |
Peter Wilhelm
|
3c0441b94c
|
Add metrics and progress report capabilities for deferred items seperate from other statuses
|
2 years ago |
Peter Wilhelm
|
48bfaef350
|
Simplify logic for DeferDays (renamed from DelayDays) to improve readability; capture and report err in case of getImageAgeDays problem; simplify getImageAgeDays logic; use new MarkDeferred in progress report for deferred items
|
2 years ago |
Peter Wilhelm
|
223358f7a0
|
Change parameter name from delay-days to defer-days to be clearer to user and align with status reporting
|
2 years ago |
Peter Wilhelm
|
0d1d7979cb
|
Add test cases and data for testing defer-days functionality
|
2 years ago |
Peter Wilhelm
|
722173bcdc
|
Backing out unneeded changes
|
2 years ago |
Peter Wilhelm
|
bb9833e16c
|
Comment rephrasing to improve clarify/format
|
2 years ago |
Peter Wilhelm
|
8bcf748eb0
|
Adjusting implementation of delay-days to those suggested in PR review comments, to perform necessary checks in update.go. Added some comments where useful for understanding existing functionality.
|
2 years ago |
Peter Wilhelm
|
6bd125d137
|
Language tweaks for clarity
|
2 years ago |
Peter Wilhelm
|
83cf4c2856
|
Remove unneeded image ID information (added previously for debugging)
|
2 years ago |
Peter Wilhelm
|
3971920903
|
Correcting typos
|
2 years ago |
Peter Wilhelm
|
a8279b47fe
|
Adding new runtime param delay-days that is used to control whether container is updated to new image immediately or wait until the indicated days have passed
|
2 years ago |
dependabot[bot]
|
0a14f3aa9c
|
chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#1874)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.17.0...v1.18.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
588ba43f39
|
chore(deps): bump alpine from 3.18.5 to 3.19.0 in /dockerfiles (#1875)
Bumps alpine from 3.18.5 to 3.19.0.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
9411b374b2
|
chore(deps): bump actions/setup-python from 4 to 5 (#1877)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
nils måsén
|
2d7735fea6
|
fix(ci): fix incorrect actions config (#1872)
|
2 years ago |
dependabot[bot]
|
6b57003a53
|
chore(deps): bump alpine from 3.18.4 to 3.18.5 in /dockerfiles (#1871)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Peter Dave Hello
|
01fd38b3a9
|
chore: fix json syntax error in .all-contributorsrc (#1867)
|
2 years ago |
allcontributors[bot]
|
de1304085a
|
docs: add andriibratanin as a contributor for doc (#1381)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
|
2 years ago |
nils måsén
|
7fbdd2f49b
|
chore(deps): bump go/stdlib to v1.20.x (#1850)
|
2 years ago |
allcontributors[bot]
|
69d9e7f297
|
add nothub as a contributor for code (#1846)
* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2 years ago |
Florian Hübner
|
2576ba3715
|
Docs for "image" query parameter (#1844)
* url query parameters
* spelling
* example description
|
2 years ago |
allcontributors[bot]
|
a031189cd0
|
add nothub as a contributor for doc (#1845)
* update README.md [skip ci]
* update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2 years ago |
Simon Aronsson
|
2dc0122873
|
Update notifications.md (#1842)
|
2 years ago |
Simon Aronsson
|
1b898dbc70
|
Add a warning about using Watchtower in production (#1839)
* Add a warning about using Watchtower in production
* Update .all-contributorsrc
|
2 years ago |
Simon Aronsson
|
cfc00eef0a
|
document how to skip empty notifications using templates (#1841)
|
2 years ago |
nils måsén
|
a047c7f9ff
|
fix: instance cleanup without scope (#1836)
|
2 years ago |
nils måsén
|
14a468d380
|
ci: fix manual release (#1833)
|
2 years ago |
dependabot[bot]
|
e6fef8d7b5
|
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1822)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
458d66147a
|
chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 (#1823)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
nils måsén
|
097df11000
|
feat(docs): add linking and output messages (#1831)
|
2 years ago |
nils måsén
|
48539c4faf
|
fix: set nopull param from args (#1830)
|
2 years ago |
Andrii Bratanin
|
7fb04d0411
|
docs: fix list formatting in container-selection (#1380)
|
2 years ago |
dependabot[bot]
|
887569f453
|
chore(deps): bump github.com/docker/cli from 24.0.6+incompatible to 24.0.7+incompatible (#1817)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
bd9d7309d1
|
chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 (#1818)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
9aecd33f24
|
chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#1816)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
3d1ed2381b
|
chore(deps): bump github.com/prometheus/client_golang (#1779)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
2b56ee1f94
|
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 (#1811)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.28.0...v1.28.1)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
nils måsén
|
c4d493881d
|
fix: handle missing healthcheck keys in config (#1810)
|
2 years ago |
nils måsén
|
dd54055143
|
feat: add support for "none" scope (#1800)
|
2 years ago |
nils måsén
|
40b8c77100
|
fix: use new healthcheck config if not overridden (#1801)
|
2 years ago |
donuts-are-good
|
72e437f173
|
chore: replace usages of ioutil (#1792)
|
2 years ago |
dependabot[bot]
|
8aa41b8101
|
chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#1798)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.16.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
0a30955818
|
chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 (#1794)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.16.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
284066a39d
|
chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#1781)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
1754dd185d
|
chore(deps): bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible (#1780)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nils måsén <nils@piksel.se>
|
2 years ago |
dependabot[bot]
|
2abaa47fd3
|
chore(deps): bump alpine from 3.18.3 to 3.18.4 in /dockerfiles (#1782)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Rodrigo Damazio Bovendorp
|
623f4e67fb
|
feat(filters): Add a flag/env to explicitly exclude containers by name (#1784)
|
2 years ago |
nils måsén
|
9180e9558e
|
feat(docs): add template preview (#1777)
|
2 years ago |
jebabin
|
9b28fbc24d
|
chore: update Dockerfile.dev-self-contained to allow better build cache (#1755)
|
2 years ago |