Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Reweave - an effort to create a modern build system for weave net #3996

Open
wants to merge 66 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2023

  1. Reweave begins

    rajch committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7140e40 View commit details
    Browse the repository at this point in the history
  2. Old build process documented

    rajch committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ee3b7ce View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    273c611 View commit details
    Browse the repository at this point in the history
  2. New build process created

    rajch committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    90a5d94 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Go version bumped to 1.20

    rajch committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c241c45 View commit details
    Browse the repository at this point in the history
  2. Some vulnerable dependencies upgraded

    * golang.org/x/net to v0.8.0
    * golang.org/x/crypto to v0.0.0-20220314234659-1baeb1ce4c0b
    * github.com/aws/aws-sdk-go to v1.34.0
    * github.com/prometheus/client_golang to v1.14.0
    * k8s.io/client-go to v0.23.0
    rajch committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    df2240a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. github.com/miekg/dns upgraded with code change

    It had breaking changes, detailed in the reweave CHANGELOG
    rajch committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2f49b84 View commit details
    Browse the repository at this point in the history
  2. libCNI upgraded to v1.1.2

    This was all work done previously by @hswong3i in
    weaveworks#3939
    
    All credit to them
    rajch committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1bb1f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d8bb6 View commit details
    Browse the repository at this point in the history
  4. multiarch (alpine)

    Add one more BUILDPLATFORM as needed for down build
    + x1 more (try again) and it's linux/${TARGETARCH}
    
    I thought that ${TARGETPLATFORM} was a thing according to this blog:
    https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
    but it doesn't seem to be there reliably, whereas ${TARGETARCH} is set.
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e84a000 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #1 from kingdonb/reweave

    Reweave (build on aarch64/macos with Rancher + Buildx)
    rajch authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    901e889 View commit details
    Browse the repository at this point in the history
  2. Alpine base image upgraded

    rajch committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    559027b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Scan results on 2023-07-17

    rajch committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cdf761b View commit details
    Browse the repository at this point in the history
  2. Alpine base image upgraded

    rajch committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4b47fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    668bbcf View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c085ebe View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Documentation updated

    rajch committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6365328 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Scan results on 2023-08-15

    rajch committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    65cbea0 View commit details
    Browse the repository at this point in the history
  2. Alpine base image upgraded

    rajch committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    126f3ab View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Scan results on 2023-11-12

    rajch committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1ceeca8 View commit details
    Browse the repository at this point in the history
  2. Alpine base image and some dependencies upgraded

    Details in the reweave CHANGELOG
    rajch committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0d58e17 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Start creation of full fork

    rajch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6093383 View commit details
    Browse the repository at this point in the history
  2. Changed registry user in publishables to rajchaudhuri on docker hub

    Also made some aesthetic changes to scripts and build files
    rajch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    00f8afd View commit details
    Browse the repository at this point in the history
  3. Scan results on 2024-02-29

    rajch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ea27069 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Dependencies and alpine base image upgraded

    * github.com/containerd/containerd upgraded to v1.7.11
    * github.com/opencontainers/runc upgraded to v1.1.12
    * golang.org/x/crypto upgraded to v0.17.0
    * Alpine base image upgraded to v3.19.1
    rajch committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    962bb57 View commit details
    Browse the repository at this point in the history
  2. Changed module name, edited default manifests in prog/weave-kube

    * Module name changed to `github.com/rajch/weave`
    * Added environment variable `CHECKPOINT_DISABLE=1` to default manifests, to bypass weaveworks telemetry
    rajch committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c1d3107 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    0e7b15b View commit details
    Browse the repository at this point in the history
  2. Go version bumped to 1.21

    rajch committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a9d6634 View commit details
    Browse the repository at this point in the history
  3. Add release v2.8.2

    rajch committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7b08716 View commit details
    Browse the repository at this point in the history
  4. Release 2.8.2 cosmetic corrections

    Minor mistakes in README.md and the scan report corrected.
    rajch committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    55a4699 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    e500408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a752f65 View commit details
    Browse the repository at this point in the history
  3. Add release v2.8.3

    rajch committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d087879 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. In alpine base image, changed default iptables backend to legacy for …

    …backward compatibility
    rajch committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    664e361 View commit details
    Browse the repository at this point in the history
  2. When publishing images, the :latest tag will not be applied if the cu…

    …rrent tag includes -beta
    rajch committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    bcab10a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    b46c774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92779f3 View commit details
    Browse the repository at this point in the history
  3. Added documentation website content, and a workflow to publish it to …

    …GitHub Pages
    
    * Copied, rearranged and modified the contents of the old site directory for Jekyll static site generator, into the website directory
    * Added some Jekyll-specific things for looks, including:
      * _config.yaml, Gemfile.* and 404.html files
      * _data, _layouts and assets directories and their content
    * Added .github/workflows/github-pages-publish.yml workflow
    rajch committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e2db8a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Updated internal CHANGELOG

    rajch committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a0ee825 View commit details
    Browse the repository at this point in the history
  2. Scan results on 2024-03-19

    rajch committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c1993b9 View commit details
    Browse the repository at this point in the history
  3. Upgraded dependency, modified scan process

    - Details in reweave/CHANGELOG.md
    rajch committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8c14812 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add release v2.8.4

    rajch committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c3afe55 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Scan results on 2024-03-30

    rajch committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ff91a56 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Upgraded dependency

    - Details in reweave/CHANGELOG.md
    rajch committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ac180cf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Add release 2.8.5

    rajch committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c3cc210 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Provisioned for Docker V2 plugin on multiple architectures, blocked C…

    …HECKPOINT, updated docs
    rajch committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    78f596f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add release v2.8.6

    rajch committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e42bc29 View commit details
    Browse the repository at this point in the history
  2. Corrected plugin publish tool

    rajch committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    afd62f2 View commit details
    Browse the repository at this point in the history
  3. Documentation corrections

    rajch committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    46cf7c4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Scan results on 2024-05-04

    rajch committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f8d0d8e View commit details
    Browse the repository at this point in the history
  2. Upgraded a dependency

    Details in reweave/CHANGELOG.md
    rajch committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3fd1ae5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Removed ppc64le and s390x arch support

    A crucial dependency does not support them any more
    rajch committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a3d5e07 View commit details
    Browse the repository at this point in the history
  2. Add release v2.8.7

    rajch committed May 5, 2024
    Configuration menu
    Copy the full SHA
    525d517 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Scan results on 2024-06-18

    rajch committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8cfc740 View commit details
    Browse the repository at this point in the history
  2. Alpine base image upgraded

    rajch committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8111775 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Add release v2.8.8

    rajch committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b0477a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Documentation updates

    rajch committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    32ad2a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Scan results on 2024-07-30

    rajch committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8f85c32 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Scan results on 2024-08-09

    rajch committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ae5d462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981196a View commit details
    Browse the repository at this point in the history
  3. Add release v2.8.9

    rajch committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    463c7af View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Scan results on 2024-10-16

    rajch committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f32a2a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    ca2ba76 View commit details
    Browse the repository at this point in the history
  2. Scan results on 2024-10-17

    rajch committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fab7297 View commit details
    Browse the repository at this point in the history
  3. Go version upgraded to 1.23.1

    rajch committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6512da7 View commit details
    Browse the repository at this point in the history
  4. Add release v2.8.10

    rajch committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    84afe28 View commit details
    Browse the repository at this point in the history