mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-09 19:22:21 +02:00
Compare commits
4 Commits
b4274efe95
...
c503d970f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c503d970f0 | ||
|
|
de29b34bc0 | ||
|
|
7f92182884 | ||
|
|
e973d8ea49 |
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.12.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.12.0) (2026-04-10)
|
## [0.12.0](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.12.0) (2026-04-11)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@ -9,6 +9,7 @@ resources:
|
|||||||
- service.yaml
|
- service.yaml
|
||||||
- ../config/crd
|
- ../config/crd
|
||||||
- ../config/rbac
|
- ../config/rbac
|
||||||
|
# If you change newName, update the e2e overlay in test/e2e/e2e_suite_test.go too.
|
||||||
images:
|
images:
|
||||||
- name: plugin-barman-cloud
|
- name: plugin-barman-cloud
|
||||||
newName: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing
|
newName: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing
|
||||||
|
|||||||
@ -57,9 +57,11 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte {
|
|||||||
const barmanCloudKustomizationPath = "./kustomize/kubernetes/"
|
const barmanCloudKustomizationPath = "./kustomize/kubernetes/"
|
||||||
barmanCloudKustomization := &kustomizeTypes.Kustomization{
|
barmanCloudKustomization := &kustomizeTypes.Kustomization{
|
||||||
Resources: []string{barmanCloudKustomizationPath},
|
Resources: []string{barmanCloudKustomizationPath},
|
||||||
|
// Override the image from the base kustomization (kubernetes/kustomization.yaml)
|
||||||
|
// with the locally-built one. The Name must match the newName in the base.
|
||||||
Images: []kustomizeTypes.Image{
|
Images: []kustomizeTypes.Image{
|
||||||
{
|
{
|
||||||
Name: "docker.io/library/plugin-barman-cloud",
|
Name: "ghcr.io/cloudnative-pg/plugin-barman-cloud-testing",
|
||||||
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
|
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
|
||||||
NewTag: "testing",
|
NewTag: "testing",
|
||||||
},
|
},
|
||||||
|
|||||||
@ -44,5 +44,8 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0"
|
"node": ">=18.0"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"webpackbar": "^7.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1028
web/yarn.lock
1028
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user