ghcr-manager 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.0.2] - 2026-06-05
11
+
12
+ ### Fixed
13
+
14
+ - Visualizer compare mode now prefers the older/base scan for manifest details and labels, so unchanged manifests keep
15
+ platform metadata such as `arch:` even when the newer scan no longer has the descriptor context.
16
+
10
17
  ## [v1.0.1] - 2026-06-05
11
18
 
12
19
  ### Fixed
package/README.md CHANGED
@@ -38,7 +38,7 @@ jobs:
38
38
 
39
39
  - name: Preview GHCR cleanup
40
40
  id: ghcr-manager
41
- uses: ghcr-manager/ghcr-manager@v1.0.1
41
+ uses: ghcr-manager/ghcr-manager@v1.0.2
42
42
  with:
43
43
  command: cleanup
44
44
  token: ${{ github.token }}
@@ -81,7 +81,7 @@ The action supports two commands:
81
81
  ### Preview cleanup
82
82
 
83
83
  ```yaml
84
- - uses: ghcr-manager/ghcr-manager@v1.0.1
84
+ - uses: ghcr-manager/ghcr-manager@v1.0.2
85
85
  with:
86
86
  command: cleanup
87
87
  token: ${{ github.token }}
@@ -102,7 +102,7 @@ The action supports two commands:
102
102
  ### Apply cleanup
103
103
 
104
104
  ```yaml
105
- - uses: ghcr-manager/ghcr-manager@v1.0.1
105
+ - uses: ghcr-manager/ghcr-manager@v1.0.2
106
106
  with:
107
107
  command: cleanup
108
108
  token: ${{ github.token }}
@@ -124,7 +124,7 @@ off `dry-run`.
124
124
  ### Scan one package
125
125
 
126
126
  ```yaml
127
- - uses: ghcr-manager/ghcr-manager@v1.0.1
127
+ - uses: ghcr-manager/ghcr-manager@v1.0.2
128
128
  with:
129
129
  command: scan
130
130
  token: ${{ github.token }}
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/ghcr-manager/ghcr-manager"
11
11
  },
12
12
  "license": "MIT",
13
- "version": "v1.0.1",
13
+ "version": "v1.0.2",
14
14
  "type": "module",
15
15
  "workspaces": [
16
16
  "visualizer"