[PR #25] [MERGED] 1.5.7 #41

Closed
opened 2026-03-03 19:11:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/productiveops/dokemon/pull/25
Author: @salilponde
Created: 12/31/2023
Status: Merged
Merged: 12/31/2023
Merged by: @salilponde

Base: mainHead: 1.5.7-dev


📝 Commits (2)

  • a500545 Bumped version to 1.5.7
  • a9d3849 Container staleness support for popular container registries

📊 Changes

9 files changed (+257 additions, -253 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 go.mod (+30 -21)
📝 go.sum (+83 -196)
📝 pkg/common/common.go (+1 -1)
📝 pkg/dockerapi/container_stale_check.go (+3 -33)
pkg/registry/image.go (+37 -0)
pkg/registry/ref.go (+68 -0)
pkg/registry/registry.go (+33 -0)
📝 web/src/lib/version.ts (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/productiveops/dokemon/pull/25 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/31/2023 **Status:** ✅ Merged **Merged:** 12/31/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.5.7-dev` --- ### 📝 Commits (2) - [`a500545`](https://github.com/productiveops/dokemon/commit/a500545fd0db799adfd27d9d6fe23bd008a3b561) Bumped version to 1.5.7 - [`a9d3849`](https://github.com/productiveops/dokemon/commit/a9d38494e1d8c64b40605397b3fbccb5ba2cadbe) Container staleness support for popular container registries ### 📊 Changes **9 files changed** (+257 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `go.mod` (+30 -21) 📝 `go.sum` (+83 -196) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/dockerapi/container_stale_check.go` (+3 -33) ➕ `pkg/registry/image.go` (+37 -0) ➕ `pkg/registry/ref.go` (+68 -0) ➕ `pkg/registry/registry.go` (+33 -0) 📝 `web/src/lib/version.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:11:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dokemon#41
No description provided.