Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release refactored unit tests, removed email validation and buildah cache #971

Merged
merged 6 commits into from
Nov 8, 2023

Commits on Oct 27, 2023

  1. Refactor pipeline build and deploy unit tests (iteration 1) (#963)

    * add tests for pipeline build step
    
    * fix issues reported by staticcheck
    
    * add tests for build step
    
    * honor PushImage setting when using buildah
    
    * rewrite pipeline unit tests for private functions
    nilsgstrabo authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    78d4216 View commit details
    Browse the repository at this point in the history
  2. remove validation of email in private image hubs (#964)

    * remove validation of email in private image hubs
    anneliawa authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ca64b0c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Use build cache (#966)

    * add fluent string builder "commandbuilder"
    * Added pipeline info parameters for Buildah Cache
    * let radix-operator sync secrets across namespaces
    * Add helm config
    * use a global cache for all application components and environments, settled on /<app-name>/cache
    * Rename Cache Registry to App Registry
    * use overlay storage-driver instead of vfs
    Richard87 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    829f390 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Cleanup validation errors (#967)

    * Simplify validation error handling (use native errors)
    * bump chart versoin to 1.44.
    * rename errors to match best practice
    
    ---------
    
    Co-authored-by: Richard Hagen <[email protected]>
    Richard87 and Richard87 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    15c20d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    4828539 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.10.0 to 0.17.0 (#951)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
    - [Commits](golang/net@v0.10.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2b76aff View commit details
    Browse the repository at this point in the history