Releases: Toplyne/objinsync
20230403.2
Changelog
c544b7d updated tag conditionals
20230403.1
Changelog
1284dcc updated dockerfile
20230403.0
Changelog
4f41944 Add github action
6b4b7d5 Add interval flag for configuring the pull interval (scribd#11)
05684bb Add non root user
275d3d9 Add the MIT license
03ac03f Adding endpoint config to enable minio backend (scribd#6)
c4e9001 Create CODE_OF_CONDUCT.md
67b836d Fixing small typo in README.md (scribd#17)
69eda81 Mention the DEBUG environment variable
0f5f205 Merge pull request #2 from kangman/kangman-patch-1
514748f Purge uidCache after rm file (scribd#14)
a9fb4fb Update README.md
0bd0381 Updating AWS SDK to support assuming an IAM role via an OIDC web identity token file (scribd#19)
5ceb714 add --status-addr flag for customizing status endpoints binding address
de35288 add dockerhub link to readme
08f1b16 add github action badge
5ab065f add release step to github action
3d7d5ec add watch make target
173c691 automate public docker image release (scribd#15)
5bc094b bump go version to 1.16
54bad26 change default file mode to 0664 to be more sensible
6632114 comment out automated docker release
7da7d50 empty
0f2976a feat: aadd --exclude cli option
8ade48a feat: avoid unnecessary file override during the initial sync
f02382c feat: override default file mode from command line
390ede3 fix docker login in release job
b3e82a8 fix release job
c40ed4f fix yaml syntax for release job
9430b58 fix: close file descriptor after download rename
937ad8d fix: make file download atomic from filesystem point of view
e29c217 initial commit
3e536f0 move release step to release job
8fc95b0 move tag condition check to job section
1c9afe8 point module path to github
1835288 release arm binaries
8dc76eb rename github action workflow
58eb4d4 setup none-root user in final image stage
23e2b23 trigger github action on new tag push
5f9c5e9 update readme for docker container registry url
8dab5a4 updated cicd
34db797 use .objinsync as working dir to implement atomic update
a8c87be write out objects in 0666 mode