Skip to content

3_0k 3_1

Michaël Le Marec edited this page May 22, 2023 · 1 revision

TbUtil version 3.1, changes vs 3.0k

This page lists the GIT commit notes for changes made between TbUtil 3.0k and 3.1. These are shown in reverse date order (most recent at the top).

The listing below is created by the command git log --decorate 3.0k..3.1

Commit: 8e047b28fb9b9d59f666b7830c2e1a82f8dcc41d (HEAD -> main, tag: 3.1, origin/main, origin/HEAD)
Author: Michaël Le Marec <[email protected]>
Date:   Mon May 22 14:42:47 2023 +0200

    Added some folders to git ignore
Commit: 976b048b887cbeee87466f6e811caec431650599 (origin/cleanup-20230410, cleanup-20230410)
Author: Chris Lowth <[email protected]>
Date:   Mon May 22 08:16:52 2023 +0100

    Bye-pass containerd space-recovery bug
    
    - Using the --digest flag when importing a local container creates an object that cant be deleted.
      - this is a bug in containerd
      - yamlmaker/shellscript.go has been updated to avoid the flag.
    - Code added to help diagnose the above, turned on using env vars.
      - see usecases/README.md
Commit: 731d65935b5363dc8166c808f6afbec395525537
Author: Chris Lowth <[email protected]>
Date:   Thu May 18 17:43:41 2023 +0100

    More cleanup.
    
    - Allow REST API docs to be omitted from the Wiki.
    - Allow the "make prepare" step to be run automatically by the default "make".
    - More README documentation.
    - Fix alpine docker build not to depend on the "--init" flag (which is broken in recent docker snaps).
    - Remove some redundant go source code.
    - Remove the kafka and mongodb plugins.
    - Remove the flexera use case.
    - Remove all ".proto" file requirements (except when building a new grpc).
    - Remove "--digits" flag from yamlmaker-created shell script.
      - Does this fix the incomplete garbage collection when tbutil pods are removed?
Commit: a9d05790fc664fce4ab215d19e9acd4f96d23d94
Author: Chris Lowth <[email protected]>
Date:   Tue May 16 16:46:35 2023 +0100

    Remove redundant elements. More docs.
    
    - Deleted kafka plugin
    - Deleted arango use case
    - Deleted flexera use case
    - Clean up related files
    - Expand docs
Commit: 7ad080bbcd2a8b694555cd6805799a7ba1ef2fb9
Author: Chris Lowth <[email protected]>
Date:   Tue May 16 09:31:37 2023 +0100

    Add missing files from previous commit
Commit: cc026880ab5049c570c68e5c6905029989c4cf72
Author: Chris Lowth <[email protected]>
Date:   Tue May 16 09:29:50 2023 +0100

    More READMEs.
    
    And: minor clean-up of makefile
Commit: 8c74edcd8f101a5d4c2aef3b4dfea2aa1b2e8294
Author: Chris Lowth <[email protected]>
Date:   Mon May 15 16:53:50 2023 +0100

    More README files and code comments.
    
    No change in the code itself.
Commit: 1b5ddaa6fedc80a1dfc902406b826f11f8f34740
Merge: 1aac298 c24c24d
Author: Chris Lowth <[email protected]>
Date:   Sat May 13 05:54:36 2023 +0100

    Merge remote-tracking branch 'origin/main' into cleanup-20230410
    
    CL merging with MLM changes
Commit: 1aac2989674e7c4d6453151db6a8f951ad24e382
Author: Chris Lowth <[email protected]>
Date:   Thu May 11 17:44:42 2023 +0100

    More work on docs and comments.
Commit: c24c24d06f4e4b4ec493f43cb5c84a671e7f4226
Author: Michael Le Marec <[email protected]>
Date:   Thu May 11 16:37:33 2023 +0200

    README file added
Commit: 0f87c18d0621042d6d02f7b87eecb07d9e16ade9
Author: Chris Lowth <[email protected]>
Date:   Thu May 11 14:00:42 2023 +0100

    More docs and minor code cleanup
Commit: 4b24f7f7dfbec84537d2224e544132808ee79ab5
Author: Michaël Le Marec <[email protected]>
Date:   Wed May 10 14:53:45 2023 +0200

    Adding retries to the kubectl cp command due to transient errors
Clone this wiki locally