aktualizr-lite-public-stream: rename tag variable to AKLITE_TAG#55
Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom Sep 16, 2019
Merged
aktualizr-lite-public-stream: rename tag variable to AKLITE_TAG#55ricardosalveti merged 1 commit intofoundriesio:masterfrom
ricardosalveti merged 1 commit intofoundriesio:masterfrom
Conversation
OTA_LITE_TAG is currently used by the CI promotion logic, so instead of reusing that variable let's create one specific to the aktualizr-lite client to avoid issues. Signed-off-by: Ricardo Salveti <[email protected]>
doanac
approved these changes
Sep 16, 2019
quaresmajose
pushed a commit
that referenced
this pull request
Nov 9, 2022
Relevant changes: - 7935897 Merge pull request #55 from quaresmajose/bbfatal_log - 3e7c55c image_types_ostree: use bbfatal_log when do_image_garagesign fails - ee7322c Merge pull request #53 from quaresmajose/errcode - dd129dc image_types_ostree: show the errorcode on the push failed warning - 0207f86 Merge pull request #50 from mdfr74/kirkstone - a2d9042 Fix typos created by 6159909 Signed-off-by: Ricardo Salveti <[email protected]>
quaresmajose
pushed a commit
that referenced
this pull request
Jan 10, 2023
Bumping podman-tui to version v0.3.0-82-gcd51747, which comprises the following commits:
da1eea3 new ui color theme
36230ca CI setup
cb43be9 update vagrant box to Fedora 36
7ad72ce pre-commit configuration and fixes
a6749cd Bump github.com/docker/docker
8cadc6f Bump github.com/containers/storage from 1.40.2 to 1.41.0
9070e74 doc update - install.md
ef05222 pod/container top dialog ui update
91e73ee image history dialog ui update
097674e container stats dialog ui update
fb11dc7 image search/pull dialog ui update
b6bda1a sort categories for pod/containers create and image build dialogs
5dd3e38 code coverage for ui/dialogs package
5bde8a5 Bump github.com/containers/podman/v4 from 4.0.3 to 4.1.0
6ffb274 Bump github.com/docker/docker
bd08f23 Bump github.com/containers/buildah from 1.25.1 to 1.26.1
697eb4f Bump github.com/containers/common from 0.47.5 to 0.48.0
ff98068 Bump github.com/containers/storage from 1.40.0 to 1.40.2
bc47ea7 Bump github.com/containers/storage from 1.39.0 to 1.40.0
1c46d42 exec terminal update (automatic resize and detach)
1ef0c11 adding image tree command
5db9ef8 adding security options fields to pod create dialog
aeeba55 adding container create security options fields
5c90866 adding format and security options fields to image build dialog
3d0b91b doc update
0f9ead6 adding format and security options fields to image build dialog
1091a3f windows support
26134e7 removing unused connection dialog
206ac15 fixing golint
4ef15e4 removing image index from name field string search result
d9ed9e3 activating left/right key to switch between different pages (#55)
06f342c adding image import command (#51)
c986342 activate <delete> key for removing items (#50)
9a962a8 Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0
e29ce96 using utils pkg common variables and functions
61904de new feature: image save
c9f132a doc update - fedora podman-tui rpm
372c71f Bump github.com/containers/buildah from 1.24.3 to 1.25.1
d592f1d error dialog ui update to separate the title from the error message
1b9045f new feature: image build
c7f3032 Bump github.com/containers/podman/v4 from 4.0.2 to 4.0.3
0311f68 Bump github.com/containers/storage from 1.38.2 to 1.39.0
Signed-off-by: Bruce Ashfield <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OTA_LITE_TAG is currently used by the CI promotion logic, so instead of
reusing that variable let's create one specific to the aktualizr-lite
client to avoid issues.
Signed-off-by: Ricardo Salveti [email protected]